ASDEV (Roxy)

Results 1 comments of ASDEV (Roxy)

I can confirm this is an issue too, I have no relation to anyone above. ```java public CuboidRegion asWorldEdit() { return new CuboidRegion(FaweAPI.getWorld(worldName), BlockVector3.at(x1,y1,z1), BlockVector3.at(x2,y2,z2)); } ``` ```java try (EditSession...