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 17, 2015There already is colored armor for teams...
set options: [armorTeams]
and give them leather-armor... tada ;)
-
View User Profile
-
Send Message
Posted Jun 17, 2015Are you planing on adding colored armor for the teams?
-
View User Profile
-
Send Message
Posted Jun 16, 2015Players can wager bets for duels with MUCH less than they have in their account, is this intended?
-
View User Profile
-
Send Message
Posted Jun 13, 2015Anyone has a hint how to modify tourney settings? I want to add best of 3 rounds to the tourney. So basicly the ppl have to win at least 2 times before they go into the next round. Is this possible?
-
View User Profile
-
Send Message
Posted Jun 12, 2015@phentop
/arena create I believe.
/arena create arena1 /arena alter arena1 1 /arena alter arena1 2
the first alter command sets spawn point one, the second sets spawnpoint 2, just do /arena alter arena1 3 4 5 6 7, etc etc and so on till you're satisfied with your arena.
-
View User Profile
-
Send Message
Posted Jun 12, 2015Is there a commands list? and/or instructions on how to set up different arenas? I see 2 youtube tutorials, but IMO they don't explain a lot.
example: What is the command to make a simple 1v1 arena?
I see /ffa and others in the tutorial but didn't see commands for the arena where it removes your inventory and gives you whats in the config to fight with.
-
View User Profile
-
Send Message
Posted Jun 11, 2015@Europia79
config: http://pastebin.com/A1YEKDT3 teamConfig: http://pastebin.com/XpUYzNqR classes: http://pastebin.com/zu7gPMzj
The config file is the only edited one I know of, If the other two are edited I wouldn't know due to they're old backups I believe.
version
[02:34:18 INFO]: This server is running CraftBukkit version git-PaperSpigot-9ac5394-21681b3 (MC: 1.8.6) (Implementing API version 1.8.6-R0.1-SNAPSHOT)
PaperSpigot, so...
Any other configs you would need? Sorry about all of this, I hope it isn't a bother.
-
View User Profile
-
Send Message
Posted Jun 11, 2015@ArcLP
Yes, there are rare cases where it's an error or conflict in the server JAR (Spigot or Craftbukkit). I ran into one case where someone mistakenly mess up the compilation of Spigot somehow, which resulted in a error caused by Spigot.jar. I ran into another case where Minecraft released a new Event that conflicted with an old one. (Just two examples). But like I said, I would need all your BattleArena config files and your Spigot version.
-
View User Profile
-
Send Message
Posted Jun 11, 2015@Europia79
I think it might be due to players die but i think the health glitches and they come back alive with like half a heart. the game sees they die but no inventory return, I'll check the config file but would it be a spigot error if its actually the player dies but comes back to life after respawn?
-
View User Profile
-
Send Message
Posted Jun 10, 2015@Jeppa_12
https://github.com/alkarinv/BattleArena/search?utf8=%E2%9C%93&q=matchEnableForceStart
https://github.com/BattlePlugins/BattleArena/blob/master/languages/config_espanol.yml#L75
https://github.com/BattlePlugins/BattleArena/blob/master/src/java/mc/alk/arena/serializers/YamlFileUpdater.java#L279
As you can see, matchEnableForceStart only shows up in config_espanol.yml and YamlFileUpdater.java... It's never actually used by BattleArena.
Forcing an arena to start usually means that you don't have enough players... So what you could do is lower the number of players for each team to a min of 1... Then change matchForceStartTime.
What are your join issues ? Can you pastebin your configs ?
@ArcLP
There are so many configuration options that BattleArena can be mis-configured. The last inventory issue that i investigated was a mis-configuration where the Admin had clearInventory in the wrong config location.
I would need all your BA configuration files to look into this. Also, I think there is an inventory restore command, but I know that is a hassle: http://wiki.battleplugins.org/BattleArena/Commands#Inventory_Commands
Also, if you want me to take a look at your setup over Skype, i'm Nicodemis79. Or you can create a new issue on our github page.
-
View User Profile
-
Send Message
Posted Jun 10, 2015matchEnableForceStart: true
should be in the config by default!!!
As i was searching for not working autostart and join-issues .. and all cause this was missing... :/
-
View User Profile
-
Send Message
Posted Jun 9, 2015Hey I get no errors in my logs but BA sometimes glitches and takes peoples inventories somehow, would you know what is causing it? or edit the player save inventory methods in java? Thank you.
-
View User Profile
-
Send Message
Posted Jun 3, 2015@GeDat
If you have found a bug, please file a formal report on our issue tracker. https://github.com/BattlePlugins/BattleArena/issues
-
View User Profile
-
Send Message
Posted Jun 2, 2015-
View User Profile
-
Send Message
Posted May 28, 2015@griffenx
Scoreboards are working fine running 3.9.9.18 and Spigot 1.8.
-
View User Profile
-
Send Message
Posted May 20, 2015I hope that one day the scoreboard will remain visible while in an arena battle. Currently it disappears after about 30 seconds. I believe it used to work fine in previous versions of the plugin.
-
View User Profile
-
Send Message
Posted May 19, 2015@CloudeLecaw
You have a formatting error in your config. On the part where you added color to the armor. Has nothing to do with Spigot version.
-
View User Profile
-
Send Message
Posted May 19, 2015@CloudeLecaw
That has nothing to do with your spigot version. Can you link me your BattleArena files... Namely, classes.yml
-
View User Profile
-
Send Message
Posted May 17, 2015I made a duel this is what I did.
/duel create duel1
/arena alter duel1 1 /arena alter duel1 2
/duel (player) Dont have permissions What permission node would I add I tried doing arena.duel.join arena.duel.duel1 and many more
-
View User Profile
-
Send Message
Posted May 16, 2015@GovindasGM
arena.forcestart