Version 1.0f
============
New minor version.
New features:
* commands disabled via /aa_disablecommand will no longer appear as conflicting in the /aa_checkcommandconflicts listing
* commands fixed via /aa_fixcommand or disabled via /aa_disablecommand will no longer appear as overriding default functionality in the /aa_checkcommandconflicts listing
* /aa_enablecommand will now list all disabled commands when used without a parameter
* /aa_unfixcommand will now list all fixed commands when used without a parameter
* both, /aa_unfixcommand and /aa_enablecommand will now allow to unfix/enable multiple commands as once
example: /aa_unfixcommand ban op clear -> this will unfix commands ban, op and clear
* /aa_disablecommand will now also accept multiple commands to be disabled at once
example: /aa_disablecommand ban op clear -> this will disable commands ban, op and clear
Fixed:
* fixed incorrect plugins being sometimes displayed for commands in /aa_fixcommand, /aa_listcommands and /aa_checkcommandconflicts
(WorldEdit and WorldGuard got mixed up mostly)
... this also optimized the routine by which these were being retrieved, resulting in performance improvement
* fixed error in the console that appeared when the system incidentally did not contain any errors or conflicts
* fixed situations when plugins would register commands that start on colon (for example /

ing)