WorldEdit Limit Permissions and Command Not Working
LadyCailinBot opened this issue ยท 1 comments
WORLDEDIT-2717 - Reported by Tyler.Johnson
In my permissions, moderators have worldedit.limit, and other users do not. In my WorldEdit configuration, under 'max-blocks-changed:', I have 'default: 512' and 'maximum: 65536'. Although my moderator rank can use //limit and change their own limit (this returns a 'Block change limit set to %LIMIT%'), WorldEdit refuses to acknowledge that their limit has been changed and still caps them at 512 blocks.
Users with worldedit.* do not have this issue.
Comment by sk89q
fixed in commit 33d0d7c
min(default_limit, max_limit) was being used to find the effective max, which meant that the default became the max in many cases