Implemented plugin name in help page header

This commit is contained in:
Tim Visée 2015-11-01 16:59:07 +01:00
parent 2fcb5f1183
commit 53a2e8f9f0

View File

@ -95,7 +95,7 @@ public class HelpProvider {
}
// Print the help header
sender.sendMessage(ChatColor.GOLD + "==========[ DUNGEON MAZE HELP ]==========");
sender.sendMessage(ChatColor.GOLD + "==========[ " + AuthMe.PLUGIN_NAME.toUpperCase() + " HELP ]==========");
// Print the command help information
if(showCommand)