coordinates

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

    Help with coordinates

    In skript i need send in chat coordinates of player command calldoctor [<player>] [<number>]: aliases: cd permission: calldoctor.use trigger: if arg-1 is not set: send "&cUsage: /calldoctor ник сумма" if arg-1 is not online: send "&cPlayer is...
  2. C

    Spawn mob at location

    I need to spawn a zombie at specific coordinates in a specific multiverse.
  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. fasteR

    Solved How to count blocks between coordinates

    Hi, I want to count blocks in a region that between two coordinates. I am tried to find it in Google but I couldn't.
  5. E

    PLEASE HELP

    Hello, i need help with this: on place of a GOLD BLOCK: message "Spawnpoint set" make player execute command "/spawnpoint %player%" I want to make spawnpint on top of the gold block How to do it? And if gold block destroyed, spawnpoint removed.
  6. K

    Solved Finding the block under player

    Is there a way to find the block under a player? And if not, is there a way to do something along the lines of "if block at {_coords} is stone"? I've tried the latter but it just returns <none>. I'm new to skript however so I might be missing something. Thanks for the help.
  7. Wolwer

    Solved Change Y-coordinate in variable

    Hi. I need help. I need to lock Y-coordinate of variable Smth like this: set {_behloc} to location 2 behind player set {_above} to location 1.5 above player set {_loc} to {_behloc} with Y-coordinates of {_above} How to do it? Please, help <3
  8. F

    Solved How to check if a player is between 2 coordinates

    So as the title says essentially i am trying to make a custom region skript not using world edit or world guard, I have everything in place, all i need help with is how to check if a player is between the 2 xyz coordinates that are stored in variables every 10 seconds. I have searched the docs...
  9. TheBlazeTuber

    Solved Adding coordinates to set variable

    Minecraft Version: 1.12.2 Full Code: if player has permission "tbt.wands.netherwand.arrowrain": if name of player's tool is "&4Nether Wand": cancel event if line 1 of lore of player's tool is "&4Arrow Rain": set...
  10. 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...