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

    Now, what are you waiting for? Join the community now!

  1. B

    Teleporting sign

    Can i get your command that sets the warp? You have to set the warp and on a sign: Line one = sign place Line 2 = name of warp Right? working perfectly for me
  2. B

    Drop Chest

    ok perfect! i think the problem is the location where it spawns and some buggy stuff... but i'm sure the item is spawning..
  3. B

    Drop Chest

    every 10 seconds: loop {coinspawner::*}: set {_owner} to asb owner of island at loop-value if {_owner} is online: set {_inv} to inventory of block at loop-value set {_loc} to location of block at loop-value if {_inv} has enough...
  4. B

    Teleporting sign

    Uhm.. you're looping a list (line 21) and after you compare {_l} (the location of the clicked sign) with the entire list. Could be this the problem? options: prefix : yourprefix command /sswarp [<text>]: permission : warpset.sk trigger: set {warp::%arg-1%} to player's...
  5. B

    Solved % problem.

    Hi guys! Before i start sorry for my english. So the problem is that i want to subtract a percentage from a value. if i do : set {Variable1} to {Var2}-10% -------> It's ok... no errors but what i need is set {Variable1} to {Var2}-{AnotherVariable}% and that gives to me an error! Do you know...