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.
+ 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.
* 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.
* Maintenance moved to Bukkit impl.
* Removed a little bit of code which is now reused from rscUtilityLibrary.
* Started localization coding (en/ru).
* Other things.