Skip to main content

Release 1.4.6 - PREMIUM

· One min read
Very clean title :)

Fixes

  • Fixed Crate Option not loading commands when reloading with /structory reload command

Release 1.4.3 - PREMIUM

· One min read
Very clean title :)

New Feature

  • Added MythicMobs support, check EntityChecker

Fixes

  • Fixed problem with Adventure API on 1.21.10

Release 1.1.10 - FREE

· One min read
Very clean title :)

Improvements

  • Improved text formatting performance
  • Add /structory help commands

Release 1.4 - PREMIUM

· One min read
Very clean title :)

New Features Requested by @Silentassassin9

  • 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
options:
crafting:
listeners:
entity-death:
range: 15
interact: {} #if none specified, this is the only one
  • Now Recipes can be assigned to different Triggers (Listeners), by default they are assigned to Interact listener.
nether_star: # Ingredient
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

Release 1.1.9 - FREE

· One min read
Very clean title :)

Fixes & Improvements

  • Fixed problem when reloading the plugin
  • Fixed problem with some anti-grief/break structure events (Bamboo/Natural Growth Event, Cauldron filling etc..)