check

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

    Check if there's no blocks

    Hello, I'm currently making a train system and I was wondering if it is possible for if I spawn a structure that I can check if there's blocks there where I want to spawn the train (a structure). If you do not understand my problem, ask me to explain it again. My structure addon: SkBee
  2. T

    check player's version

    Hello! Is there a way to get the current version a player is using? (I don't use ProtocolSupport and Tuske) Thanks!
  3. konnte

    How to check if a Var reached a number?

    Hey, I'm working on a levelsystem. Im trying to figur out how to check if a var reached a number like not with >= or =. Something like this if {xp} reached 10: set {level} to 1 if {xp} reached 50: set {level} to 2: if {xp} reached 100: set {level} to 3:
  4. A

    Check if player is riding in a boat

    I really want to create a script that checks if a player is in a boat and then sends a message. This is what i currently have but it isn't working. every second: if player is riding a boat: send "This is a test"
  5. A

    How to determine the number of animals at the specified coordinates

    I used a translator. The number of cattle will continue to be zero when coded below. What should I do? %{;;s}% is # options: prefix: &eAnimal&f> command /animal [<text>]: permission: lom.op trigger: if arg-1 is not set: send "{@prefix} /animal wand &c->...
  6. D

    Solved AutoClicker check problem

    Skript Version: 2.1.2 Minecraft Version: 1.8.9 --- Full Code: # AntiAutoClicker by D0XY. https://www.youtube.com/c/d0xyyt options: # Change the number after "clickmax" to set what CPS the player gets kicked at! clickmax: 5 # DO NOT CHANGE ANYTHING BELOW THIS LINE!!! prefix...
  7. F

    Solved How do I check if a variable has reached a certain number

    I am Skripting a RP-System (similar to gta experience levels) I only got one problem, how do I create a variable that only contains a number which I can check (e.g. if a variable has reached "20" it should trigger something or when it has reached the count of "40")? If someone is able to...