mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-02-20 05:52:30 +01:00
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…
Reference in New Issue
Block a user