skript-itemsadder

Addon skript-itemsadder 1.5

  • 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!

Haha, its finally here! Version 1.5, This update is absolutely huge, and might be the biggest update in all of skript-itemsadder ever!

ADDED

- Create ItemsAdder Inventory Section - Create an ItemsAdder inventory with this Section, containing a texture, title, texture/title offsets, etc.
- Open Custom Inventory Effect - Opens an ItemsAdder inventory to a player
- Set Custom Inventory Slot Effect - Sets the slot of an ItemsAdder inventory
- Last Created GUI expression - gets the Last Created ItemsAdder gui.
- Furniture Place **Success** Event - Gets called when a furniture gets successfully placed into the world, if you're looking to get the location, etc. Use this event.
- Play Break Effect (it's back!), Plays the breaking effect on an ItemsAdder block, (no, it's not the cracking)
- Custom Block Type
- Textured Inventory Type
- Update Checker (Not stolen )

CHANGED

- Items and Font images now support more then 1 entry.
- The "Is Custom Block", "Is Custom Item" and "Is Custom Entity" conditions now support negative comparisons (isn't/is not) (https://github.com/Asleeepp/skript-itemsadder/issues/10)
- Fixed Replace Custom Furniture Effect (https://github.com/Asleeepp/skript-itemsadder/issues/4)
- Docs fixes and changes, (All examples that need it now contain namespace:id)

REMOVED
- Play Place & Break Sound Effect - Felt like these were useless, as you could just use the Play Sound effect
- Set Tool Usages Effect - Custom Durability is bugged in ItemsAdder currently.
This is version 1.4.1, a small bug fix update

FIXED:

  • some conditions/expressions not being locked to an event
REMOVED:

  • Tool Usages effect, caused me a lot of issues to try and fix, very sorry. It may return in the future.
KNOWN BUGS:

  • the Replace Custom Furniture effect can be a bit finicky with furniture's that aren't 1x1x1, I have no idea how to fix this, as ItemsAdder's API isn't very concise.
This release is the biggest one yet,
(other then the release.)

Added:

An expression to get the block clicked.
An expression to get the item associated with a block
An effect to remove furniture
An effect to replace furniture (if there is furniture at a location, this effect will remove it and place another furniture at the same place) [Thanks for the suggestion!](https://github.com/Asleeepp/skript-itemsadder/pull/3)
An effect to replace a block (if there is a block at a location, this effect will remove it and place another block at the same place)
A condition to check the action of which the player interacted with the block with
A condition to check the face of the block the player clicked on.
A condition to check the block clicked.

Removed:
Play Break Effect effect, (may return)

Updated:
You may now specify what item you want in the "Is ItemsAdder Item" condition

That's all.
Version 1.3 adds 2 effects:

Set usages of tool to [int], set the usage of your tool to a number.
Place custom furniture at [loc], places furniture at the location. (Suggestion)

More to come soon!
Added 3 New Effects

Play Break Effect, play the breaking effect on your custom blocks.
Play Break Sound, play the break sound from a custom block to a player
Play Place Sound, play the place sound from a custom block to a player.