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

    Solved options

    Im not really sure what to put in the MetaDataOfYourInv part to make this work. Its annoying i cant find any docs on options. Im dumb. Solved.
  2. V

    Solved options

    So im making a backpack skript and its hard to explain so just look at the skript. I know its telling me i need to use options to define the meta but idk what to type. hope someone can help. Script Version (do not put latest): 2.5.3 Script Author: bensku Minecraft Version: 1.16.4 Full Code...
  3. V

    help with ban

    Could u tell me what i did wrong? And i just wanna know how to make it mute or freeze the other person. Il fix up my script with else if and stuff but i still need help with how to mute or freeze the other person
  4. V

    help with ban

    Script Version (do not put latest): 2.5.3 Script Author: bensku Minecraft Version: 1.16.4 Full Code: Note: If the code is too large, feel free to use a pasting website (Pastebin or Pastebin) Note: If a variable is being set in another script, but not shown, please explain how they are being set...
  5. V

    help with ban

    Script Version (do not put latest): Script Author: Minecraft Version: Full Code: Note: If the code is too large, feel free to use a pasting website (Pastebin or Pastebin) Note: If a variable is being set in another script, but not shown, please explain how they are being set Errors on...
  6. V

    kicking is banning people

    soz i needa stop making dumb mistakes
  7. V

    kicking is banning people

    Script Version 2.5.3 Script Author: bensku Minecraft Version: 1.16.4 Full Code: command /punish <player>: permission: perm3.punish trigger: set metadata tag "BanInvMeta01" of player to chest inventory with 1 row named "&8Punish" set slot 4 of metadata tag "BanInvMeta01"...
  8. V

    Solved gui help

    k command /punish <player>: trigger: set metadata tag "BanInvMeta01" of player to chest inventory with 1 row named "&8Punish" set slot 4 of metadata tag "BanInvMeta01" of player to arg 1's head named "%arg-1%" with lore "&c&lPick their punishment" open (metadata tag...
  9. V

    Solved gui help

    Script Version: 2.3.5 Script Author: bensku Minecraft Version: 1.16.4 Full Code: command /punish <player>: trigger: set metadata tag "BanInvMeta01" of player to chest inventory with 1 row named "&8Punish" set slot 4 of metadata tag "BanInvMeta01" of player to arg 1's head...
  10. V

    player head in gui

    alright thx u have helped me so much
  11. V

    player head in gui

    Script Version: 2.5.3 Script Author: bensku Minecraft Version: 1.16.4 Full Code: command /ban <player>: trigger: set {_p} to "%arg-1%" parsed as player format gui slot 4 of player with player's head of ("arg-1" parsed as offline player) named "Player Skull" with lore "test"...
  12. V

    cant compare with an integer

    yeah sorry im dumb i just dont understand meta data yet. so sorry on not understanding the skript u gave me cause i started skript like a week ago or a bit more
  13. V

    cant compare with an integer

    it would really help if u could just give me a working version of the code cause it only fixed the index of slot thingy one
  14. V

    cant compare with an integer

    Script Version 2.5.3: Script Author: bensku Minecraft Version: 1.16.4 Full Code: command /skills: trigger: set {_prefix} to placeholder "player_level" # placeholder "%%player_level%%" is also valid set {_gui} to a new chest inventory with 6 row with name "&c&lSkills"...
  15. V

    placeholders repost cause im to dumb to understand the solution

    Skript Version: 2.5.3 Skript Author: Bensku Minecraft Version: 1.16.4 --- Full Code: Code (Skript): set {_prefix} to placeholder "player_level" # placeholder "%%player_level%%" is also valid command /skills: trigger: set {_gui} to a new chest inventory with 6 row with name "&c&lSkills" set...
  16. V

    Help with placeholders

    sorry im new to scripting so i just needed some help Darn it i tryed what u say but i just cant figure it out. Im so bad at life lol. This is asking for alot but could u just msg me the skript that would work. Really sorry but i started scripting last week. )=
  17. V

    Help with placeholders

    Skript Version: 2.5.3 Skript Author: Bensku Minecraft Version: 1.16.4 --- Full Code: Code (Skript): set {_prefix} to placeholder "player_level" # placeholder "%%player_level%%" is also valid command /skills: trigger: set {_gui} to a new chest inventory with 6 row with name...