When using /desc 99999999 over a region with entry on deny, it crashes the server
A4Papers opened this issue ยท 0 comments
Versions
WorldEdit version: Bukkit-Official(7.1.0;8e55131)
Platform version: git-Tuinity-"d8b8905" (1.15.2)
Describe the bug
If you create a WorldGuard region below you (distance doesn't matter) and set the entry flag to DENY, it will crash the server upon using an excessive amount of numbers to descend downwards. If you use 1, 15, 30 etc. the server crash will not happen, however, if you use a large number it will result in the server crashing.
To Reproduce
- Create a WorldGuard region below you (distance doesn't matter)
- Set entry to DENY in that region
- Stand above the region and do /desc 99999999
Expected behavior
Due to the region having entry set to DENY, I think it'd be fair to expect the region to just simply deny the usage.