distance

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

    FireFlower attack player within radius of player holding the fireflower

    Hey everyone, first time posting on this skript forum! :emoji_slight_smile: Im working on a custom item, when a player is holding a flower, it sets every player within a 6 blocks radius on fire. Everything seems to be working, till the loop all player part. I cant get that part of the skript to...
  2. D

    Solved Knockback Problem (not working)

    Using Skript on 1.8.9 with no add-ons. Would like to keep it this way. on leftclick: if player’s target is a player; if {reach.%player%} is true: set {_loc} to location of player’s target set {_dis} to distance between player and {_loc} if {_dis}...
  3. A

    DISTANCE FROM SPAWN [URGENT]

    i need a script really important an essential script, i have to calculate when a player go over a distance from the spawn, if {lev.%player%} is less than 10 when player go more than 100 blocks from spawn push the player in spawn direction with speed 5 and also if player level is less than 20...