FastAsyncWorldEdit

FastAsyncWorldEdit

245k Downloads

Paste a schematic from the console (so with absolute coordinates)

Closed this issue ยท 1 comments

commented

What feature do you want to see added?

I have a project where i need to paste many schematics into the world, so I need to automate the task of loading and pasting the schematic.
For that I used a server and send a command to the console with RCON. But because the paste command rely on the position of the player (and the console does not have a position) it is not possible to execute the paste command.
If the paste command would accept arguments of absolute coordinate, that would solve this issue by adding the capability to paste anything anywhere even for the console and not by players only.

Are there any alternatives?

I tried to TP a player to the location and make it execute the paste command, but that cannot be automated because the paste command is always manual.

Anything else?

No response

commented

You must set the world //world <worldname> and primary position //pos1 <x>,<y>,<z> as the console. the position for the paste will be inferred.