addon

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

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

  1. eult

    Addon skLambda 2026-06-15

    A Skript addon that lets you treat behavior as a value, and cut a lot of boilerplate while you're at it. It adds: Lambdas: Small functions you save in a variable, pass around, and run later. They support closures, default parameters, and piping. Predicates: Reusable yes/no tests you can...
  2. RyZeeTheBest

    Addon SkTabCompleter 1.1.0

    SKRIPT TAB COMPLETER An addon for Skript that adds simple tab completion for commands created with the Skript language. For Minecraft server (Spigot/Paper). ❓ How to use SkTabCompleter Just define your commands in the config.yml and add suggestions for each argument. Static suggestions...
  3. itstwist3d

    API BeeSK || All Bee Syntaxes 1.0

    Skript addon* which adds all* bee syntaxes. Utilizing Skript-Reflect, BeeSK adds syntaxes such as: set entity's bee anger to 0 # Not Angry set {anger} to entity's bee anger set {e}'s bee anger to 1 # Angry if the entity is not rolling: # If the bee is not rolling set the nectar of the entity...
  4. itstwist3d

    API TskTsk alpha-v1.1.0

    TskTsk features custom syntaxes that include custom events, effects, expressions, and quality of life aliases. Bugs can be reported @ https://discord.gg/MrB93ApEvB https://github.com/itstwist3dmc-commits/TskTsk/releases
  5. Fendi

    Addon SkriptPDC 3.0 3.0

    To learn more about the add-on, check out the official GitHub repository: https://github.com/3Fendi3/SkriptPDC-API SkriptPDC API Version 3.0 Modern Persistent Data Container API for Skript 2.14+ _________________________________________________________________ Table of Contents Overview...
  6. kkaemok

    Bring MundoSk back to life

    I was developing a plugin using nms code to change player nametags, got a billion errors, quit. So I was thinking, skript maybe?, but MundoSk and Tablisku are outdated, and I know java, and a bit of nms, so anyone here that can help updating MundoSk to the newest version, or at least to a...
  7. L

    Addon TuSKe-Life 1.0

    I updated the open-source addon named "TuSKe" to support the latest Minecraft versions and Skript. All credits go to the original owner of TuSKe! The original owner's GitHub can be found here!
  8. NotAzex

    Addon Neon 1.2.6

    ☄️ Neon Core, now rewritten in Java! ☄️ Neon is a plugin meant for event servers. If you don't run an event server, you probably won't need this plugin. ❓ Why should I install Neon? ☄️ Neon has a bunch of commands that make your life alot easier while hosting events. Let me list some commands...
  9. raupauk

    Error Messages after installing TuSKe

    Greetings! So I wanted to create a Team Changer GUI, and for that I need TuSKe (I guess). But after installing, I always get error messages like this, and they come without stopping and I have no idea why. Does anyone else knows something?: [13:43:07 ERROR] [Minecraft] #!#! at...
  10. _tud

    Addon skript-scoreboards v1.0.2

    skript-scoreboards skript-scoreboards is an addon that allows you to create and manage packet-based scoreboards easily. Features - Packet-based scoreboards - Per player scoreboards - Scoreboards with shared viewers - No character limit on lines - Support for custom line scores (Minecraft...
  11. CodingCat321

    Addon SkProxy 2.4

    SkProxy - Enhance Your Skript with Proxy Management Features! Overview: SkProxy is a powerful Skript addon designed to extend the capabilities of Skript by providing seamless integration with BungeeCord and Velocity proxy networks. This addon allows server administrators to manage and interact...
  12. Equip

    Addon SkEssentials v1.2.0

    About SkEssentials SkEssentials was made to simply make your life easier for using features from SkEssentials in Skript instead of having to do it with Skript-reflect. You can put people in vanish, afk people, and more coming soon. Issues/Suggestions Found an issue with SkEssentials or want to...
  13. T

    how to make a sphere of particles around the player with skbee?

    i have nothing to write here just read the title
  14. Asleeppp

    Addon skript-itemsadder 1.61.1

    skript-itemsadder, an addon to replace the existing, but lackluster Skript API ItemsAdder has. As if it wasn't obvious enough already, this addon requires ItemsAdder to function. skript-itemsadder more then septuples the amount of features then that Skript API! Want to detect when someone...
  15. Equip

    Addon SkLogs 1.4.1

    What is this? This is an updated fork of the skript addon, Skript-Logs. This aims to provide easier usage of reading console messages in real time (including player ran commands) without the hassle of using skript-reflect and hippo. Relevant Links Documentation...
  16. SkriptEnjoyer

    Lightning Bolt Packet

    Someone know how to summon lightning bolt visible to a specific player with a packet using skript-packet or skript-reflect? I know use the PacketPlayOutSpawnEntity, but do not know how to use it. if you know that, please tell me how to do. Minecraft Version: 1.18.2 Skript Version: 2.6.3 Addon...
  17. L

    Solved Does anyone knows how to install Skungee on Velocity?

    I installed skungee addon and set up configurations, but nothing is working correctly. First of all, command bar always giving me error, whatever i input in it. And also, network variables not save, giving a <none>, when I trying to message the variable. Is there any tutorials how to properly...
  18. Trason

    Addon Skitch - The Twitch Addon 1.4.4

    Hello Skripters Today Skitch brings out Twitch Support to Skript! If you connect your chat with your livechat or create some funny twitch command or combine it with DiSky to create a Twitch Notification Discord Bot. I did only test Skitch on Paper 1.19.2 and Skript 2.6.3. Login Code Example...
  19. I

    Async Pre Login Disallow in Skript

    Hello. I'm looking for a way to use an AsyncPlayerPreLoginEvent in a skript. @EventHandler public void onPreLogin(AsyncPlayerPreLoginEvent event) { /// event.disallow(AsyncPlayerPreLoginEvent.Result.KICK_BANNED, "You cant join"); } I am not looking for a solution such as kick a player...
  20. Q

    Solved Is there an Addon for WorldEdit Schematics that works with 1.17?

    Hi there, Im trying to paste a WorldGuard Schematic in my Skript on a 1.17.1 Server. I’ve heard that I can use „structures“, but is there an Addon for WorldEdit Stuff? (Skematics seems not to work with 1.17)