Skacket

Addon Skacket 1.1.0

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

Supported Minecraft Versions
  1. 1.15
  2. 1.16
  3. 1.17
  4. 1.18
  5. 1.19
  6. 1.20
Documentation | Github | Bug reports

An addon dedicated to hacking things and maintaining packet syntaxes.

Use the latest version 1.1.0+ for 1.19.3+
Use version 1.0.13 for versions between 1.18 and 1.19.2
Use version 1.0.5 or lower for versions outside of 1.18 and Java 17. Click "Version History" tab to view older versions.

Requirements:

Some highlight features:
  • Client side armour. (Client side means only certain players see it)
  • Sign GUIs like Hypixel.
  • Client side world borders (Great for Skyblock barriers)
  • Anvil GUIs.
  • Send an advancement toast notification to players.
  • Block Break Animations.
  • Vehicle Steer Event.
  • Client side glowing
  • Utilizes Sections
Example code:
Code:
command /sign:
    trigger:
        set {_player} to player
        player doesn't have a sign gui open
        open a sign gui to the player with lines "&6---------", "<##00ff00>Type your name:", "" and "---------":
            message the lines to {_player}
            set {_name} to line 3
            message "You entered %{_name}%!" to {_player}

command /anvil:
    trigger:
        open an anvil with title "Enter your friends name" to player with left item stone named "Search...":
            close player's inventory
            the anvil click type was output
            message "%event-string% was the result and the slot was %event-number%" to player

on sound:
    the sound is "entity bat takeoff"
    set the volume to 10
    set the pitch to 1
    the sound seed is not 1
    set the sound seed to 1
    broadcast "bat took off sound aww"

Installation:
  • Place in your plugins folder.
  • Make sure you have Skript and ProtocolLib installed and enabled.
  • Restart server.
If you have any questions, suggestions or need help with anything, feel free to reply in the discussion or the bug reporter, and I will get back to you as soon as I can.
Author
LimeGlass
Downloads
6,926
Views
6,926
First release
Last update
Rating
5.00 star(s) 2 ratings

More resources from LimeGlass

Latest updates

  1. 1.20.1 and Skript 2.7.0

    Updates Skacket to 1.20.1 and Skript 2.7.0. This version ONLY runs on 1.19.3+ use 1.0.13 of...
  2. 1.0.13

    Updated libraries to 1.19
  3. Updates to Spigot 1.19.1

    Updates to Spigot 1.19.1 1.0.11 fixed Client side world borders

Latest reviews

I absolutely love sign GUIs of this addon, thank you for making it!
This is your second best add-on in my opinion! Needed features from a long time!!
Good job LimeGlass