Added small message about supporting plugin dev

This commit is contained in:
libraryaddict 2016-11-29 10:44:41 +13:00
parent 65777f036f
commit 1de16cb4d7

View file

@ -55,6 +55,10 @@ public class LibsDisguisesCommand implements CommandExecutor, TabCompleter {
+ Bukkit.getPluginManager().getPlugin("LibsDisguises").getDescription().getVersion() + Bukkit.getPluginManager().getPlugin("LibsDisguises").getDescription().getVersion()
+ " by libraryaddict, maintained by NavidK0.\n" + "Use " + ChatColor.GREEN + "/libsdisguises reload" + " by libraryaddict, maintained by NavidK0.\n" + "Use " + ChatColor.GREEN + "/libsdisguises reload"
+ ChatColor.DARK_GREEN + " to reload the config. All disguises will be blown by doing this."); + ChatColor.DARK_GREEN + " to reload the config. All disguises will be blown by doing this.");
if (!"%%__USER__%%".contains("__USER__")) {
sender.sendMessage(ChatColor.DARK_GREEN + "This server supports the plugin developer!");
}
} }
else if (args.length > 0) { else if (args.length > 0) {
if (sender.hasPermission("libsdisguises.reload")) { if (sender.hasPermission("libsdisguises.reload")) {