* Destination::toString().
* BukkitUtilities.java
* Local cache files are renamed to be closer [in alphabetic order].
* Deployment creates schema.
* A bit better example entities.
Maintenance modes (MM) are translatable now (through config.yml).
Messages for MM and when slot-limits (SL) deny player from joining are translated now.
When group has empty prefix(suffix) it able to not inherit parent prefixes(suffixes) — turn settings.groups-inherit-parent-prefixes to false.
* 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 :)
* 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.
+ Permissions are perfectly calculated.
+ Parent groups are listed after calculation.
+ Prefixes/suffixes are in place.
+ Local json cache is working.
+ Database fetching is working.
What else?
* 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.
* Статус "альфа", т.к. новый кеш ещё не оттестирован.