mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-11-21 08:56:05 -08:00
fixed installer text
This commit is contained in:
parent
e953bede70
commit
5c2d2e59fa
Binary file not shown.
|
@ -59,11 +59,11 @@ public class InstallCommand implements CommandExecutor {
|
|||
ins.InstallPlugin(reco3, "EssentialsSpawn");
|
||||
snder.sendMessage("You have successfully installed the " + ChatColor.GREEN + "EssentialsSpawn" + ChatColor.WHITE + " plugin!");
|
||||
ins.InstallPlugin(reco4, "AuthMe");
|
||||
snder.sendMessage("You have successfully installed the " + ChatColor.GREEN + "EssentialsSpawn" + ChatColor.WHITE + " plugin!");
|
||||
snder.sendMessage("You have successfully installed the " + ChatColor.GREEN + "AuthMe" + ChatColor.WHITE + " plugin!");
|
||||
ins.InstallPlugin(reco5, "Worldedit");
|
||||
snder.sendMessage("You have successfully installed the " + ChatColor.GREEN + "EssentialsSpawn" + ChatColor.WHITE + " plugin!");
|
||||
snder.sendMessage("You have successfully installed the " + ChatColor.GREEN + "Worldedit" + ChatColor.WHITE + " plugin!");
|
||||
ins.InstallPlugin(reco6, "BitchFilter");
|
||||
snder.sendMessage("You have successfully installed the " + ChatColor.GREEN + "EssentialsSpawn" + ChatColor.WHITE + " plugin!");
|
||||
snder.sendMessage("You have successfully installed the " + ChatColor.GREEN + "BitchFilter" + ChatColor.WHITE + " plugin!");
|
||||
return true;
|
||||
}
|
||||
} catch (IOException e) {
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user