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

    Solved [SELF SOLVED] Help with variables

    Help me with this code, I don't know why it doesn't work. # SCRIPT 1 command /add: trigger: add "%player%,%now%" to {italia.richieste.new::*} # SCRIPT 2 command /richieste <text>: usage: {@prefix} &aSintassi: &f/richieste <nazione> trigger: if arg 1 is "italia"...
  2. L

    Solved player's prefix

    Hi, can you tell me how I can display the player's prefix and suffix? I just tried this code but it doesn't works. on chat: cancel event set {prefix} to player's prefix broadcast "%{prefix}% %event-player% %message%"
  3. L

    delete player's vehicle

    Hi, I wanted to know how to delete the player vehicle. I made a skript that to hide the nametag by putting an armorstand that rides the player. I would like to make sure that when the target of the player is a player, it eliminates the armostand of the target in order to make the nametag of the...
  4. L

    Simple error

    How I run a command as op on tuske gui? I searched but found nothing Here's the code: command /shop [<player>]: permission: ww2.shop usage: /shop trigger: if player has permission "ww2.shop": create a gui with id "Shop" with virtual chest with 3 rows named...
  5. L

    Balance Teams

    Hi, I would need help to fix this command. I need him to be able to block entry into a team with more people than the others. I did this, but it doesn't work. (He doesn't tell me any errors) command /joinitaly: permission: ww2.selectteam trigger: if {russia} or {usa} or...
  6. L

    Kill Armor Stand

    Hello, command /telecamera [<string>]: trigger: if player has permission "tv.telecamera.all" or "tv.telecamera.%arg 1%": if {channel::%arg 1%} is set: kill armor stand at {channel.telecamera.%{channel::%arg 1%}%} set...
  7. L

    Solved List

    Hi, I would need a hand with this script: options: prefix: &9&lTV &8>&7 line: &8&m------------------ command /tv [<string>] [<string>]: aliases: television usage: {@prefix} Syntax: /tv <create/remove/cambiadir> < channel name><direttore> Trigger: if command sender...
  8. L

    Solved Help with a Skript

    Hello, I would need a hand with this skript. Hello, I would need a hand with this skript. I would like to make sure that typing /tnt give (quantity) is givved that number of tnt. I would like to make sure that typing /tnt give (quantity) is givved that number of tnt. The problem is that %arg-1%...