Search results

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

  1. T

    Solved SkQuery 4.1.5 MySQL does not work

    Skript Version 2.6.2 Skript Author APickledWalrus Minecraft Version CraftBukkit version 3096a-Spigot-9fb885e-af1a232 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT) Full Code https://pastebin.com/xZbZMEcf Errors on Reload None Console Errors after Function is executed...
  2. T

    If {_item} is red wool

    If you are Using Skript 2.2-dev then you need to take the ID of WOOL (35) And the ID of Red Wool (14). Then you would use if number of 35:14 in player's inventory is greater than or equal to 1:
  3. T

    Permissions System, needed?

    Hello Guys, this is my first post. I recently made a Permissions System entirely built in Skript, it also has a MySQL connection. I wanted to know if something like that is needed.