/aa_addperm command now uses a configuration option "playerpermscaseinsensitive". This turns on ignoring letter case in command parameters given by a player. This way, adding a virtual permission for "/kit starter" command will also add that permission to "/kit Starter", "/kit STArTer" and other variants of the same parameter. The option is ON by default now.
to see help page with options for /aa_listcommands, you can now type "/aa_listcommands ?" as well as "/aa_listcommands help"
Fixed:
added React compatibility for chat nick click action (the action that's performed when you click on the blue [A] before a nickname) ... this also adds compatibility for other plugins that use chat packets in a hackish way to display text in the Minecraft client which don't adhere to the (JSON) specifications for those chat packets
updated code to not use any more deprecated server functionality (makes AA forward-compatible with new MC versions without the need for additional updates)