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

    Solved Cant get this to work

    Hello , Im working on a jail stick and unable to get it work , there are no errors aswell. on damage of a player: if attacker's tool is {@jailstick}: if victim is a player: if attacker has permission "police.use": set {%attacker%.usedstick} to now...
  2. Z

    Solved How to check if player is a member of a worldguard region

    Skript Version (do not put latest): Skript bensku-2.5-alpha3 Skript Author: Bensku Minecraft Version: 1.15.2 Paper --- Full Code: command /regionflags <text> <text> : permission: regionflags.use trigger: if arg 1 is "pvp": set {_region} to "%region at player%"...
  3. Z

    Solved Not saving kills

    Skript Version (do not put latest): Skript bensku-2.5-alpha3 Skript Author: Bensku Minecraft Version: 1.15.2 --- Full Code: on death: if world is "world": message "&0[&aNOTICE&0]&b You have killed &e%player% &b" to the attacker attacker is a player add player to...
  4. Z

    Solved Need help identifying the issue

    I have come to skript after a few years and I am skripting again, so I might have forgetten how most things work. Anway here is my code else if arg 1 is "chase": if arg 2 is set: if world is "world": set {_x%arg-2%} to x-coordinate of...
  5. Z

    NBT Issue

    Skript Version (do not put latest): Skript bensku-2.5-alpha3 Skript Author: none Minecraft Version: 1.15 Addons : Skquery 4.1.2 Skstuff 1.15 unofficial fork Skellet-Legacy --- Full Code: on join: set {_nbt} to...
  6. Z

    Solved Parsing Json in skript

    Skript Version (do not put latest): Skript bensku-2.5-alpha3 Skript Author: none Minecraft Version: 1.15 --- Full Code: ["",{"text":"This is fun and","color":"dark_green"},{"text":" "},{"text":"click me ","color":"red","clickEvent":{"action":"run_command","value":"/monkey"}}] So a few years...
  7. Z

    Solved Set Custom Head

    I would like to set the hotbar slot 8 to a custom head, is it possible to do that? If so how would i do it?
  8. Z

    Solved Temporarily disable commands

    I would like to know how could i temporarily disable a player from running commands. Im creating a minigame , so i dont want the player to teleport, since there are many teleport commands on my server .
  9. Z

    Solved Random string

    Im trying to create a vault system where a player has to enter a randomly generated code . How would I generate a random string and assign it to a variable. And how would i check if the text entered by the player matches the string generated.
  10. Z

    Message system

    How would I send messages to players online having certain permissions?