regions

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

    Prevent going into "spawn" region if user was hit in the last 30 seconds

    i want to prevent going into "spawn" region if user was hit in the last 30 seconds (i do have skbee and worldgaurd installed) here is some mocup code (doesnt work its simply a explanation of how i want it to work) on enter region "spawn": if player has been hit in the last 30 seconds...
  2. Pierrelasse

    Help with getting regions

    Is it possible to somehow do something like this: set {_r} to region "someregion" loop all blocks in region {_r}: broadcast "%loop-block%" Cuz i could find anything that worked (i want to make a mob spawning thing so mobs spawn in a region)
  3. zahrajsi.net

    getter for WorldGuard flags - Via Skript-reflect

    Mc Version : git-Purpur-1613 (MC: 1.18.2) Skript ver: 2.6.1 hello I have a problem with this code, no matter what I do it still gives me the same error, I would like to make a snipset out of it but at the moment I can't move on either way, what exactly is it supposed to do? Returning a flag...
  4. N

    Solved Tips in scripting and help in regions

    Hello, I'm gonna go straight into what I really plan. If you guys can help me I'm really gonna appreciate it. The script is working well but I do have some future plans that I can no longer handle without asking for some tips or help. Basically these 2 scripts are for: All region break...
  5. hbrt

    Problem with create regions on skript.

    Hi, I have a problem. I have a problem. I wanted to execute the plot creation command. command /plot [<text>]: permission: plot.plot trigger: if arg 1 is "create": #and here I have a problem, do you know what to do to create a 64x64 region around the player?
  6. L

    Overlapping Regions, Priorities, and Skript

    When you are in a region that overlaps with another region, how can you specify that it only "sees" the region with the highest priority? broadcast "%region at player%" It always returns the name of all overlapping regions, regardless of their priority.
  7. 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...
  8. ItsMCB

    Solved Do script if in specific WorldGuard region

    Skript Version (do not put latest): Skript 2.2-dev34 Skript Author: Me Minecraft Version: 1.12.2 Hello, I was wondering if there was a way to make a script work for a player ONLY if they are in a specific world guard region. I know there is a way to do it with different worlds but because I'm...
  9. X

    Looping regions not working

    Hi, i have this script: every 10 seconds: broadcast "1" loop {zombies::*}: broadcast "2" loop all blocks in the region {zombies::%loop-value%}: broadcast "3" spawn zombie at loop-block set name of last spawned entity to "Boss" And I'm...
  10. A

    Script SKRegions - A simple regions manager 1.2

    SKRegions is a simple region-data manager that allows multiple YML files for more clarity and optimization. Required addons: SKUtilities, SKQuery, SKStuff Getting started First, you'll have to set the path of the folder where files are supported. Open the script with your favorite text editor...