
Minecraft Paper plugin and Fabric mod that allows players to employ villagers, cycle their trades and change their professions. Optionally also allows cure discounts to spread among other villagers!
VillagerReset is a dual-platform Minecraft server project that provides villager trade cycling features for:


Cycle Trades option (barrier icon): rerolls villager trades for emerald cost.Profession Swap option (head icon): swaps to a random profession for emerald cost/chance./villagerreset status/villagerreset list/villagerreset set <setting> <value>/villagerreset enable/villagerreset disable/villagerreset reload/villagerreset debug <on|off|status>Alias: /vr
Permission: villagerreset.admin (default: op)
# Paper (plugin.yml config)
enabled: true
debug: false
cycle-cost-emeralds: 1
profession-swap-cost-emeralds: 2
unemployed-initial-profession: # Paper only — ignored on Fabric
enabled: true
cost-emeralds: 10
cycle-max-uses: 8
profession-swap-success-chance: 1.0
cure-discount:
enabled: true
radius-blocks: 500
bonus-level: 20
Licensed under GNU General Public License v3.0 (GPL-3.0-only).