BattleArena
NOTE: This project has moved to Modrinth. All future updates will be posted there and this page will no longer receive updates.

A complete match and event framework for creating arenas and minigames in Minecraft. Supports creating modes through config files, or fully custom modes through plugins.
BattleArena allows you to create your own competitions on a Minecraft server through config files. Nearly all aspects of game logic are configurable, ranging from team sizes, spawn points, maps, game mechanics and many other features.
Features
- Arena isolation - Store/restore player items when joining or leaving competitions
- Classes - Create custom kits or classes
- Dueling - Configure dueling options for your competitions
- Dynamic arenas - Scale up competitions in worlds on-demand
- Scoreboards - Configure scoreboards for competitions
- Statistic Tracking (with BattleTracker) - Store competition statistics and include leaderboards
- Team configuration - Create solo or team-based competitions
- Tournaments - Run bracket tournaments for any match type
- World restoration - Restore maps once a competition ends
Default Modes
Active games in BattleArena are referred to as Competitions. BattleArena natively supports two competition types:
Matches
A game that is started when a certain condition is met (i.e. number of players), or is always active. These games can be joined at any time, as long as there are available maps. Common examples may include Spleef, SkyWars, Survival Games, or Capture the Flag.
A list of additional gamemodes can be found here.
Events
A game that is started based on a certain interval, or when triggered by a server administrator. These games cannot be joined normally unless the event is active. Common examples may include a bracket tournament, deathmatch, or a free for all.
Builtin Match Types
- Arena: Simple duels mode that you fight with what is given to you in the config.
- Skirmish: You bring in items you want to fight with. The game is always running, and you can join and leave at any time.
- Colosseum: 4v4 team deathmatch. Last team standing wins.
- Battlegrounds: 1 minute match in which the winner is the player with the most kills.
Builtin Event Types
- Free for All: A free for all deathmatch that starts every 30 minutes. Last player alive wins.
- Deathmatch: A 2-minute event where if you die you respawn. The player with the highest number of kills wins.
- Tournament: Bracket tournament for any number of teams.
User Guide
Most all of the configurable features in BattleArena will lie in the respective <arena>.yml files located in plugins/BattleArena/arenas. These can be modified, removed, and new ones can be added.
The full user guide for BattleArena can be found at the User Guide on the BattleDocs.
For Developers
BattleArena is highly extendable and has wide support for creating your own matches, events, and even competition types. It is an event driven framework, meaning external plugins can easily add or modify behavior in numerous ways.
Full documentation for the BattleArena API can be found on the Developer Guide on the BattleDocs.
Additional Extensions and Modules
BattleArena is a framework at heart, meaning that the base plugin comes with a very standard feature set, with the bulk of additional content coming from modules and extensions. The following extensions and modules build on top of BattleArena, and allow you to further extend BattleArena's capability.
Extensions
These are plugins which add new modes to BattleArena.
- ArenaSpleef - Adds Spleef to BattleArena
- ArenaCTF - Adds Capture the Flag to BattleArena
- ArenaPaintball - Adds a Paintball mode to BattleArena
- ArenaParkour (coming soon) - Adds Parkour to BattleArena
Statistic Tracking
Statistics are tracked by our sister plugin BattleTracker. This adds functionality such as leaderboards and ranking to BattleArena. See the BattleTracker page for more information.
Modules
These extend on existing BattleArena functionality and can (often) be used in any mode, even custom ones.
Bundled: These modules come pre-installed with BattleArena.
- Arena Resoration - Allows you to restore maps at the end of a competition from a WorldEdit schematic
- Boundary Enforcer - Ensures that players do not leave the arena bounds while in a competition.
- Classes - Adds custom classes (or kits) to BattleArena.
- Duels - Allows you to duel other players in configured arenas.
- One in the Chamber - Adds One in the Chamber support to BattleArena.
- Scoreboards - Adds scoreboard support to BattleArena.
- Team Colors - Changes the color of a player's name in arenas this module is enabled in.
- Team Heads - Sets each player's head item to a wool item of their team color.
- Tournaments - Adds bracket tournament support to BattleArena.
- Vault Integration - Support for functionality with Vault, such as adding/removing currency or giving/removing permissions in arenas
Third Party:
- PhatLoots - Support for configuring and resetting loot tables inside competitions.
A full list of party modules and plugins that utilize BattleArenacan be found on the Modules and Other Tools page on the BattleDocs.
Links
- Website: https://www.battleplugins.org
- Discord: BattlePlugins Discord
- Donate: BattlePlugins Patreon
Important Mentions
Special thanks to alkarin_v for writing the original BattleArena plugin back in 2011. While very little of the original code survives today, this laid the foundation of what would eventually become the BattlePlugins suite and the innovations that followed.
-
View User Profile
-
Send Message
Posted Jun 30, 2015@Dacleos
You can change the timer either via config.yml or in the /competitions/ folder. In order to change the number of lives, you have to edit the /competitions/ folder to change it per arena type. Or you can change settings per arena via arenas.yml
http://wiki.battleplugins.org/BattleArena
-
View User Profile
-
Send Message
Posted Jun 30, 2015Hey there!
I was just wondering if it's possible to change the timer on a match, and/or add a 'life count' (Maximum ammount of deaths a player can have, before being unable to respawn). I'd greatly appreciate any help! Thanks for read'n.
-
View User Profile
-
Send Message
Posted Jun 29, 2015@Calciumxd
Editing the classes.yml should do the trick
@Eternalize0
Glad to hear you got everything working :)
-
View User Profile
-
Send Message
Posted Jun 29, 2015Well it's okay, i've update the plugin heroes by myself, and battlearena works correctly :)
-
View User Profile
-
Send Message
Posted Jun 28, 2015Is there a way I can use my own classes
-
View User Profile
-
Send Message
Posted Jun 28, 2015@Eternalize0
Can you give me your entire startup log ? I want to see what all plugins you have. After your server has loaded, then use these commands (from the console):
I need to see their output. Especially, the one from 'version Heroes'
Also, if you do have a plugin called 'Heroes', then did you get it from here:
http://dev.bukkit.org/bukkit-plugins/heroes/
https://www.spigotmc.org/resources/heroes-rpg.305/
Did you get it from one of those locations ? If not, where did you get it ?
-
View User Profile
-
Send Message
Posted Jun 28, 2015@Eternalize0
You are using an un-supported version of Heroes plugin... It's either too old, or too new. And that is causing the BattleArena errors. What version of Heroes are you using ?
@xion87
Can you link me all your *Config.yml's:
-
View User Profile
-
Send Message
Posted Jun 27, 2015Hello
i have this error when my server run battlearena
http://pastebin.com/d9EVkz2b
Spigot v1.8.6 Battlearena v3.9.9.18 Arena Paintball v1.2.1 Arena Spleef v1.5.1 Arena CTF v1.3.2
-
View User Profile
-
Send Message
Posted Jun 27, 2015@xion87
It does appear that NCP could be causing some issues on your server, but I'm not sure if the lag from BattleArena is related or caused by something else. I would have to get some more information/ do some testing to discover the cause.
-
View User Profile
-
Send Message
Posted Jun 26, 2015timings are bad not sure what is the cause but battlearena + NCP seem to be the cause http://timings.aikar.co/?url=11777591
-
View User Profile
-
Send Message
Posted Jun 23, 2015@LordKainzo
Do you have Vault ? What economy plugin do you use ?
I tested with Essentials built-in economy, and players couldn't wager more than they had... So whatever information you can give me would be helpful.
Also, if you wanna jump on Skype, we can debug your server too (if there's a slow period where it's not too busy... that way, we won't dispute other players).
-
View User Profile
-
Send Message
Posted Jun 22, 2015@Baddassoverlord
Hey, spectating is currently broken. We are aware of the issue, and are looking for a fix. Hopefully we can get an update out soon fixing it.
-
View User Profile
-
Send Message
Posted Jun 22, 2015Hi. I'm having an issue with players trying to watch the battles. I already specified spectator spawnpoints, but for some reason, when they try the command, it gives them the following message: "That arena doesnt allow visitors!". I'm unable to find any documentation on how to enable visitors. Please help, thanks!
-
View User Profile
-
Send Message
Posted Jun 21, 2015Hey guys, just a little announcement:
We now have a blog, and I just made a post explaining what is going on with BattlePlugins. Go check it out at https://battleplugins.com ! It explains everything and provides the full story of how this all started.
-
View User Profile
-
Send Message
Posted Jun 20, 2015@Gal5
The fourth line should populate as soon as some one joins the arena, and wait rooms are essentially lobbies. Just a place where you wait for the match to start.
@LordKainzo
That makes much more sense. can see what that would be a problem, as that basically allows players can create money from nothing. I will add it to our bug list.
-
View User Profile
-
Send Message
Posted Jun 20, 2015@Europia79
errr.. they can wager MORE than they have in their account, so its broken.
-
View User Profile
-
Send Message
Posted Jun 20, 2015@Europia79
They're better more than they actually have in their account.
-
View User Profile
-
Send Message
Posted Jun 17, 2015And what does the waitroom do?
-
View User Profile
-
Send Message
Posted Jun 17, 2015hi
i put the sign but fourth line dont have (open 0/4)
-
View User Profile
-
Send Message
Posted Jun 17, 2015@LordKainzo
i don't understand: Is there a glitch or exploit ? Players should be able to bet whatever amount they want, right ? (as long as the bet isn't larger than what they have)
Betting less than they have in their account should not be a problem ? Did you mean to say that they're able to bet more than they have ?
@Beastykilla117
Use the config option armorTeams