Register the WhoAmI command

This commit is contained in:
Business Goose 2022-03-28 17:53:33 +01:00
parent e3859b2d4d
commit 44416be1c3
No known key found for this signature in database
GPG Key ID: 77DCA801362E9645
2 changed files with 4 additions and 0 deletions

View File

@ -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());
}
}

View File

@ -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>'