LadyCailinBot opened this issue 9 years ago ยท 0 comments
WORLDEDIT-3442 - Reported by komiss77
Solutions: Just fix in ConfigurationPermissionsResolver.java 61 --- List groupKeys = config.getStringList("permissions.groups", null); 61 +++ List groupKeys = config.getKeys("permissions.groups");