+ Implementation of WEPIF PermissionResolver, so it correctly dispatches
all worldedit...* and worldguard...* permissions. This was needed for at
least max-regions-per-player WG config node.
* Console debug shows permission which is under search.
* Debugging mode can be enabled for console with the same command /rscp debug
* When in console debugging mode, every API method call will print current stack.
* API methods returns plain groups lists, without drawing symbolic tree leafs.
* Fixed UUIDs! They are working! Both in normal form or dashless.
* Fixed example rows.
* Visual command improvements.
* Removed two unnecessary files.
* Single class is breaked for several little, but not all for now.
* Internal command code tries to use already made api methods.
* Text is recolorized :)
The keys are all available player identitifiers including Player.toString() and OfflinePlayer.toString().
This helped to implement deprecated Vault methods.
* Implicit user/group permissions.
* Fixes in prefix/suffix calculation.
* On/off debug info for players.
* EntityType and PlayerType enum's entries are UPPERCASE.
* Linking to the newest rscUtilityLibrary.
* VaultAPI interfaces are shaded into to stop problems during Vault integration when it is absent.
* Using Metrics R8-SNAPSHOT.
* Added Vault/WG/Residence intergation translatable notifications.
* Renamed two .sqlt files.
* Several e/p/h can be entered in entity column (all tables), permission column, parent column. Like destinations. Split them by comma, semicolon, and space chars.
* DatabaseContents normalize(); replaces destination parsing in db connection.
* BridgeForBukkitAPI in API folder
* Removed AbstractRow
* Rows are implement Cloneable.
* More platform independence.
* etc.
* Maintenance moved to Bukkit impl.
* Removed a little bit of code which is now reused from rscUtilityLibrary.
* Started localization coding (en/ru).
* Other things.
* Удалена работа с лестницами. Потенциально это должен делать другой плагин.
* Обновлены зависимости и их источники.
* Изменено имя главного класса на BukkitPliginMain.
* Создан на будущей новый класс SpongePluginMain.
* Статус "альфа", т.к. новый кеш ещё не оттестирован.
It should support some new possibilities:
* Permissions for joining players will be already precalculated.
* VaultAPI 100% support.
* Separated Frontends, Internals and Backends - strong own API.
* Use names, uuids and IP addresses in the entity column with type 1 (player).
* Just be faster.
* etc.