mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-11-22 17:26:05 -08:00
Update plugin.yml
This commit is contained in:
parent
878c3ec1c4
commit
99327a56e0
Binary file not shown.
|
@ -16,7 +16,9 @@ public class Main extends JavaPlugin {
|
||||||
instance = this;
|
instance = this;
|
||||||
try {
|
try {
|
||||||
Updater.UpdateInstaller();
|
Updater.UpdateInstaller();
|
||||||
} catch (IOException e) {}
|
} catch (IOException e) {
|
||||||
|
System.out.println("PluginUpdater: Error while updating PluginInstaller, please contact Bongo Cat#1100 on discord");
|
||||||
|
}
|
||||||
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
||||||
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
getServer().getConsoleSender().sendMessage("--------------------------------------------");
|
||||||
getServer().getConsoleSender().sendMessage(
|
getServer().getConsoleSender().sendMessage(
|
||||||
|
|
|
@ -4,7 +4,6 @@ main: tech.nully.PluginUpdater.Main
|
||||||
prefix: [PluginUpdater]
|
prefix: [PluginUpdater]
|
||||||
authors: [BongoCat]
|
authors: [BongoCat]
|
||||||
depend: [PluginInstaller]
|
depend: [PluginInstaller]
|
||||||
loadbefore: [PluginInstaller]
|
|
||||||
description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft
|
description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft
|
||||||
website: nully.tech
|
website: nully.tech
|
||||||
commands:
|
commands:
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user