mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-11-22 01:06:06 -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;
|
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());
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user