Jordan

Results 179 comments of Jordan

fwiw this is was FAWE does for `//copy` https://github.com/IntellectualSites/FastAsyncWorldEdit/blob/main/worldedit-core/src/main/java/com/sk89q/worldedit/command/ClipboardCommands.java#L286

Try on the latest version, There have been some changes related to region block setting

Is it definitely with exactly the same order of setting the points, etc. (between WE and FAWE)? There are no differences in the region classes

FWIW if the biome is always forest, that suggests a different issue. This PR addresses the specific issue fine

What exactly breaks by making the same change elsewhere, e.g. for permission handler?

IHmm okay, so I suppose the vault permissions module is just never used then, which is why permissions continue to work? It might be worth forcefully disabling it to be...

![more_fixies](https://github.com/IntellectualSites/FastAsyncWorldEdit/assets/10080017/fffccaff-bb93-4252-a424-fb4643b87bfd)

> The copyright header is missing in some files, no (e.g. FaweMutableBlockPlaceContext.java)? Though I'm wondering why the CI is not failing on that That should be because licences are only...