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

    Aliases

    I'm trying to create an alias for a mod item, but it's giving an error that it's not a minecraft id aliases: avaliador = sledenmod:avaliador command /reset: trigger: set {sorteioclasse1.%player%} to 0 on rightclick: player's targeted block is avaliador...
  2. M

    I'm not able to set the amount of items in the player's slot in a variable

    I'm not able to set the amount of items in the player's slot in a variable set {_x} to amount of loop-item in slot current of player's inventory ERROR: There's no loop that matches 'loop-item in slot current of player' (c80orbs.sk, line 61: set {_x} to amount of loop-item in slot current of...
  3. M

    Solved give an item to the player using variable

    I'm trying to give an item to the player through a variable, but it's not going. in the console it doesn't give any error function OrbDar(p: player, no: string, n: number): if {Orbs::Nomes::*} contains {_no}: give {Orbs::Ids::%{_no}%} to {_p} send "you receive"