Update plugin.yml

This commit is contained in:
Fangoboyo 2022-06-08 11:18:18 -07:00
parent 878c3ec1c4
commit 99327a56e0
4 changed files with 3 additions and 2 deletions

View File

@ -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(

View File

@ -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: