Help with SuperiorSkyblock2 in skript

  • 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 community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Un1Log1n

Member
Jan 14, 2025
1
0
1
Hi, i'm trying to make a skript where you need to be on your island before it works. It's a island mines skript, and i wan't to know if there is any way to check if the player is on their island?

It's in 1.8.8
 
if the island is in a different world, you can do something like:
on left click:
if player is in world "world":
broadcast "hi"
if thats not the case, you can make a region with world guard and check if the player is in it. (almost impossible when everyone has their own island)
on left click:
if "%region at player%" contains "myregion":
broadcast "hi"