Brettflan / WorldBorder

Bukkit plugin for maintaining borders for your worlds to limit their sizes, as well as generating missing chunks or trimming excess chunks.
https://www.spigotmc.org/resources/worldborder.60905/
BSD 2-Clause "Simplified" License
139 stars 210 forks source link

Spawner generated during the fill command fallback to pig spawner (maybe not a WB issue) #118

Closed arboriginal closed 5 years ago

arboriginal commented 5 years ago

I've just seen a problem while running the fill command:

[PaperChunkGen-world/ERROR]: Failed to fetch mob spawner entity at (-7233, 29, -2073)

I went to this location and the spawner was a pig spawner...

I only have worldborder installed on this server so it cannot be caused by another plugin. I'm using WorldBorder 1.19.0 on paperSpigot 1.13.2 (473).

Edit: I've fixed them manually and when went to them:

[Server thread/ERROR]: Block at -6 497,46,286 is minecraft:spawner but has net.minecraft.server.v1_13_R2.TileEntityChest@4c197bd3. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.

So it's probably not a problem from WorldBorder but in the world generation itself. As I understand, the dungeon chest was generated in the same block than the spawner which causes this bug.

Sorry about this reporting if it's the case but I prefer to report just in case.

Brettflan commented 5 years ago

Yeah, that would definitely be down to Paper / Spigot / Bukkit / NMS code if you have no other plugins or mods.

arboriginal commented 5 years ago

Thanks for your quick confirmation, so you can close this issue I think. Sorry to have opened it, I though it was related to WorldBorder when I did.