updated text

This commit is contained in:
Fangoboyo 2022-06-07 17:44:29 -07:00
parent 34ac3affe2
commit 5df9696a4a
3 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ public class Main extends JavaPlugin {
instance = this; instance = this;
try { try {
Installer.UpdatePlugin(); Installer.UpdatePlugin();
System.out.println(ChatColor.AQUA + "PluginInstaller has been udpated");
} catch (IOException e) {} } catch (IOException e) {}
getCommand("install").setExecutor(new InstallCommand()); getCommand("install").setExecutor(new InstallCommand());
getCommand("plist").setExecutor(new plistCommand()); getCommand("plist").setExecutor(new plistCommand());