Issue with villagers
See original GitHub issueDescription
Describe the bug
When we try to cure a zombie villager, the villager disappears. i’ve tried it a few times. Also when you spawn one with a villager spawn egg it does not spawn (you can hear the villager sound but nothing is shown ingame)
Steps to reproduce the behavior
- have a zombie villager, hit it with splash potion of weakness and give it a golden apple. after waiting the zombie villager will just disappear.
OR
- get a villager spawn egg and use it
Expected behavior
Zombie villager becomes a villager instead of disappearing OR Villager will appear when using the villager spawn egg
Screenshots and videos (Optional)
https://youtu.be/0lX9BhVEDY8 A youtube video showing the problem.
Environment
BentoBox Version (Mandatory)
Running PAPER 1.15.2.
BentoBox version: 1.13.1
Database: JSON
Loaded Game Worlds:
bskyblock_world (BSkyBlock): Overworld, Nether, The End
caveblock-world (CaveBlock): Overworld, Nether, The End
Loaded Addons:
BentoBox-InvSwitcher 1.6.1 (ENABLED)
Biomes 1.7.0 (ENABLED)
BSkyBlock 1.13.1 (ENABLED)
CaveBlock 1.13.0 (ENABLED)
Challenges 0.8.2 (ENABLED)
Chat 1.0.5 (ENABLED)
ControlPanel 1.7.0 (ENABLED)
DimensionalTrees 1.6.0 (ENABLED)
Level 2.0.0 (ENABLED)
Likes 1.7.1 (ENABLED)
Limits 1.12.2 (ENABLED)
MagicCobblestoneGenerator 1.7.0.2 (ENABLED)
TwerkingForTrees 1.3.1 (ENABLED)
Warps 1.9.3 (ENABLED)
Plugins (Optional)
Plugins (15): BentoBox, BungeeTabListPlus, CMI, CMIPaperLib, CommandHook, DiscordSRV, DiscordSRV-Staff-Chat*, LibsDisguises, LuckPerms, PlaceholderAPI, ProtocolLib, Spleef*, Vault, WorldEdit, WorldGuard
Additional context (Optional)
I’ve tried spawning villagers with /spawnmob villager
and they spawned normally, i’ve attached a video of me curing the zombie villager and trying to spawn one with the spawn egg and both didn’t work whereas spawning normal mobs with spawneggs works normally.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Problems with villagers - Survival Mode - Minecraft: Java Edition
If player traded with a villager, that villager is 'locked in '. They will not become unemployed, they retain their profession and trades,...
Read more >[MC-252887] villagers are broken in 1.19 - Jira - Mojang
i cant tell if its because i have them underground, but villagers are completely broken in 1.19. first up, non of them are...
Read more >4 Reasons Why Your Villagers Aren't Breeding in Minecraft
The reasons why your Villagers aren't breeding in Minecraft are that: They don't have a bed with a 2-block clearance. They aren't happy...
Read more >Villager - Minecraft Wiki - Fandom
Villagers are passive mobs that inhabit villages, work at their professions, breed, and interact with each other. Their outfit varies according to their ......
Read more >Problem with villagers not taking jobs in Minecraft Java 1.17
Hey good people! I have a Minecraft question for ya!So I have this problem where villagers won't take a job from a workstation...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
turns out npcs was off for some reason. Thank you so much tastybento!
The why result BYPASS_EVERYWHERE indicates that BentoBox is not blocking anything because the user has the mod permission
bskyblock.mod.bypassprotect
or similar. So, it’s not a BentoBox issue.If you removed all the plugins and this still happens, then maybe it’s your server setup. Have a look at your server.properties file. Is
spawn-npcs=true
set?If you skipped a few plugins, then make sure things like WorldGuard are not preventing villager spawning. There’s a region flag to prevent it, e.g.,
/rg flag __global__ deny-spawn villager
.