coords

  • 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

    Doors trigger

    Hello, I would like to ask for help ❤️ I have no idea how to add to this script so that the script does not respond to all acacia doors but only to those located at coordinates 46, 64, -21, I hope someone can help me thanks! on right click on acacia door: send "OMG DOKÁZAL JSI OTEVŘÍT DVĚŘE"
  2. J

    Solved How to check if player is below Y=something

    Hi, i have problem with my code. I wanna check if player is under Y = 59 My code looks like that: on any movement: if player's location is location(*, 59, *, world "FastBuilder-1"): set {blocks.placed::%uuid of player%} to 0 But the error is: [10:12:31 ERROR]: can't understand...
  3. J

    Player's coordinates expression not recognized

    While looking for ways to detect when a player is below certain coordinates, I found the coordinates expression. I've spent all day trying to look for a solution. The example doesn't work: player's y-coordinate is smaller than 40: message "Watch out for lava!" Is there a new coordinate...
  4. T

    Find a Random Coord, place a chest there with loot

    Hello! I'm trying to write a skript that finds a random coord on the surface, places a chest there with some customizable loot, strike lightning there, point players compasses toward it, and place a few mobs around the chest to "guard" it. This is what I have so far, but I'm not sure that it...