-
Notifications
You must be signed in to change notification settings - Fork 0
Setup new arena
Before you start using the plugin you MUST select the lobby.
To do this, go to your spawn world and type /alonsorftb setlobby
In this example, we will create an arena with the following data:
-
Identifier:
oldcaves<- Identifiers must be lowercase and can only contain letters and dashes- -
Arena name:
Old Caves<- The name that will be displayed in scoreboards and more -
Total time in seconds:
300 -
Release time in seconds:
15 -
Should beast be teleported if falls to void?:
false -
Beast amount:
1<- Do NOT set it to other than 1 for now -
Min players:
2 -
Max players:
10
To setup a new arena you must follow the next steps:
Teleport to the world in which the arena is.
Clear you inventory and pick the armor the beast will have.
Suggestion: diamond armor and a diamond sword.
Type the following command replacing it with your current names and values.
/alonsorftb createarena <arena-identifier> <Arena_name> <total-time> <release-time> <beast-teleport-void?> <beasts-amount> <min-players> <max-players>
Replacing with our values above we have:
/alonsorftb createarena oldcaves Old_Caves 300 15 false 1 2 10
You will receive the setup items!
✔️ Let's start selecting the important locations!
The location in which players will appear when joining the arena.
The location in which the beast will be teleported when selected.
The location in which the runners will be teleported to start running.
The location in which the beast will be teleported to start chasing the runners.
This location can be the same as the runners location.\
🧰 Triggers are useful because they allow you to:
- Teleport a player to a location.
- Give effects to a player.
- Remove all effects from a player.
The command to create the teleport item is:
/alonsorftb createaction teleport <physical/right-click> <only-alive> <cancel-event>
Let's supposed you want to make a pressure plate that teleports player to other location.
You MUST hold that item in your main hand and WHILE standing in the TARGET location, execute this command:
/alonsorftb createaction teleport physical true true
Once done, place the pressure plate wherever you want it to be. If you want it to be a botton, hold a button in your main hand and use:
/alonsorftb createaction teleport right-click true trueThe command to create the effect item is:
/alonsorftb createaction effect <physical/right-click> <only-alive> <cancel-event> <potion-effect-type> <time-in-seconds> <amplifier>
Let's supposed you want to make a pressure plate to give jump boost to players.
You MUST hold that item in your main hand and execute this command:
/alonsorftb createaction effect physical true true JUMP_BOOST 10 4
Once done, place the pressure plate wherever you want it to be. If you want it to be a botton, hold a button in main hand and use:
/alonsorftb createaction effect right-click true true JUMP_BOOST 10 4The command to create the effect item is:
/alonsorftb createaction clear_effect <physical/right-click> <only-alive> <cancel-event>
Let's supposed you want to make a pressure plate that clears effects from players.
You MUST hold that item in your main hand and execute this command:
/alonsorftb createaction clear_effect physical true true
Once done, place the pressure plate wherever you want it to be. If you want it to be a botton, hold a button in main hand and use:
/alonsorftb createaction clear_effect right-click true true
✔️ Make sure you fill the chests with the loot you want!
💡 Suggestions: Make a chest with potions, one with bow and arrows and other with diamond armor/swordsThe chest selected will never be empty when player opens it. (Open chest animation won't be displayed)
The chest selected will not be refilled, if a player take the items, it won't regenerate.
The chest will be removed from the arena data. (Removes refill and no-refill chests)
To finish and save the map you simply right click the item Save arena.
THAT'S IT! Arena is ready to be played! Easy, isn't it?
AlonsoRFTB - Developed by AlonsoAliaga