-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Setup
First install the plugin - it supports 1.8 - 1.16!
Then go in game, and create an area of where you want your region to be.
Go to a corner and do /regionborders create Land pos1
(you can also use /rb
instead of /regionborders
) to set the first position/corner.
Then go to the opposite corner and do /regionborders create Land pos2
(Note that the vertical height matters, so if your pos1 was on the ground, make sure to be in the air for pos2!)
Then, you will see a message that says that you created a region! By default, the region won't do anything; we'll have to create some actions.
First, we'll make a welcome message using the minecraft Title system.
Run the command: /regionborders actions Land add enter title &aWelcome!%newline%&bEnjoy the stone platform!
.
This will create a title action that activates when we enter the Land region. the %newline% separates the title and subtitle, and now, if we enter the region, you'll see this:
Now, everyone who comes on our stone platform will be welcomed 🥰.
However, there are more actions that you can do - if you do /regionborders listactions
, you can see the available actions (feel free to suggest some in the discord server!):
Next, let's make it so that the player will be launched up into the air once they leave the region.
To do this, we'll use the command: /regionborders actions Land add leave launch UP 1.5
This will create a launch action that activates when we leave the Land region. UP is the direction, and 1.5 is the multiplier.
This is what your region should be like now:
That's it! Check out the Commands and Permissions page or the Tips page!