WorldEdit

WorldEdit

43M Downloads

Permissions from wepif.yml dont work

LadyCailinBot opened this issue ยท 0 comments

commented

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");