hel

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

    Solved SQLibrary for Skript SQL db

    I am attempting to store variables in a SQL database so that all the server's on my bungee have access to the same data, and I can't get my test server to start with SQLibrary, which the Skript config.sk file says it needs. Is there an alternative? Am I doing something wrong? Btw, there's no...
  2. G

    invisable mobspawner

    Hey guys, i have a quetsion i just started skripting and would like to find out how to spawn mobs with skript. i want the mob to have a name and armor.
  3. WhoCutTheCheese

    Solved (Repost I'm dum dum) Report skript

    I have a report skript were you report a player and it'll open a GUI and you click what to report for... After you click that I want it to send the report message to a player with a certain permission. I'm using SkQuery. command report <player>: trigger: open chest with 3 rows...
  4. WhoCutTheCheese

    Solved Report Skript

    I have a report skript were you report a player and it'll open a GUI and you click what to report for... After you click that I want it to send the report message to a player with a certain permission. I'm using SkQuery. command report <player>: trigger: open chest with 3 rows...
  5. Ronnoc2w

    Solved Add variables to variables

    Hello guys I wanted to make a token system but I cannot add a custom number to a variable :/ Here is my code: (Problem in line 9) command /eco [<text>] [<text>] [<text>]: trigger: if player has permission "tokenapi.eco" or "tokenapi.*": if arg-1 is set...