Several bugfixes and new features - I've been busy :)
Even before the plugin was approved, I was busy testing, re-resting, fixing and improving AdminAnything. Here's the changelog of last 4 versions after 1.0:
Version 1.0d
============
Maintenance version
Fixed:
* fixed an exception that was thrown when a commands run began with a space
* fixed commands parsing error, where 1-letter commands would register as invalid and were always cancelled
Version 1.0c
============
New minor version.
New features:
* added the possibility to use exclusions and multiple plugins in the "plugin" filter for /aa_listcommands
To show only commands from Essentials and mcMMO do /aa_listcommands plug:Essentials,mcMMO
To hide commands from Essentials in the listing do /aa_listcommands plug:-Essentials
* the ability to use simple page number in /aa_listcommands was restored, making the following possible again:
/aa_listcommands 2 -> will display second page of commands listing
Updates to functionality:
* maximum commands per page for console listing lowered from 150 to 100 due to unpredictable results when too much text gets displayed
* aliases are now being hidden by default in /aa_listcommands listing to save some space and give out less clutter
Version 1.0b
============
New minor version.
New features:
* added the possibility to use filters in /aa_listcommands.
To show only commands from Essentials without their descriptions do /aa_listcommands plug:Essentials desc:no
You can use the following set of filters:
- page OR pg
- plugin OR plug OR pl
- showdescriptions OR showdescription OR description OR desc
- showaliases OR aliases OR al
Version 1.0a
============
Maintenance version.
Fixed:
* you can now hard-wire commands to their original core counterparts (for example /ban handled by Essentials can be hard-wired back to original Minecraft /ban command)