Support
Optimization
- Added support for the latest versions
- Reduced file size by almost half
New Ingredients
New Results
- Added vault ingredient
check wiki for updates
- Added withdraw, deposit and message Results
Fixes
- Fixed MMOItems and ItemsAdder compatibility.
- Fixed inability to break structures in Survival.
- Fixed floating items persisting on quit/join.
New Feature
- Added MythicMobs support, check EntityChecker
Fixes
- Fixed problem with Adventure API on 1.21.10
New Features Requested by Silentassassin9
options:
- Added new Crafting system to allow different types of crafting, called listeners. at the moment there are manual and entity-death which will trigger a craft event
- Add new section to Crafting option to register new listeners
crafting:
listeners:
entity-death:
range: 15
interact: {} #if none specified, this is the only one
nether_star: # Ingredient
- Now Recipes can be assigned to different Triggers (Listeners), by default they are assigned to Interact listener.
name: nether_star
display_name: "Nether Star"
listeners:
- entity-death
# - interact
- 2 new Ingredients: 1) killedentity which is used to add conditions to the killed entity (if entity death event). 2) entity Check nearby entities, names, types and other conditions
- Check the wiki for more details
