region

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

  • LOOKING FOR A VERSION OF SKRIPT?

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

Status
Not open for further replies.

EricDasBrot

Member
Jun 1, 2017
26
0
0
28
hey, i want to make king of the ladder. And I want that when a player enters the region, the text is sent and the same when he leaves the region.


thank you for your help
this was made with google translator :emoji_grinning:.
 
If you use world guard that plugin will do it for you, just set the entry and exit flags. Doing it with skript is a little more tedious it would be
code_language.skript:
on region enter:
    If %region% is "region name in world world":
        send "message"
The "in world world" bit changes depending on your world. "In world the_nether" and so forth
 
Status
Not open for further replies.