+ 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.
+ 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.