BattleArena (Abandoned)
If you have any questions please contact our support team https://support.curseforge.com.

Battle Arena
Minigames Framework, PvP, and Solo combat with limitless customization
NOTICE
For updated files, please use the BattleArena2 page. It has all of our updated files, and many of the issues that exist in the latest version here have been fixed through updates.
Default Competitions (all changeable)
- Arena: Fight with what is given to you in the config. You can't bring items in or out
- Skirmish: Bring in what you want to fight with, you take out whatever you pick up
- Battlegrounds: Winner is the highest kills after 1 minute. 4 teams may compete
- Colosseum: 4 teams against each other, last man standing wins
- FFA: last player/team left standing wins
- deathmatch: 2 minute event where if you die you respawn. Highest kills wins
Tournaments
- tourney: Pick a match type and do a single elimination tournament of that type.
Features (some of them)
- Give players "classes"
- Give or Take away Items and effects
- Duel other players in any of the match types
- Custom prizes for victors, losers, etc
- Store/restore items/experience/gamemode, or not (if you want them to bring their own gear)
- Teleport players to arenas and back
- Let players respawn after death or not
- Wool Heads for teams
- Multiple language support
Advanced Setup Links
- Config Setup
- Adding Signs : support for joining/leaving and status
- Tourneys
- WorldGuard Regions
- Dueling
- Classes Tutorial : Ideas for classes
- Spawn chests/items/mobs/blocks
Youtube Tutorials
Extensions
Different games made for BattleArena
Beta Games
Games that are fully functional but could still use feedback to make them great Arena One in the Chamber
Games made by other developers
- SurvivalArena : A Survival Games based plugin
- ArenaFootbal : Play soccer with other players
- ArenaRailgun : Allows item customization with properties
- BowSpleef : Bows and Spleef are a perfect marriage!
Tracking Wins/Losses and Rating
If you want to have wins/losses/streaks/rating/ kd-ratio and leaderboards that is done through my other plugin BattleTracker which handles all stats.
- BattleTracker, complete pvp stat tracking system
API Developing
- BattleArena is a fully fledged API. Create your own custom events
- API Example | BattleArena Source
Most Recent Update
Information Collection
To see what statistics this plugin may collect and send out from your server. See Information Collection. This can be disabled in BattlePluginsAPI/config.yml
Updating
This plugin checks for new bukkit release versions which can be disabled in the BattleArena/config.yml
Help
You can ask me questions in real time on irc when I'm on. You can usually find me in the room #battleplugins or #battledev in irc.esper.net. IRC through a browser.











