1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
Tags:
  1. Troubles With Chat Format

    D4isDAVID
    This update adds a new config option and a new feature that fixes some annoyances when directly including the message inside of the chat format instead of using [message].

    Added
    • New config option to grab the item amount from the entire inventory instead of only from the item stack.
    • Chat format normalization. If the chat format includes a formatted/colored/unformatted message, the script will modify the message variable...
  2. Fix for SkBee 2.8.3+

    D4isDAVID
    SkBee 2.8.3 broke some of the current script functionality, causing the messages of players to be split into multiple lines when using keywords. The script has been updated accordingly with additional changes and as a result only supports SkBee 2.4.0+.

    Changed
    • The script now removes color codes (ampersand [FONT=Courier...[/LIST]
  3. Small Fix

    D4isDAVID
    Fixed
    • Messages ending with a keyword followed by its type showing the item twice ([hand]hand[hand][hand]).
  4. Wait a Tick

    D4isDAVID
    Fixed
    • Default chat format sometimes being used instead of the one set by another script. Fixed by waiting a tick (Skript currently doesn't support event priorities for the chat event).
  5. Rewrite

    D4isDAVID
    The script has been rewritten, making the code more bearable. As a result the script now only works correctly with SkBee 1.16+.

    The source code is also now stored on GitHub Gist instead of Pastebin.

    The changelog below may have some things missing, since I'm not entirely sure that I checked all of the changes that occurred due to the rewrite....
  6. One Word Update

    D4isDAVID
    SkBee had its syntax changed a bit so I had to add just 1 word in order for the script to work again.
    The script now requires SkBee 1.15+
  7. More Keywords

    D4isDAVID
    Added more keywords.
    The config now uses {name} for the item name instead of {item}.
  8. Another Code Update

    D4isDAVID
    Updated the code so it is now even shorter and makes more use of the SkBee addon.
    Fixed an error regarding armor slots being empty.
    Now also works with Skript message formats that use %player% and %message%.
  9. Code Update

    D4isDAVID
    Updated the code, it is now shorter.
    The script no longer requires SkQuery.
    Items that previously did not display an amount now display one.
    Removed the update checker.
    Removed the built-in chat format.
  10. Bug Fix

    D4isDAVID
    Made the item count correctly count items. Some items (like Written Books and Shulker Box with items), will not display a count, because of NBT issues.