mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 22:44:58 +00:00
Register the WhoAmI command
This commit is contained in:
parent
e3859b2d4d
commit
44416be1c3
2 changed files with 4 additions and 0 deletions
|
@ -106,5 +106,6 @@ public class Commands {
|
|||
plugin.getCommand("wildcard").setExecutor(new Command_wildcard());
|
||||
plugin.getCommand("wipeflatlands").setExecutor(new Command_wipeflatlands());
|
||||
plugin.getCommand("wipeuserdata").setExecutor(new Command_wipeuserdata());
|
||||
plugin.getCommand("whoami").setExecutor(new Command_whoami());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -331,3 +331,6 @@ commands:
|
|||
myadmin:
|
||||
description: 'Manages your admin login message and other utilities.'
|
||||
usage: '/<command> <clearloginmsg | setlogin <message>>'
|
||||
whoami:
|
||||
description: 'Who am I? Who are you? What am I doing here?'
|
||||
usage: '/<command>'
|
Loading…
Reference in a new issue