Open taddmencer opened 1 day ago
I did disable the trader block from being used going forward but the damage is done and I can't get out of the death loop.
Is there a kill command I can run to remove all instances of the block from the server command line?
First of all, sorry this happen. Now, the enchanted book issue is probably something to do with the changes to Minecraft code itself, and unfortunately a retro-fix isn't possible, but I'll try to fix it so it won't happen in the future.
Did the Trader crash happen before or after you disabled it? And by disable you mean you went into the config and set "TraderBlock": false ?
First of all, sorry this happen. Now, the enchanted book issue is probably something to do with the changes to Minecraft code itself, and unfortunately a retro-fix isn't possible, but I'll try to fix it so it won't happen in the future.
Did the Trader crash happen before or after you disabled it? And by disable you mean you went into the config and set "TraderBlock": false ?
The books I don't care as much about. It is what it is.
the crash was happening before - I disabled it - still happening because the blocks are still technically there. And yes, in the config:
{ "SneakRightClick": true, "KeyShortcut": true, "InventoryTrade": true, "OnlyAdults": true, "PickupCostMultiplier": 0, // Use Open Parties and Claims Chunk claim protection. "UseOPACClaimProtection": false, // Enable / Disable trader block. "TraderBlock": false }
And is always the same crash? the one you shared above?
Yeah, always a villager it seems. I considered disabling the mod, but I don't want anyone who has a chest load of legit villagers losing their chest full of .. legit-agers.
OK. I'll do a small fix that should stop that crash.
Perfection - thank you so much.
If you can,
Try this fix try this fix https://github.com/shiftthedev/PickableVillagers/releases/tag/fix
and let me know if it worked.
OK - tested it out, have it running. Went to all the locations and seemed to be great!
thank you! (donated a thanks!)
Happy it worked fine. Thank you for the tip.
Hello!
Been loving this mod. I've been using it on my servers, and my users absolutely love the ease.
HOWEVER .. we went from 1.20.4 and upgraded the server to 1.21.1 and that's where the issues started to happen.
Any villagers with trades in a chest when we upgraded, all trades where broken. Like, books said "enchanted book" and that was it. It would also cause the server to crash.
We cleared that issue by "firing" villagers.
BUT, some of the users decided to use the new trading blocks. Now the server crashes constantly. We can't get into the server long enough to remove them, and trying to clear with a setblock ~ ~ ~ air or something doesn't work.
My users are getting very frustrated and my next live stream is Monday and I usually stream from the server. Any insight on how to resolve would be fantastic.