#error

  • 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 community!

    Now, what are you waiting for? Join the community now!

  1. F

    1 Error in skript

    hey, so i was codng an levelup command for my server here's the code variables: {levels::1} = "survivor" {levels::2} = "warrior" {levels::3} = "champion" {levels::4} = "guardian" {levels::5} = "elite" {levels::6} = "master" {levels::7} = "hero"...
  2. Y

    compare a player with

    on rightclick on entity: if entity's name is "&l2 VS 2": if player is {ready::*} set: add player to {match::*} message "&ewait: %size of {match::*}%" to player if size of {match::*} >= 2: message "&aplayer: %size of {match::*}%" to all...
  3. anipez1

    i need help with second loop-value where the second loop-value is a number

    command /ssg [<string>]: permission: perms.guiedit permission message: Unknown command. Type "/help" for help. trigger: loop {shopgui::*}: loop 72 times: set {sshopgui::%loop-value-1%::normal::%loop-value-2 - 1%} to slot (loop-value-2) - 1 of...