Search results

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

    Solved WorldGuard + Skript

    Thanks man! That worked. Thanks for using time helping me :)
  2. ZoomDK

    Solved WorldGuard + Skript

    If you click on a irondoor at a plot, it's going to add you to that plot. The problem is, I don't want to "if contains". Every plot start with b(1-200). I don't know how to tell it, that's it's going to add someone if the regions at the clicked block contains "b(1-200)"
  3. ZoomDK

    Solved WorldGuard + Skript

    The regions at the plots is "b2, bmineplace, xcb, zcells" And it's in the world b2. Should I try changing the worlds name?
  4. ZoomDK

    Solved WorldGuard + Skript

    Nope, still doesn't execute the command.
  5. ZoomDK

    Solved WorldGuard + Skript

    It still doesn't execute the command. It does nothing.
  6. ZoomDK

    Solved WorldGuard + Skript

    on right click on iron door: if player can build at event-block: wait 1 tick toggle event-block play sound "BLOCK_IRON_DOOR_OPEN" to player with volume 1 with pitch 5 else if player has permission "guard": wait 1 tick toggle event-block...
  7. ZoomDK

    Solved WorldGuard + Skript

    "There's no loop that matches 'loop-value' execute console command /as delfriend %player %loop-value%
  8. ZoomDK

    Solved WorldGuard + Skript

    "There's no loop that matches 'loop-value parsed as "b%integer%" And no, it's not about Priority, already tried.
  9. ZoomDK

    Solved WorldGuard + Skript

    They are named b1-200. Not sure what you mean with "variable, in which you keep all of those plots".
  10. ZoomDK

    Solved WorldGuard + Skript

    If you say, I have about 200+ plots. I need to make that 200 times?
  11. ZoomDK

    Solved WorldGuard + Skript

    When you click a certain block, it's going to (areashop) /as addfriend %player% %region at clicked block%. The problem is, when it's not the areashop region first, you're not going to be added. If I'm going to use contains, I'm going to use a lot of work doing that.
  12. ZoomDK

    Solved WorldGuard + Skript

    It says a list with all the regions at the clicked block. It always starts with a region, but why that region? I want a specific region to be first.
  13. ZoomDK

    Solved WorldGuard + Skript

    Does anyone know how "%region at clicked block%" sorts? Like why it says in the order it says. I have tried a lot of things, but can't really see the pattern.