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. I

    Score "%loop-player's group%" in sidebar is not a number

    so ive trying to make a scoreboard and trying to get the players groupmanager group to display but i get this error: https://ibb.co/bQk4fCL Code: every 5 seconds: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "&a&lDeCraft &aPrison"...
  2. I

    Get speed of player

    Ok so i am making a script where I want to get the speed of the player so i can know if he/she is using speed hacks I just wanted to ask you guys: are there any way that you can get the speed of a player?
  3. I

    Gui with Sign

    Hi there! so i would like to make a GUI shell if u could call it that around groupmanager and I was thinking about nameing groups with a sign GUI like storing the input you typed on a line. I tryied to read the https://forums.skunity.com/threads/pikachus-snippets.4304/ installed the plugins but...
  4. I

    To be unstealeble dosen't work

    hi there! I have tryed to make a form of buy script bc there is a server where you can get a mini like server message me if u want to know more! But anyways I can't get the To be unstealeble to work Command /buy: trigger: open chest with 3 rows named " &b BuyCraft " to player...
  5. I

    Solved equip and add does not work not work

    Full Code: command /starter-pack [<player>]: trigger: if arg-1 is not set: send "&6Buy&7>>&6%player% &7vil gerne købe &5&lSpecial Edition &5&lStarter Bundle" to all players if arg-1 is set: if {op.%player%} is true: equip arg-1 with...
  6. I

    Skript problem

    (I'm bad at english so sorry for my bad language :) ) I'm scripting some things for a faction server and yesterday I wanted to make a chestplate that makes you invisible when you wear it. but I can't script it because I don't know how to test if a player has the chestplate on with a specific...