# Conflicts:
#	src/me/libraryaddict/disguise/commands/LibsDisguisesCommand.java
This commit is contained in:
libraryaddict 2016-12-01 12:39:56 +13:00
commit 139b1c663f

@ -53,7 +53,7 @@ public class LibsDisguisesCommand implements CommandExecutor, TabCompleter {
if (args.length == 0) { if (args.length == 0) {
sender.sendMessage(ChatColor.DARK_GREEN + "This server is running " + "Lib's Disguises v." sender.sendMessage(ChatColor.DARK_GREEN + "This server is running " + "Lib's Disguises v."
+ 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, formerly maintained by Byteflux and 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__")) { if (!"%%__USER__%%".contains("__USER__")) {