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 Jan 17, 2014@LeonardoGamer
Hey Leonardo, sorry about this. I changed the victory conditions and the way that lives work to be a bit better, but couldn't figure out how to auto-update the configs to match.
Here is what you should do.
-
View User Profile
-
Send Message
Posted Jan 17, 2014@LeonardoGamer
What tipe of game are you trying to make?
It's the same DeathMach game you are thalking.... the deathmach were you put an arena an everyone fights and fights without end... so what are you trying to find out? some bug you had?
-
View User Profile
-
Send Message
Posted Jan 17, 2014@LeonardoGamer
Hey I found your joining problem.... in the config delete:
onJoin -- [MatchOptions=teleportIn, alwaysJoin <<======The always join]
-
View User Profile
-
Send Message
Posted Jan 17, 2014Please make a Quidditch game!
-
View User Profile
-
Send Message
Posted Jan 17, 2014@creptor
It is 1 person in each team.
But it don't matter if i have 1 Spawn Point or more. The only thing that it will change that every player will spawn in the same Spawn Point.
Another problem that i'm having, how i can prevent Players rejoining in a Queue Event
(Ex: There is 3 Players in a Arena, one player dies and then rejoins a arena when the arena is still running)
-
View User Profile
-
Send Message
Posted Jan 17, 2014@LeonardoGamer
If you have 2+ teams so you need more spawns at least 3 (for random spawning)
You could change the DeathMach to a FreeForAll gameplay..... if you only have 1 person for 1 team...
you could limit the max players on your arena so they can spawn randomly like:
nTeams: 2-5
-
View User Profile
-
Send Message
Posted Jan 17, 2014@creptor
Here is: http://pastebin.com/e7bppSDN
(Yes, only one Spawn point, i already tried adding another spawn point.)
I don't think that is the Arena, i tried to re-create the DeathMatch arena multiple times, i even tried on another "clean" (with only BattleArena) using Spigot/Lastest CB Dev Version/Lastest CB Beta and it did not work.
EDIT: Well, i found out what i needed to do, the nLives was set to "1", if you are having this problem, write this command:
/dm alter arena_name nLives 999999999
Now, here is another problem, writing "/dm join" or "/dm j" causes an error on the console: http://pastebin.com/QHvF6CaE The only way to a Player enter the arena is to write /dm join two times, the first time will cause an error and the second one will put the player in the Queue
EDIT 2: Use BattleArena v3.9.5 to fix the /dm join error.
-
View User Profile
-
Send Message
Posted Jan 17, 2014@LeonardoGamer
Could be the way you created the arena :P
Upload the arena. it's in save/arenas.yml
-
View User Profile
-
Send Message
Posted Jan 17, 2014@alkarinv
I can't make DeathMatch Arenas :/, for some reason, the match ends when one player kill another one, instead of respawning and continuing the match until the time runs out.
Tried with the lastest version, the development version and another old one (that i used on my 1.6.2/1.6.4 server)
Here is the DeathMatch.yml config: http://pastebin.com/Y1ew2mZY
And the Plugin List: http://pastebin.com/NNrm8Lmc
I tried using the original config and another that i used on my older server.
Server Version: CraftBukkit version git-Spigot-1244 (MC: 1. 7.2) (Implementing API version 1.7.2-R0.3-SNAPSHOT)
(Tested on CraftBukkit #2987, same bug)
-
View User Profile
-
Send Message
Posted Jan 16, 2014@Rkaynjehll
You can spawn custom items and mobs, http://battleplugins.com/w/index.php/BA_EntitySpawns.
As for the NPC sentries there is the doCommands which you could put onStart and onFinish. http://battleplugins.com/w/index.php/Editing_BA_Game_Configs_manually#Running_commands
-
View User Profile
-
Send Message
Posted Jan 16, 2014Is it possible to add custom mob spawns? Or NPC sentries from Citizens2?
-
View User Profile
-
Send Message
Posted Jan 16, 2014@shahiem99
So, if it's not working there should be an error in the console. Otherwise if that doesn't help then just pastebin me your BattleArena/config.yml and I'll tell you how to fix.
-
View User Profile
-
Send Message
Posted Jan 15, 2014Hey ,
I have added Battletracker
and Enabled RATED duels but now the /duel command doenst work?
Duel OptionsallowRatedDuels: true # By default dueling can not be rated-
View User Profile
-
Send Message
Posted Jan 15, 2014@jackharrison67
Hey Jack, you should probably just change them in the BattleArena/config.yml (though you can choose per game if you would like)
This should tell you how and gives an example
http://battleplugins.com/w/index.php/BA_Config#Message_Options
-
View User Profile
-
Send Message
Posted Jan 15, 2014So how would i set the spleef arena and the ctf arena to only tell the players within the game everything that is going on.
-
View User Profile
-
Send Message
Posted Jan 14, 2014@shahiem99
They can gain money regardless, they just have to specify in the /duel command. Or you can make it default.
@jackharrison67
All the messages are configurable and the server announcements can be set in the config.yml.
Also with BattleTracker(another plugin of mine) the death messages won't show for people that die in the arena.
-
View User Profile
-
Send Message
Posted Jan 14, 2014How do i stop CTF and SPLEEF spamming everyones chat?
-
View User Profile
-
Send Message
Posted Jan 14, 2014@alkarinv
So thats the &e[1250] at the names , also with rated duels they can gain money aswell?
-
View User Profile
-
Send Message
Posted Jan 14, 2014I use Battle Arena.
Can you just use the item of the player?
-
View User Profile
-
Send Message
Posted Jan 13, 2014@Darlext
Hey Darlext, that command still exists but it is now under the command /ba.
@butterfly1633
That plugin doesn't exist at the moment. It's a pretty easy game type to make, I just haven't gotten around to it :)
@shahiem99
For the rating you will need BattleTracker(another of my plugins). Rated duels allows the players to gain rating by dueling, I didn't want them to game their rating by picking and choosing weak opponents so disabled it by default.
http://battleplugins.com/w/index.php/Dueling#Challenging_a_player_or_players