It seems that not adding pagination to
/aa_playerperms was not such a good idea after all. If a player had loads of permissions, it would actually kick you out of game for exceeding the maximum allowed characters that can be send to a player (or console).
Also, PaperSpigot's paperclip.jar seems to have its own head and would override the class-loading hierarchy of MC server, as opposed to running patched-1.9.jar file directly from the cache. This has been fixed as well now
Thanks a lot,
@Shane, as always - you're an invaluable bug finder for this project!
Version 1.2a
============
Maintenance version.
Fixed:
* fixed /aa_mutecommand for PaperSpigot started via paperclip.jar instead of using the real client JAR file to start
* fixed NullPointer exceptions when requested page in any pagination was <= 0
* added pagination to /aa_playerperms, so it won't generate a "text too long" exceptions when too many permissions are assigned to a player