Hello, friends! Today's update brings two new features thanks to a request from
@SolaceNetwork
1. Disable professions:
This feature prevents villagers from acquiring the professions that you specify in config.yml. Example config:
Code (Text):
DisableProfessions:
- librarian
- cartographer
2. Disable items:
This feature completely removes certain items from a villager's trade offers. The change cannot be undone. It can be used to prevent server crashes on custom worlds. For example, a cartographer sells woodland mansion and ocean monument maps, which can cause the server to crash in a custom world where mansions and monuments don't exist. Removing "filled_map" from villager trades will solve this kind of issue. Example config:
Code (Text):
DisableItems:
- filled_map