skript 1.20.2

  • 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

    Error in the .sk file

    Hello there, I have a problem The Skript file brings a lot of errors
  2. thatguypsycho

    Solved Hex Colors not showing up with LuckPerms prefix in chat.

    I have a custom chat filter using skript and I am trying to use my custom hex code colored prefixes from LuckPerms in the chat message before the users name. on chat: loop all players: if message contains "%loop-player%": play sound "entity_experience_orb_pickup" to...
  3. C

    /mob [<mob>] help

    I trie something and it isnt helping, i know das that with mob does not work command /schaf [<mob>]: trigger: set {_locsheep} to player's location loop 100 times: summon arg-1 at {_locsheep} this dont work
  4. T

    Resource pack share

    I want to share resource packs and receive them through /rp set *nickname*. What's wrong? command /rp [<text>] [<text>]: trigger: if arg-1 is "set": if arg-2 contains "http://" or "https://": set {rp.%player%} to arg-2 message...
  5. T

    Binding pitch and camera angle

    I want to make something like a flute that changes its tone from 0.5 to 2 depending on the player's camera angle on rightclick with echo shard: set {_pitch} to player's pitch set {angle} to {_pitch} / 45 loop players within 16 blocks of player: play sound...