api

  • 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. itstwist3d

    API WardenSK || All Warden Syntaxes 1.0

    Skript addon* which ports all Lusk warden syntaxes to a .sk file. Utilizes Skript-Reflect WardenSK 1.0 is still in development, and releases may not be stable across all versions. Join the discord here for support. Documentation can be found at SkDocs.org
  2. 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...
  3. 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
  4. R4T_2

    Script Simple Voice Chat Integration for Skript v1.2.1

    A recreation (or an update to/of) skript-simple-voice-chat by limeglass using skript-reflect. This provides features skript-simple-voice-chat doesent have or do not work correctly
  5. Zeminor

    Executing Skript from String

    Basicly i want to run skript code from Java String Im getting Skript from AI that i want to use in runtime "command /drag: trigger: spawn a entity of type dragon at location of player ... other lines of skript "
  6. Palgia

    API TimerAPI - API for cooldows and timers 1.0

    Easily manage player and global timers! Skript-reflect is required! An example file is included in the .zip, check it out! IMPORTANT INFORMATIONS: - ALL FUNCTIONS WITH 'ID' AS AN ARGUMENT MUST BE A NAME FOR YOUR COOLDOWN. - DURATION MUST BE SET AS A TIMESPAN. - Set a timer for a player...
  7. Palgia

    Script SkNBTPreserver 1.6.1

    This skript is discontinued. Please use SkItemCreatorV2 which has its own nbt saver! A very simple Skript that addresses a single issue: not being able to retrieve the same blocks that were placed! Now placing a block or a head saves the original item for the drop when it is broken by a...
  8. Palgia

    API SkBackpack - ✅ Compatible with ItemsAdder/Oraxen ✅ Customizable ✅ Try it now ! :) 1.0

    The most comprehensive and unique backpack Skript! Addons required: skript-reflect, SkBee, skript-yaml ☛ Easy to use ☛ Compatible with ItemsAdder and Oraxen (you can define custom-model-data) ☛ Custom backpack size and permissions ☛ You can protect backpacks from other players ☛ You can...
  9. Palgia

    API SkLevels - ✅ Manage custom levels ✅ Easy API 1.3

    Manage custom leveling systems easily ! Requires: Skript-yaml, Skript-reflect What could be better than a way to centralize all your level systems? With SkLevels, use a very simple API to manage player levels. You can use this for jobs, class levels, and much more!
  10. Palgia

    Script ⚔ SkRPG - Create RPG Stats ! ✅ +15 Pre-made stats ✅ Fully customizable ✅ Easy API ✅ & More ! 1.9

    What is SkRPG ? If you want to create your perfect RPG server with customized statistics, this Skript is made for you! This script will manage the statistics 100% for you. Use the commands and functions to develop your server without worrying about the rest. Dependencies: Skript 2.8, SkBee...
  11. cheezburga

    Script Tebex API 1.0

    This script allows you to access your server's Tebex data. It was coded using Skript 2.8 and skript-reflect 2.4. It does this by sending HTTP requests to the Tebex RPC endpoint, which should return the requested data. The data is loaded using custom effects. Most of the effects follow the...
  12. jensjeflensje

    Addon ImageryAPI - Take pictures in Minecraft 1.1.3

    ImageryAPI A toolkit for taking pictures and videos in Minecraft. This library mainly consists of an image capture utility that will return images when given a location (and sometimes other options). It looks something like this (left is generated by ImageryAPI, right is a normal Minecraft...
  13. O

    API Request

    Is there a way to perform an HTTP GET request on a skript? This is what ChatGPT fed me: ``` on server list ping: set {_ip} to {player-by-IP::%ip%} set {_url} to "http://ip-api.com/csv/{_ip}?fields=32825" set {_output} to http get from {_url} set the motd to "Most recent player's...
  14. B

    Solved Skript get Text from URL

    I dont know what happen when i get text from url i got different text my code: command /ttvoter: trigger: if sender is console: # send request to...
  15. P

    Reqn Discord Webhook <none> Variable

    I used reqn addon and tried to do a new project with the involvement of discord webhooks. command /post:test: trigger: set {_custom} to "something" wait a second send a "post" request to "https://discord.com/api/webhooks/token" with the body "content=Test this var...
  16. S

    I need help with a skript thing!

    Hey, would appreciate any help. I have been trying to use the API from a plugin called “Wildstacker” to get an amount of something called “Barrels” in a location with Skript mirror. Here is simply what I would love to get some help With a command i can look at a block(that has something...
  17. S

    Help with API Skript Mirror

    Hey, would appreciate any help. I have been trying to use the API from a plugin called “Wildstacker” to get an amount of something called “Barrels” in a location with Skript mirror. Here is simply what I would love to get some help With a command i can look at a block(that has something...
  18. Moderocky

    API Mask 2.1.2

    This API is aimed primarily at plugin-makers or beginner addon developers. The primary goal is to try and simplify most of the dull or complex tasks that are required in addon/plugin creation. I use it in production, which is pretty much a guarantee that I will keep it updated. Almost no...
  19. kamilleon

    SuperiorSkyblockAPI

    I tried multiple things to get the superior skyblock api to work with skript mirror, but I couldn't. I would only need it to check if the player who executes the command is the leader of the island he is in team of. Any help? Plugin(Api)...
  20. DarkKingMW

    Solved How to Use Labymod API in Skript

    Does anyone know how to use the Labymod API in skript? Like This: Or This: