Move gamemode stuff to listener

- Fix messages in messages.yml not being used
- Fixed checkRank not working
- Added permissions support for tab handing
This commit is contained in:
2022-02-13 23:55:50 -06:00
parent bd8c772228
commit f2db87624f
21 changed files with 197 additions and 109 deletions

View File

@ -53,7 +53,7 @@ public class PlexCMD extends PlexCommand
}
else
{
return usage(getUsage());
return usage();
}
return null;
}