A configurable plugin designed to expedite the zombification and curing of villagers for trade discounts.
A Paper plugin that adds a craftable Curing Tome. Right-click a villager with it and that villager instantly grants the player the permanent zombie-cure trade discount.
Note: This does not grant the Zombie Doctor advancement, if effects: lightning: true it will grant Surge Protector.
Using the tome again on the same villager as the same player does nothing extra for the permanent bonus. A different player gets their own discount, since the reputation is per-UUID.
Modes (mode in config.yml)
INSTANT (default): keeps the same villager entity — trades are never touched — and grants the reputation directly. Optionally spreads a small temporary discount to nearby villagers, mimicking the vanilla cure aura.
AUTHENTIC: literally calls villager.zombify(), sets you as the conversion player, and gives it a short conversion time so vanilla runs the real zombie→villager cure with the shaking animation and awards the gossip itself.
Crafting
RPR R = Rotten Flesh
GBG P = Splash Potion of Weakness (normal or long)
RPR G = Golden Apple B = Book
Commands
/curingtome give [player] [amount] — give tomes (perm: curingtome.give, default op)
/curingtome recipe — prints and unlocks recipe
/curingtome reload — reload config (perm: curingtome.reload, default op)
Alias: /ctome.
Usage
MIT License, if you redistribute please link back to the original repo for bug reports and maintenance, etc.