Worldedit schematic

To make your EB run Worldedit commands take a look at the next format (that it should go on commands section.) and use it as reference 😎

#PASTE A SCHEM WITH WE
worldedit:/world NAMEOFYOURWORLD
worldedit:/schem load NAMEOFYOURSCHEM
worldedit:/pos1 %block_x_int%,%block_y_int%,%block_z_int%
worldedit:/pos2 %block_x_int%,%block_y_int%,%block_z_int%
worldedit:/paste

Replace the placeholders for what you want.

for the NAMEOFYOURWORLD field in the world command, the name of the world that's going to be placed there must be at all lowercase. Using %player_world_lower% is recommended if you want to get the world of where the user is at.

If you're using FastAsyncWorldEdit, rewrite the worldedit: part to fastasyncworldedit:

Last updated