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

    Loop

    The thing is now my code looks so command /hut [<text>]: trigger: if arg 1 is "Melone": equip player with melon block send "{@Hüte} Du hast den Hut &8'&9%arg 1%&8' &7gewählt" if arg 1 is "Taucher": equip player with glass send...
  2. K

    Loop

    What do i enter in the condition part ? because this isnt working command /hut [<text>]: trigger: if arg 1 is "Melone": equip player with melon block send "{@Hüte} Du hast den Hut &8'&9%arg 1%&8' &7gewählt" if arg 1 is "Taucher": equip...
  3. K

    Loop

    Hello. I have a Problem i want to make a Rainbow wool that is on your head and this is the code if arg 1 is "White woole": equip player with White wool send "&cR&6e&eg&2e&3n&1b&5o&cg&6e&en &2W&3o&1l&5l&ce &7gewählt" wait 10 tick...