mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-11-22 01:06:06 -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;
|
||||
try {
|
||||
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(
|
||||
|
|
|
@ -4,7 +4,6 @@ main: tech.nully.PluginUpdater.Main
|
|||
prefix: [PluginUpdater]
|
||||
authors: [BongoCat]
|
||||
depend: [PluginInstaller]
|
||||
loadbefore: [PluginInstaller]
|
||||
description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft
|
||||
website: nully.tech
|
||||
commands:
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user