Version 1.6.1 ==============
New maintenance version.
Fixed:
/aa_fixcommand works properly again when a core command hijacked by a plugin (ban, pardon, say...) needs to be fixed back to the core command (minecraft:ban, minecraft:say ...)
/aa_fixcommand will list all usable plugins when a player tries to use "Core" as plugin to hard-wire a command to. Example: /aa_fixcommand ban Core:ban -> will show list of plugins that can be used (i.e. Essentials, minecraft), so you can rewrite that to: /aa_fixcommand ban minecraft:ban
/aa_addredirect will now correctly display an error message when the second argument is missing
Updated:
updater now checks the new, officially supported Spigot API URL to determine new AdminAnything version availability
Added:
/aa_fixcommand with a single parameter (i.e. /aa_fixcommand ban) will now show clickable list of plugins to which that command can be hard-wired, so you can do that by simply clicking the right plugin in chat. This is also the case if "Core" was used as a command (see fix #2 above).
A few notes on the rewrite of this plugin: it's slowly progressing alongside of my other projects, notably an open-source clone of the Travian game. That was kinda my focus until today but is now stable enough, so I can return to AA on a little more full-time basis and continue improving it. Apologies for the long delay in bringing you guys new and fantastic functionalities, such as AA always brought