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

    can`t understand this event

    if player's location is location(100, 100, 100,): this script throws an error
  2. M

    Cant compare a location with a text

    every 1 tick: loop all players: if loop-player's location is "542, 122, 239": this script gives error "Cant compare a location with a text"
  3. M

    Script not working

    on region enter: if "%region at player%" contains "setpat": set gamemode of player to spectator There are no errors, the player is simply not given a gamemode
  4. M

    skript does not understand the condition / if "%region at player%" is region

    on right click on player: if "%region at player%" is region "shop" name of entity = "Den" cancel event skript does not understand the condition, what is the error?
  5. M

    on right click on player

    This script throws an error on right click on player: if "%region at player%" is "shop" name of entity = "Den" cancel event
  6. M

    Help make a script

    Help make a script: If the player owns the region "name" then some action is performed
  7. M

    skript does not understand if event help

    on player join: if {cmert_count} is not set: set {cmert_count} to "0" on death of player: if "0" = {cmert_count}: set {cmert_count} to "1" stop if "1" = {cmert_count}: set {cmert_count} to "2" stop if "2" =...