1
Copy command on WorldEdit not working?
I am on Java 1.19.4. I will try to keep it short but the problem I am having is that whenever I try to copy something using the "wand", it says “X blocks affected” instead of “copied”. The wand takes note of my block/area selections but it does not copy anything.
I get a message saying that the clipboard is empty when I try to paste.
Am I the idiot? What am I missing here?
Any and all help is appreciated.
I get a message saying that the clipboard is empty when I try to paste.
Am I the idiot? What am I missing here?
Any and all help is appreciated.
1
Hi. The syntax for copy and pasting is as follows:
//pos1 (or right-click with the wand)
//pos2 (or left-click with the wand)
//copy (keep in mind that it will paste relative to your position when you run this command)
//paste -a (the -a tag makes it so it doesn't paste air)
//pos1 (or right-click with the wand)
//pos2 (or left-click with the wand)
//copy (keep in mind that it will paste relative to your position when you run this command)
//paste -a (the -a tag makes it so it doesn't paste air)
