forked from alkarinv/BattleArena
-
Notifications
You must be signed in to change notification settings - Fork 1
alkarinv edited this page Dec 23, 2012
·
6 revisions
See How do I enable player ranking, and /arena top.
You will need BattleTracker. http://dev.bukkit.org/server-mods/battletracker/|BattleTracker
There is a system in place that stores the players inventories and you can give those items back. See Admincommands#wiki-Listing_a_players_saved_inventories
The primary difference is how they are started by default, and how you join.
- Matches have a waiting queue, and the competition will start when enough people join
- Events are usually started by an admin, where there is an announcement and a phase where people can join.
There is a section in the config.yml that shows how to set up messages to the server and players. Configsetup#wiki-Message_Options
Check out the Config setup help Configsetup#wiki-Changing_the_number_of_teams
you take out the option clearInventory from both these stages, preReqs and onComplete Complete example with players bringing their own equipment
### Skirmish skirmish: enabled: true prefix: "&b[Skirmish]&e" preReqs: options: [] onStart: options: [teleportIn, pvpOn] onComplete: options: [teleportOut]