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 May 13, 2015@Maxetto
onKill was finished a while ago... I only just now got a chance to test it out tho. Hopefully, I will get time to upload the new feature soon.
https://github.com/BattlePluginsDev/BattleArena/issues/24
-
View User Profile
-
Send Message
Posted May 10, 2015@xion87
i'm not having any problems with waiting rooms... So I would need more information in order to reproduce the problem, so that I can debug (if necessary).
-
View User Profile
-
Send Message
Posted May 10, 2015@Maxetto
Europia has this in the works! We were testing it out last night :) @xion87
What part of wait rooms needs fixing? We have been using them throughout our testing of new features and they appear to work fine.
-
View User Profile
-
Send Message
Posted May 10, 2015Please make a quickfix about fixing waiting room.... i need it for some game that i can't open
-
View User Profile
-
Send Message
Posted May 8, 2015Feature Request: Add an "onKill" Event and KillStreaking system (Killstreaks are optional but for PvP modes with infinite Lives, it should be a must). I just need the onKill event to give bonuses and mostly money (points) for each kill.
-
View User Profile
-
Send Message
Posted May 7, 2015@Europia79
okay , i will pm you later
-
View User Profile
-
Send Message
Posted May 7, 2015@NiceFinal
What is your server address ? i'll come on and check it out.
-
View User Profile
-
Send Message
Posted May 5, 2015@Sharopee
Spectate mode is currently broken, and it is on our list to look into.
@Sharopee
Not really sure what you mean by that. If you are talking about scoreboards, then that functionality has been in the plugin since the very first release, about 3 years ago.
@NiceFinal
I have not experienced this before... Jump on IRC and maybe we can discuss it a bit more to see what the problem is.
-
View User Profile
-
Send Message
Posted May 5, 2015Hi,
How can i fix the problem when a player break a block , that block will restore after 1 second later , this will cause the player stuck inside the block or get out from the area. (This will happen when he is waiting to enough player to start the game or stuck inside the block prevent others player damage him)
Sorry for my english
-
View User Profile
-
Send Message
Posted May 2, 2015Info board support?
-
View User Profile
-
Send Message
Posted May 2, 2015Spectator mod for game?
-
View User Profile
-
Send Message
Posted May 1, 2015@Tweeo
It's YAML format. Editing arenas.yml isn't going to crash the plugin. But if you do have any crashes or errors, copy it from your server log file (not the console) and paste it to a pastie service like pastebin or hastebin, and i'll look into it. (The log file is much easier to read because it's formatted... whereas the console is a mess to look at).
Worst case-scenario for editing arenas.yml is that you don't use correct yaml syntax, and you corrupt the file. YAML uses 2 to 4 spaces, and NEVER use tabs. Yaml is just key-value pairs
-
View User Profile
-
Send Message
Posted May 1, 2015@Europia79
Thanks for the info, but I tried that and didn't have any luck and it just crashed the plugin whenever I tried. It's probably just a formatting error on my end so would you mind telling me how to format it properly? Thanks
-
View User Profile
-
Send Message
Posted May 1, 2015@Tweeo
Creating a custom game-mode is an interesting solution... But that's not the only way. Each arena contains arena-specific settings in arenas.yml params: section. Anything in params: section is supposed to override the parent settings.
@GovindasGM
Are you using Java ? Or YAML to create your chicken shoot gamemode ? I don't think this is possible with YAML, but if you're using Java, you can just do VictoryType.register(yourVC, yourPlugin);
-
View User Profile
-
Send Message
Posted Apr 29, 2015Is it possible to create different configs for different arenas?
For Example, let's say I want to create and arena called "Arena-1" and make it cost $50 to enter. I also want to create and arena called "Arena-2" and make it cost $100 to enter.
Is this possible?
Edit: I figured it out, but for anyone with the same problem all you have to do is create a custom gamemode using the same settings, there's more info about it on the wiki: http://wiki.battleplugins.org/BattleArena/Custom_Games
-
View User Profile
-
Send Message
Posted Apr 28, 2015@Dantinoz
http://rainbowcraft.sytes.net/download/plugins/BattleArena/modules/
Yes, you can prevent players from unequipping their armor in arenas... Use the above link to download EuroArmorLock.class... Then drop it in your /plugins/BattleArena/modules/ directory
Then, you have to specifically declare that you want this module active for each arena:
/plugins/BattleArena/competitions/*.yml /plugins/BombArena/BombArenaConfig.yml /plugins/ArenaCTF/CaptureTheFlagConfig.yml
Using YAML list format, just add a node for modules: Then a list of modules that you want to activate. The NAME of all possible modules will be displayed on startup. Example:
Or
Or
Notice that the module name is NOT case-sensitive. And use 2 to 4 spaces, then either a bracket of values [ ] where each value is comma separated. Or use a dash - value + newline + proper spacing.
Here is the source code if you want to make changes (display messages or whatever): https://github.com/Europia79/ArmorLock
-
View User Profile
-
Send Message
Posted Apr 27, 2015Is there a way to make armor unable to unequip inside the arena? If not, could you add it?
-
View User Profile
-
Send Message
Posted Apr 27, 2015waitarena seem dont work, player are teleported in waitroom and arena start after countdown and keep saying waiting.... my config http://pastebin.com/eFRfWaNV usig 1.8.3
-
View User Profile
-
Send Message
Posted Apr 25, 2015Is there a way to restore GodMode on certain players onLeave?
-
View User Profile
-
Send Message
Posted Apr 25, 2015@Dantinoz
I'm sorry you had trouble finding the page.. If you go to the BattleArena page on our wiki the waitroom page is linked there.