Recent content by Ierdyr

  • 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

    Convert timespan to number to be added to balance

    Hej jeg fandt på en virkelig dårlig måde at gøre noget i den stil du ville have men den virker da... lidt Dette er ikke et svar på dit spørgsmål men bare mig som prøver at løse løn-problemet på en anden måde. on join: if player has permission "Skript.Vagt": while true...
  3. 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?
  4. 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...
  5. 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...
  6. I

    Solved equip and add does not work not work

    Yes but not now. I don’t have access to a computer right now sorry. Thank you so much! It worked!
  7. I

    Respawn with kit depending on perm

    You could also try: on respawn: if {autokit.%player%} is true: execute console command "/kit dtools %player%" else: stop command /autokit: permission: autokit.member permission message: You cannot do that trigger: if {autokit.%player%} is not set: set...
  8. I

    help script

    I can’t test this atm but try: on load: send "Çiftlik Skript V1.0.0 Aktif." to console command /çiftlik [<text>]: aliases: ciftlik trigger: if arg-1 is not "market", "depo", "inekal" or "sutsat": (More code)
  9. I

    Solved equip and add does not work not work

    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 diamond helmet of protection 2 and unbreaking 1 named "&5&lStarter Bundle"...
  10. 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...
  11. I

    Skript problem

    what skript add-on do you use to get "On armor unequip" working?
  12. I

    How do you add a 'tag' above a display name?

    There is a plugin named nametag edit It should fix your problem :)
  13. I

    Solved Sell (item) for essentials money?

    IDK if this could help but you have a line that says “wait 1 seconds” I think it’s “Wait 1 second”
  14. 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...