Added:
* /aa_version command which shows AdminAnything version as well as checks for a new version online, if enabled
Updated:
* automatic updates checker now runs every 2 hours as opposed to only at server startup (for server that are always on) and they can also be disabled in the config
Fixed:
* custom metrics name adjusted for player join&leave events (mcstats didn't like the slash in it)
* /aa_addperm now once again works correctly for event-based commands (like /ping from CheckMyInventory)
* /aa_addperm fixed for cases when command line argument started with a slash to accommodate special commands, such as //cut (i.e. "/aa_addperm test /cut")
* fixed a very uncommon situation where fixed and disabled commands may have been still run by the server randomly
* a lot of code cleanup, mostly to remove duplication but also to speed up certain tasks by adding caches and co.