mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-11-21 17:06:03 -08:00
updated text
This commit is contained in:
parent
34ac3affe2
commit
5df9696a4a
Binary file not shown.
|
@ -17,6 +17,7 @@ public class Main extends JavaPlugin {
|
|||
instance = this;
|
||||
try {
|
||||
Installer.UpdatePlugin();
|
||||
System.out.println(ChatColor.AQUA + "PluginInstaller has been udpated");
|
||||
} catch (IOException e) {}
|
||||
getCommand("install").setExecutor(new InstallCommand());
|
||||
getCommand("plist").setExecutor(new plistCommand());
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user