- Tested Minecraft Versions:
- 1.17
- 1.18
- Languages Supported:
- Any
VILLAGERS TRADE MANAGER - BETA 0.1
DEPENDENCY: Java 16, paper, 1.17/1.18
Plugin allow to change/block/edit recipes of villagers to secure server economy. Many simple customise options.
TODO: (? mean - can be not added)
- Full Spigot support
- Change Enchants by level
- Chance to change specific item ?
- Change enchants only if is on specific item
- Custom price
- Reload command
NOTE:
This plugin is in beta, please use with caution and not add this on main server. I need more tests.
**Report bugs on my discord - link below
Example config:
Code (Text):#Changes in villagers can't be reversed - use this plugin with caution (this plugin not collide with shoopkeepers trades)
BlockAllMaterials: false #blocking whole trading and EnableBlockingByItem is ignored if true -> changed item not has been changed
EnableChangingByItem: true
ChangeItemList:
ENCHANTED_BOOK:
NewMaterial: STONE
MaxUsages: 1
NewEnchants:
- minecraft:sharpness;2 #enchant;level
- minecraft:sweeping;1
EMERALD:
NewMaterial: BOOK
#Without MaxUsage usages is from vanilla
#Without NewEnchants item haven't enchants
IRON_AXE:
MaxUsages: 3
#Without NewMaterial item is default
REDSTONE:
NewEnchants:
- minecraft:fortune;2
IRON_SWORD:
#empty only blocking trade
BlockAllEnchants: false # if true EnableBlockingByEnchant is ignored
EnableChangingByEnchant: true
ChangeEnchantList: #Blocks all levels of enchant
minecraft:unbreaking:
NewMaterial: DIAMOND_SWORD
MaxUsages: 2
NewEnchants:
- minecraft:looting;2
minecraft:fortune:
NewMaterial: DIORITE
minecraft:mending:
MaxUsages: 1
minecraft:sharpness:
#empty only blocking trade

Villagers Trade Manager BETA 0.2
BETA RELASE - change/block/edit recipes of villagers