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

    Solved Adding / Subtracting Numbers From Variables

    I figured it out if anyone wants the answer, it's: subtract 1 from {variable}
  2. A

    help me in head

    on right click: if tool of player is skull: make console execute "fly %player%"
  3. A

    Variable Set To Integer 1-100, can it select one?

    command /thedailycrate: cooldown: 1 second cooldown message: &f[&e&lWystrn&f] &cThere is a 1 day cooldown. Be patient! trigger: set {_random} to a random integer between 1 and 100 open chest with 1 row named "&2Daily Crate" to player message "&f[&eWystrn&f]...
  4. A

    Per World Inventory

    Thank you!
  5. A

    Solved Adding / Subtracting Numbers From Variables

    I have a skript that has the following code. I have tried several different ways. on block break: if event-block is white wool: subtract 1 from {gens.%player%} message "&cRemoving generator! &4(%{gens.%player%}%&4/25) on break of white wool or black wool: if...
  6. A

    Per World Inventory

    I'm wondering if it is possible to create a Per World Inventory plugin. I tried Multiverse-Inventory, but it glitches out my server and prevents me from logging in so I'm not able to use it. I have several worlds and am in need of this. Thanks!
  7. A

    Teleporting player with Skript- Wrong world.

    I have 2 worlds: Lobby and Minigames. You are in the world Minigames and you right click a sign. It teleports you to coordinates in the world Minigames. When I do it, it teleports me to those coordinates in Lobby world. The plugins I have are Skript and SkQuery. For the last line, I have...
  8. A

    Help with skript (if player has permission, do xyz...)

    I tried that before, and it still told the person with the permission GP.shovel.admin how much time was remaining. I even gave the staff no permissions for the rank GP.shovel.use
  9. A

    Help with skript (if player has permission, do xyz...)

    Hi! My skript I'm trying to create is to give out a golden shovel. If the player has the permission "GP.shovel", they can type the command "/shovel" (which every rank has.) If the player has the permission "GP.shovel.use", they can receive one golden shovel per five minutes. It will then send...
  10. A

    Trying to stop loop but can't

    (I had troubles finding where to put it) It's working now. Thanks!
  11. A

    Trying to stop loop but can't

    Hi! The script I am writing is supposed to give the player 1 stick and 2 iron ingots, each 3 items with 50 second intervals inbetween. The only problem is, I only want this to occur in the world "pvp". I used a loop so it would save a lot of space, but I can't seem to stop the loop. I have also...
  12. A

    Can't stop loop?

    I have a simple script, but I can't find out how to stop this loop. Can anyone help me? The error message I get is: can't stop any loops as there are no loops present (arenas.sk, line 15: exit 1 loop')