Failed to spawn shopkeeper.
mibby opened this issue ยท 3 comments
Paper dev 525 (Spigot 1.13.2)
ShopKeeper compiled as of commit 40cd916
Is there any way to find out why shopkeeper villagers fail to spawn? I have a few villager shops setup in my MobArena region. WorldGuard region is not flagged with mob-spawning deny and passive/aggressive mobs are turned on in the world configuration.
[21:00:53] [Server thread/WARN]: [Shopkeepers] Failed to spawn shopkeeper at void,951,79,1442
[21:00:53] [Server thread/WARN]: [Shopkeepers] Failed to spawn shopkeeper at void,953,79,1442
[21:00:53] [Server thread/WARN]: [Shopkeepers] Failed to spawn shopkeeper at void,955,79,1442
[21:00:53] [Server thread/WARN]: [Shopkeepers] Failed to spawn shopkeeper at void,949,79,1442
[21:00:53] [Server thread/WARN]: [Shopkeepers] Failed to spawn shopkeeper at void,959,79,1442
# Whether the plugin shall periodically verify that all shopkeepers that should
# currently be spawned are actually present. This should only be enabled if you
# have problems with shopkeepers disappearing.
enable-spawn-verifier: false
# If enabled, Shopkeepers tries to bypass other plugins which deny mob spawning
# (ex. land protection plugins).
bypass-spawn-blocking: true
# If enabled, Shopkeepers tries to bypass other plugins which deny interaction
# with the shopkeepers.
bypass-shop-interaction-blocking: true
I also tried enabling the spawn verifier but the shop npcs did not spawn. They only seem to respawn if I reload ShopKeeper after server initialization.
Edit: After a bit of testing, this seems to be due to MobArena purging the entities when the arena loads after ShopKeeper during initialization. :(
Yeah I reported this a few years ago: garbagemule/MobArena#222