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

    Ignoring double quotes(") or percent signs(%)

    How can I ignore "" or %% in strings?
  2. S

    Enchant

    if clicked slot is 12: @if number of diamond in player's inventory >= 2 ^ {attnum::%{team::%uuid of player%}%}: @@set {attprice::%{team::%uuid of player%}%} to 2 ^ ({attnum::%{team::%uuid of player%}%} + 1) @@loop all items in player's inventory: @@@if loop-item is sword: @@@@enchant loop-item...
  3. S

    How to teleport a player to a location

    I am a skript noob, so I want to ask this Current code : command /t: trigger: teleport player to "0, 60, 0"