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.

Addon Skacket 1.0.13

A Skript addon for handling and maintaining packet syntaxes.

  1. 1.0.13

    LimeGlass
    Updated libraries to 1.19
  2. Updates to Spigot 1.19.1

    LimeGlass
    Updates to Spigot 1.19.1
    1.0.11 fixed Client side world borders
  3. Glowing fixes

    LimeGlass
    - Fixed stop glowing not working properly
    - Added a system that will update the entity back to glowing after it's metadata changes.
  4. Fix client side armour

    LimeGlass
    - Fixed client side armour effect not working properly.
    - Updated to 1.18.2

    This version only works for Java 17
  5. Skript 2.6.1 support and 1.18 Anvil GUIs

    LimeGlass
    Skript 2.6.1 support and 1.18 Anvil GUIs. This version only works in Java 17.
  6. Toast Display

    LimeGlass
    Added 1.16+ support for the entity equipment syntax
    Added new toast notification which displays the advancement toast icon notification in the top right corner using CrazyAdvancementAPI.
    Code (Text):
    1. send %players% [advancement] toast [notification] %string% with [icon] %itemstack% and frame %advancementframe%
    2.  
    3. advancementframe:
    4.    goal: goal
    5.    challenge: challenge
    6.    task: task
    7.  
    8. example:
    9. send player toast "&6Skacket Example" with icon glowing diamond pickaxe and frame goal
    10.  
    This version...
  7. Fixed player dig event not working

    LimeGlass
    Fixed player dig event not working as intended.
    Updated libraries

    This version only runs on 1.18 and Java 17
  8. 1.18 hot fix

    LimeGlass
    Updated libraries.

    This version only runs on 1.18 and Java 17
  9. Update to Skript 2.6-beta-3

    LimeGlass
    REQUIRES SKRIPT 2.6-beta-3, Java 16 and ProtocolLib 4.7.0+

    - Updated to Skript 2.6-beta-3
    - Fixed sound event not working
    - Added event values for pitch and sound to sound event
    - Changed the anvil gui to the new section api.
    You can use event-anvilclick or anvil click to get the result of the click in the anvil either complete, left or right complete means they clicked the result far right item.
    you can use event-string to get the result of what they typed in.
    also [the] anvil...
  10. Client side glowing

    LimeGlass
    - Added client glowing effect
    Code (Text):
    1. set glowing of %livingentities% to %boolean% [(for|to) %-players%] [(for|to) %-timespan%]
    - Updated Anvil GUI to latest version
    - Added PropertyCondition mask to allow for 1.12 and lower server versions using older Skript versions.
    Govindas likes this.