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

    Execute command as OP

    Do you have SkUtilities?
  2. T

    Solved Play sound for /msg /m /tell /essentials:msg

    I'm confused. You want a mention script or you want every time someone sends a private message a sound to play?
  3. T

    solved

    command /apple19191919: trigger: player's world is "ffa": if {ffapoints.%player%} is greater than 99: #that means if they have 100 or more points it will give them 3 golden apples give player 3 golden apple remove 100 from...
  4. T

    Play sound to specific player (ASAP)

    play sound "SOUND" to player Please check the documentation before posting https://docs.skunity.com/syntax/search/play%20sound You can find a list of the sounds here https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
  5. T

    Solved Event Triggers When it Shouldn't

    I tried this and it works on right click with stick: if clicked entity is a villager: send "test" to all players set {_loc1} to location of villager set {_loc2} to block 75 above block at location of villager loop all blocks between {_loc1} and {_loc2}...
  6. T

    solved

    command /apple19191919: trigger: player's world is "ffa": if {ffapoints.%player%} is greater than 99: #that means if they have 100 or more points it will give them 3 golden apples give player 3 golden apple else: send "&cYou...
  7. T

    Keycard skript (again)

    on right click on oak button: set {_card} to knowledge book set name of {_card} to "&cKeyCard &7(lvl 1)" set {_card2} to knowledge book set name of {_card2} to "&cKeyCard &7(lvl 2)" if player's held item is {_card} or {_card2}: send "&aAccess granted!" to player...
  8. T

    Solved i need help

    kill all animals where [input's name is "name here"]
  9. T

    Scoreboard Prefix Problem

    Can you post the full script?
  10. T

    Armor that give potion effect

    The script I sent you removes the effect when the player takes it off
  11. T

    Armor that give potion effect

    Yes it works with player head
  12. T

    World border per world

    Can you send the full script?
  13. T

    Making a GUI

    That happened to me before when I did /sk reload scripts and /sk reload all. Did you reload all the scripts or the specific file (/sk reload <name>)?
  14. T

    Solved [SKRIPT] IF or Else How to use

    no problem :)
  15. T

    Solved Teleporting player doesn't keep rotation

    something like that? on right click with diamond sword: if player's held item's name is "&5Aspect of the end": teleport player 8 meters infront of player (please use code blocks)
  16. T

    Solved [SKRIPT] IF or Else How to use

    else has to be placed under if command /test1 <text>: trigger: if arg 1 is "skórzany>żelazny": if player has 1 of leather helmet named "SET SKÓRZANY": if player has 1 of leather chestplate named "SET SKÓRZANY": if player has 1 of...
  17. T

    Armor that give potion effect

    on armor change: if event-item is golden helmet named "&eHaste Helmet": while player is wearing golden helmet named "&eHaste Helmet": apply haste without particles to player for 5 seconds wait 5 seconds
  18. T

    Keycard skript (again)

    command /setcardreader [<number>]: permission: keycard.admin permission message: &cYou don't have permission to execute this command. trigger: if arg-1 is set: if arg-1 is 1: if player's target block is stone button: set...
  19. T

    help me skript doesn't work

    command /helmeti: trigger: if player has 16 gold ingot: give player diamond helmet of protection 1 give player diamond chestplate of protection 1 give player diamond leggings of protection 1 give player diamond boots of protection 1...