mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
Switch to using fake blocks, no more world pollution
This commit is contained in:
@ -127,7 +127,12 @@ public class ServerCUIHandler {
|
||||
posY -= y;
|
||||
posZ -= z;
|
||||
|
||||
structureTag.put("name", new StringTag(player.getUniqueId().toString()));
|
||||
// if (Math.abs(posX) > 32 || Math.abs(posY) > 32 || Math.abs(posZ) > 32) {
|
||||
// // Structure blocks have a limit
|
||||
// return null;
|
||||
// }
|
||||
|
||||
structureTag.put("name", new StringTag("worldedit:" + player.getName()));
|
||||
structureTag.put("author", new StringTag(player.getName()));
|
||||
structureTag.put("metadata", new StringTag(""));
|
||||
structureTag.put("x", new IntTag(x));
|
||||
|
Reference in New Issue
Block a user