WorldEdit

WorldEdit

42M Downloads

Issue with the /copy command

darkknight588 opened this issue · 10 comments

commented

WorldEdit Version

7.3.0

Platform Version

Spigot

Confirmations

  • I am using the most recent Minecraft release.
  • I am using a version of WorldEdit compatible with my Minecraft version.
  • I am using the latest or recommended version of my platform software.
  • I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
  • I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)

Bug Description

I am trying to copy a selection and I keep getting an error. I am unsure what it means but I had tried to save the selection as a schematic earlier and it was failing to load them properly

Expected Behavior

the clipboard to be copies

Reproduction Steps

  1. ...//copy
  2. ...
Screenshot 2023-10-29 at 5 00 46 PM

Anything Else?


Screenshot 2023-10-29 at 5 00 46 PM

commented

I cannot reproduce this, given you didn't provide what Spigot version you're using you're likely on a very old version that was broken.

commented

Sorry to intrude but 7.3.0 is the beta version and is on the built page

commented

That’s not the spigot version

commented
commented
commented

7.3.0 is not a valid version yet, please include the full version information. Also, include your Minecraft version.

commented

Again, we need the the exact Spigot version you're using.

commented

I have exactly this issue. it is caused when blocks can be in different states (chests having inventories, and comparators) it means that it is trying to access something it cant (i think??). I dont have a fix tho. same set up, 7.3.0 beta, spigot

commented

dupe of #2450

commented

I have the exact same issue, it seems to be with anything that stores data. So signs, lecturns, chests, NBT stuff. This was the error it gave: https://mclo.gs/MKBzZLK
I'm using WorldEdit 7.3.0-beta-03 with Spigot 1.20.4 (4026)

Edit: I forgot to add that it isn't just the //copy command, it is anything that might modify blocks which contain data. So, literally every single command or brush because of //undo
Edit 2: I have downgraded to WorldEdit 7.2.18 and the bug is gone, so a modern issue.