Wondering why this doesn't work in Bukkits permissions.yml Code: sample.rank: description: Sample Rank default: false children: sample.perm I get this error on startup Code: [21:27:00] [Server thread/ERROR]: Permission node 'sample.rank' in permissions.yml is invalid java.lang.IllegalArgumentException: 'children' key is of wrong type
Place a dash before sample.perm. Code: sample.rank: description: Sample Rank default: false children: - sample.perm
Dont use bukkits default permission feature... use a third party plugin such as http://dev.bukkit.org/bukkit-plugins/permissionsex/