min and max function for the generate command dont work correctly
Hugo5000 opened this issue ยท 0 comments
Versions
WorldEdit version: WorldEdit version 7.2.0-beta-04
Platform version: git-Paper-"a50fd75ca" (MC: 1.16.3)
Describe the bug
min and max function of the //generate command says it expects 1 input instead of the normal 2 or 3. Furthermore when actually giving only 1 number it throws an java.lang.IllegalArgumentException
full exception: https://hastebin.com/ofuhoharis
To Reproduce
- Select an area
- execute the command //g stone max(x,y,z) or //g stone max(x,y) or //g stone max(x)
Expected behavior
it should take the min or max values of the input parameters of the min or max function
Screenshots
Additional context