A few changes

- Better documentation for messages.yml
- Add rawsay command
- Add seeing other peoples ranks
This commit is contained in:
2022-02-24 00:04:26 -06:00
parent 5e63f2572d
commit e326477a5a
4 changed files with 86 additions and 24 deletions

View File

@ -40,6 +40,7 @@ public class CommandHandler extends PlexBase
commands.add(new NameHistoryCMD());
commands.add(new PlexCMD());
commands.add(new PunishmentsCMD());
commands.add(new RawSayCMD());
commands.add(new SpectatorCMD());
commands.add(new SurvivalCMD());
commands.add(new TagCMD());