Recent content by Marcel12082007

  • 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. M

    Solved Random item GUI

    Try this: command /rewards: trigger: set {randomitem_1} to a random element out of {randomitems::*} set {randomitem_2} to a random element out of {randomitems::*} set {randomitem_3} to a random element out of {randomitems::*} set {randomitem_4} to a random...
  2. M

    Skript Speed Issue

    I don`t know but try this: on player toggle sneak: if name of player's chestplate is "&5Ghost Cloak": if player is sneaking: set player's walk speed to 8 else: set player's walk speed to 1 else: set player's walk speed to 1
  3. M

    Coinsystem Skript doesn`t work

    Hello, I already tried this, but it doesn`t work: on join: if file "plugins/Coins/%uuid of player%.yml" doesn't exist: create file "plugins/Coins/%uuid of player%.yml" wait 1 tick set yml value "Anzahl" of file "plugins/Coins/%uuid of player%.yml" to "1000"...