WorldEdit

WorldEdit

43M Downloads

Cannot Paste ItemFrames

LadyCailinBot opened this issue ยท 2 comments

commented

WORLDEDIT-3021 - Reported by D.T

Worldedit version 5.6
CraftBukkit 1.7.2-R0.2-33

Construct is the source world.
world2 is the target world.


[10:00:32] [Server thread/INFO]: TheOneMadHawk issued server command: //copy -e
[10:00:42] [Server thread/INFO]: [MultiWorld] TheOneMadHawk: Moved player TheOneMadHawk to world world2
[10:07:44] [Server thread/INFO]: TheOneMadHawk issued server command: //paste
[10:07:48] [Server thread/WARN]: java.lang.IllegalArgumentException: Cannot spawn hanging entity for org.bukkit.entity.ItemFrame at Location{world=CraftWorld{name=Construct},x=-5.9375,y=66.5,z=-25.5,pitch=0.0,yaw=270.0}
[10:07:48] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_7_R1.CraftWorld.spawn(CraftWorld.java:1018)
[10:07:48] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_7_R1.CraftWorld.spawn(CraftWorld.java:804)
[10:07:48] [Server thread/WARN]: 	at com.sk89q.worldedit.bukkit.entity.BukkitEntity.spawn(BukkitEntity.java:48)
[10:07:48] [Server thread/WARN]: 	at com.sk89q.worldedit.CuboidClipboard.pasteEntities(CuboidClipboard.java:391)
[10:07:48] [Server thread/WARN]: 	at com.sk89q.worldedit.CuboidClipboard.paste(CuboidClipboard.java:356)
[10:07:48] [Server thread/WARN]: 	at com.sk89q.worldedit.commands.ClipboardCommands.paste(ClipboardCommands.java:173)
[10:07:48] [Server thread/WARN]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10:07:48] [Server thread/WARN]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[10:07:48] [Server thread/WARN]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[10:07:48] [Server thread/WARN]: 	at java.lang.reflect.Method.invoke(Method.java:606)
[10:07:48] [Server thread/WARN]: 	at com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:533)
[10:07:48] [Server thread/WARN]: 	at com.sk89q.worldedit.WorldEdit$1.invokeMethod(WorldEdit.java:258)
[10:07:48] [Server thread/WARN]: 	at com.sk89q.worldedit.WorldEdit$1.invokeMethod(WorldEdit.java:189)
[10:07:48] [Server thread/WARN]: 	at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:520)
[10:07:48] [Server thread/WARN]: 	at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:425)
[10:07:48] [Server thread/WARN]: 	at com.sk89q.worldedit.WorldEdit.handleCommand(WorldEdit.java:1464)
[10:07:48] [Server thread/WARN]: 	at com.sk89q.worldedit.bukkit.WorldEditPlugin.onCommand(WorldEditPlugin.java:242)
[10:07:48] [Server thread/WARN]: 	at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:52)
[10:07:48] [Server thread/WARN]: 	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:199)
[10:07:48] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:543)
[10:07:48] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:932)
[10:07:48] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814)
[10:07:48] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28)
[10:07:48] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47)
[10:07:48] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146)
[10:07:48] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134)
[10:07:48] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655)
[10:07:48] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250)
[10:07:48] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545)
[10:07:48] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457)
[10:07:48] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)
[10:07:48] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3867ms behind, skipping 77 tick(s)

When teleporting to the given coordinates in the source world, there is no painting at all.
In the target world at the given coordinates, i expect the painting to be spawned/pasted, but there is no painting.

The ItemFrame contains a simple Nether_Quarts item.

This bug is potentially caused by this:
The item frame is spawned in the wrong world at the right coordinates.

commented

Comment by sk89q

Fixed in WE 6+

commented

Comment by D.T

Thanks