Implemented plugin name in help page header
This commit is contained in:
parent
2fcb5f1183
commit
53a2e8f9f0
@ -95,7 +95,7 @@ public class HelpProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Print the help header
|
// 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
|
// Print the command help information
|
||||||
if(showCommand)
|
if(showCommand)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user