• Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

ADDED:
- Added a syntax for registering smithing recipes (see DOCS)
FIXED:
- Hopefully fixed an NPE with virtual furnaces

CHANGED:
- Temporarily disabled structure elements until StructureAPI is updated
ADDED:
- Added support for 1.16.x NBT
- Added an expression to get all recipes from an item (see DOCS)
- Added an expression to get all ingredients for a recipe (see DOCS)
FIXED:
- Fixed an issue with loading on Spigot
FIXED:
- Fixed an issue with NBT strings that have variables in them. (The validator was just not having it)
ADDED:
- Added an armor change event (see DOCS)
- Added an expression to get the item changed in the armor change event (see DOCS)

CHANGED:
- Changed some error handling for NBT
ADDED:
- Added virtual furnaces (items, fuels, recipes) see WIKI
- Added an effect to reduce the player's debug screen

CHANGED:
- Spawning an entity with NBT now uses Skript's last spawned entity, so you can retrieve the entity via Skript's last spawned entity expression

FIXED:
- Removed an old debug message
ADDED:
- Added some better debug messages for invalid NBT strings
- Added a total experience expression (See DOCS)
CHANGED
- Recipes can now be registered from any event (not just `on skript load`)
- You can now remove MC recipes, custom recipes and recipes from other plugins (previously just MC recipes)
FIXED:
- Fixed an issue with bound events not working

ADDED:
- Added entity noClip expression from Sk-NBeeT