-
View User Profile
-
Send Message
Posted May 7, 2014Hi,
Can anybody please help me, cuz the wiki isnt working right now.
How can i make an arena that is always open. Like a warzone.
A place where you walk to with your own gear/items. And when you get killed in that area it gets ranked into some specific database from Battletracker.
The matches never end. Its like an always open pvp zone but with tracking/stats.
-
View User Profile
-
Send Message
Posted May 7, 2014Your wiki is down and I can not specify prizes for winners in the newest version, it does not give them out.
-
View User Profile
-
Send Message
Posted May 6, 2014@xrex64
Please specify the game mode. A config would be great too. (http://pastebin.com)
@PrimerBlock
The region reload is the best way to restart an arena due to the bigs WE updates and his great way of modifing the blocks in game. The chest could be empti at server reload. It's supposed to fill them, or create them, in game with the specified time. Try to play te arena to test. A big region reload = LAG. crashes :(
-
View User Profile
-
Send Message
Posted May 5, 2014@creptor
I could get the addBlock command to work fine and could set up an entire arena, even played a few games and the chests and other spawns worked fine, but once I restarted the server all the chests would come back empty. Really weird because the save file looks like it has the correct entries. Finally had to just use addRegion to get the arena to work. I'll file a bug but first need to narrow the issue down some more. Maybe another plugin is interfering? Going to need to try the plugin on a clean server.
-
View User Profile
-
Send Message
Posted May 4, 2014@creptor
I have deleted CombatTag and now there is no error, but when someone joins the arena it lags severely. It works, but sometimes even crashes the server.
-
View User Profile
-
Send Message
Posted May 4, 2014@PrimerBlock
sorry for the confusing message before I dind't notice it was a chest :c the -1 is an identifier wich works to replace an item.... Ej: wool 1 60 1 and log 1 80 1 will make the wool a log after 80 sec.
so don't make those numbers repeat...
-
View User Profile
-
Send Message
Posted May 4, 2014@EpicBlue11
There isn't a rejoin command... there is an always open option thought.
@PrimerBlock
ONLY ONE item per spawn. yes it's frustrating
@ngauthier404
YES, you can remove the giveclass option and give them permission to use the class signs. so placing them in the arena will allow them to change class if they havent used an item of their previus class :3
@wersty
In the config of the arena file Ej: ArenaConfig.yml. you can find all the configuration of the game..... in tere you will find stages like onJoin, onSpawn, etc. where you have options.... so the giveItems: option can be used at any stage, except in preReqs.
@xrex64
You have a CombatTag issue
@marubal21
I don't understand you, why kind of dyes? colored armour?
-
View User Profile
-
Send Message
Posted May 3, 2014I just started to play with this plugin, but is it possible to change the team identifier from colored wool to dyes? if so how?
Thank you in advance.
-
View User Profile
-
Send Message
Posted May 3, 2014For some reason, anytime someone joins the arena, my server lags really hard for about 5-10 seconds. And there aren't any error reports to be found. Please help.
-
View User Profile
-
Send Message
Posted May 3, 2014@creptor
sorry I don't understand, can you elaborate?
-
View User Profile
-
Send Message
Posted May 3, 2014Is it possible to not give the players the items for the class they choose UNTIL they get teleported into the arena?
-
View User Profile
-
Send Message
Posted May 3, 2014This happens when I try to join an arena.
http://pastebin.com/FrQ279Xx
-
View User Profile
-
Send Message
Posted May 2, 2014Anyone else having issues getting addblock to work. It seems work, I can list the created spawns but nothing respawns.
Here is a snippet from /plugins/BattleArena/saves/arenas.yml for one chest:
spawns: '19': time: 1 60 -1 spawn: CHEST items: - FISHING_ROD 1 - LEATHER_CHESTPLATE color="160,101,64" 1 - WOOD_SWORD 1 - POTION:8233 1 loc: Squirrel_Forest,-588.0,9.0,1001.0,0.0,0.0 type: chestLooks correct but does not respawn even after I restart the server. From the "time:" line it reads first spawn one second after start and then respawn every 60 seconds thereafter. The "-1" number is unexpected not sure why it is negative. Maybe it means no end time? I am not editing this save file by hand, but am using the in game command "/aa addblock fs=1 rs=60" then clicking the chest.
Running Version: 3.9.7.8
-
View User Profile
-
Send Message
Posted May 1, 2014The rejoin game option isn't working
-
View User Profile
-
Send Message
Posted May 1, 2014The elo in the tag does not seem to update while in the command /pvp it is updated. I use MySQL and I am rather certain this is not an error on my end. Here is an example of what I mean:
[Arena Type] User1[Elo] vs User2[Elo]
The elo's above are not correct/updated while in /pvp (username) they are. The stats above are not accurate or are really slow at updating. I am running a 1.7.9 build. If you need more information let me know.
-
View User Profile
-
Send Message
Posted May 1, 2014@Theponcan11
you have to set the worldgurd region to allow build, check that.. (more info in wiki)
@wersty
the giveItems: options can be used in any stage (except preReqs)
-
View User Profile
-
Send Message
Posted Apr 30, 2014My players cant breack blocks in spleef arena
-
View User Profile
-
Send Message
Posted Apr 29, 2014Is there any way to give players items on start instead if on join?
-
View User Profile
-
Send Message
Posted Apr 29, 2014@sir_brando
Same behavior for me ... you are not alone. Haven't been able to come up with a fix yet so have plugins disabled until there's a resolution.
-
View User Profile
-
Send Message
Posted Apr 28, 2014Posted this in ArenaSpleef too, but wasn't sure if that page is watched: I recently updated to the latest spigot 1.7.9. Now when ever someone does /spleef join the server freezes for about 10 seconds, then the spleef game works as normal. Any ideas what's going on? I did not see any console errors.