wizjany

Results 102 comments of wizjany

This is actually noted in WE's docs on biome setting: https://worldedit.enginehub.org/en/latest/usage/regions/regionops/#setting-biomes There's a bunch more discussion on our issue tracker and discord, but basically mojang doesn't respect 3d biome data...

> The only thing it would represent would be a subset of coordinates within a World? What possible implementation of Region would not fit that definition? That's a one-way definition....

phew, looks like we dodged a bullet there then.

if the problem doesn't even affect you, and you don't have anything to contribute, do everyone a favor and stay quiet. you didn't even bother reading the rest of the...

Also despite Java 7 being EOL, the number of users who still use it is possibly as high as 30%.

warps and homes are new and not very complete you might notice the /warps and /homes commands which are (will be) for managing them (eg removing)

This has been suggested before. Also, this may not be possible anymore bevause superperms is not multiworld aware afaik.

isn't the point of swallowing that exception to allow for an empty string?

right, so it breaks the while loop and the stringbuilder will have no elements, making the toString return "", which is a completely valid arg (assuming there's no non-empty [validators](https://github.com/sk89q/Intake/blob/master/intake/src/main/java/com/sk89q/intake/parametric/provider/StringProvider.java#L72))...