OK guys, this is a prelude to some more cool changes in the near future. It's rather a big update with a smaller plugin size and better compatibility. Stay tuned, AA is transforming into something... interesting
Version 1.6.0. ==============
New major version.
Fixed:
/aa_listcommands now shows all Core commands for versions prior to 1.7 (they don't get registered the usual way, bah)
as promised in version 1.55, nick click actions (including PLAYER LEAVE ones ) are now customizable... sorry to only cater for join messages before! ... with this update, the config changes slightly in that it now contains a "type" value for each command - this can be either "join" or "leave", depending on when you want that action to be displayed in chat. your config will be updated automagically config section in the description page was also updated to reflect these latest changes now
when nick click actions in chat are enabled and ProtocolLib is missing, AA will also display this information on each /aa_reload now
in MC version 1.12, a new part was added to the server code that could be sending messages to players and was not being muted via /aa_mutecommand until now. That's now fixed and no more leaked messages for muted commands will occur anymore
Updated:
versioning has changed to a more concise format. The first number (1) will outline a major version with possible breaking changes and incompatibilities with previous versions. The second number (6) marks a version with big new features added in. The last number (0) will outline maintenance versions (mostly bugfixes, but sometimes also small features).
plugin size ... I'm actually working on some refactoring (i.e. refurbishing of the insides), so the code is more readable and easier to build upon. This is the first such update which removed a whooping 200kb of code. Cleanup time everyone!
Added:
AdminAnything is now compatible with Bukkit server versions from 1.2.5 onwards. Since a LOT of people still tend to play these old versions AA will continue in the good spirit of backwards MC compatibility and now starts supporting MC 1.2.5 and higher. Hooray! (I actually tried to push it as low as 1.0... but CraftBukkit wasn't really ready for us yet in 2011 and using it was kinda programming creative nightmare)