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

    Set CustomName to arrow

    I want to create custom arrows, part of which I have already done in IntelliJ, and it works, but the arrows are issued through Skript. How can I set a custom name for the arrow so that I can check it in IntelliJ? command /test: trigger: if arg-1 is set: set {_item} to arrow...
  2. italo

    Armor -> Leather armor (custom color), without changing protection/unbreaking

    I need to make it so when wearing armor, it gets replaced with leather armor (with a specified color), and I need to make it so the protection and durability don't change, just the visual appearance for all players.
  3. italo

    Solved Amount of event-slot in player inventory

    Hello everyone, I have this set up: set slot 34 of metadata tag "sellmenu" of player to 1 of ender pearl, and a check, but it still writes "no" even if I have a full inventory of ender pearls, please help: if event-slot is 34: if amount of event-slot in player's inventory >= 16...
  4. italo

    Solved Variables wont save

    Hey, variables won't save after restart on join: if {tokens::%player%::amount} is not set: set {tokens::%player%::amount} to 0 command /token [<text>] [<offline player>] [<number>]: trigger: if arg-1 is "give": if arg-2 is set: if arg-3 is...