CommandHelper

CommandHelper

46.5k Downloads

Mobs cannot be teleported between worlds.

LadyCailinBot opened this issue ยท 5 comments

commented

CMDHELPER-2763 - Reported by dddeeefff

A while ago I tried to get wolves to be able to teleport between worlds with their owners, and ended up with this error (which still appears on console from time to time):

2013-07-24 19:57:38 [WARNING] Wrong location for EntityWolf['Wolf'/1081951, l='w_omicron', x=248.96, y=64.00, z=992.51] in world 'w_omicron'!
2013-07-24 19:57:38 [WARNING] Entity is at 248.95645270708,992.506192056843 (chunk 15,62) but was stored in chunk 14,-9
2013-07-24 19:57:38 [WARNING] Wrong location for EntityWolf['Wolf'/1081952, l='w_omicron', x=248.96, y=64.00, z=992.51] in world 'w_omicron'!
2013-07-24 19:57:38 [WARNING] Entity is at 248.95645270708,992.506192056843 (chunk 15,62) but was stored in chunk 14,-9
2013-07-24 19:57:38 [WARNING] Wrong location for EntityWolf['Wolf'/1081953, l='w_omicron', x=248.96, y=64.00, z=992.51] in world 'w_omicron'!
2013-07-24 19:57:38 [WARNING] Entity is at 248.95645270708,992.506192056843 (chunk 15,62) but was stored in chunk 14,-9
2013-07-24 19:57:38 [WARNING] Wrong location for EntityWolf['Wolf'/1081954, l='w_omicron', x=248.96, y=64.00, z=992.51] in world 'w_omicron'!
2013-07-24 19:57:38 [WARNING] Entity is at 248.95645270708,992.506192056843 (chunk 15,62) but was stored in chunk 14,-9
commented

Comment by jb_aero

Worldborder can't even teleport them within the same world without getting this error :/

commented

Comment by dddeeefff

Maybe it's connected to Wolves only. I believe I've tried to teleport a different kind of mob and didn't get this error, but that was a long time ago.

Anyway, I teleported to where the wolves were and took great pleasure in killing them, so at least the error message won't crop up again

commented

Comment by EntityReborn

This looks to be an issue outside of CommandHelper, and a bug in the server itself.

commented

Comment by kito.craft

Wolves can not be killed inside of regions, not sure why.

commented

Comment by jb_aero

That is not commandhelper related. Either WorldGuard protects them (probably by your config) or you have another plugin that does.