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 Dec 28, 2012@Adondriel
Actually you can do that in this plugin.
@jman10923
Basically what you need to do is copy freeForAll, or whatever other match/event you want. Then copy it to the end of the file and rename it, the database, command, then it should work.
https://github.com/alkarinv/BattleArena/wiki/Customcompetitions
-
View User Profile
-
Send Message
Posted Dec 28, 2012@jman10923
Then you want a different plugin.
-
View User Profile
-
Send Message
Posted Dec 28, 2012@jman10923
So you can already do that with classes and class signs. Since all of the class signs use perms.. you can easily just give the donators the perms for more classes.
If you want to automatically give them different stuff.. thats a bit trickier... I'll try and think of a good way to do that, but no guarantees, and definitely not really soon as there are a bunch of things I want to get done this weekend for BattleArena.
-
View User Profile
-
Send Message
Posted Dec 28, 2012I mean in a free for all
-
View User Profile
-
Send Message
Posted Dec 28, 2012@jman10923
You probably give permissions to different kits?
-
View User Profile
-
Send Message
Posted Dec 28, 2012Donators get get extra stuff like bows while non-donators get default stuff
-
View User Profile
-
Send Message
Posted Dec 28, 2012@navbarry
So the gladiator class is not being found.. so that means a problem with the yml, possibly a problem with the items. BattleArena/classes.yml. Check the start up... hopefully there is a clue there.
-
View User Profile
-
Send Message
Posted Dec 28, 2012@ProPvP2
what do you mean by special stuff? but name some and maybe?
Yeah, working on a spectator system.. should be out in the next week or so.
@navbarry
hmm.. the config looks right. any errors when it loads about not being able to load the gladiator class?
-
View User Profile
-
Send Message
Posted Dec 28, 2012Is there a way Donators can get special stuff? and be able to spectate??
-
View User Profile
-
Send Message
Posted Dec 28, 2012When I tried playing arena it didn't give me a class it give me bread but not a class. There was no error in the console and I double checked the config and give class was there. This just randomly happens I had not changed anything the plugin auto updates so I don't know if it is a update error or something this is my config. http://pastebin.com/VfwrAejT
-
View User Profile
-
Send Message
Posted Dec 28, 2012For the person who posted about spawn campers and wanted a random respawn. Just put the option "randomRespawn" inside of onDeath.options. Also you might want to give them invulnerability for a couple of seconds, like 3. If you want this inside of onSpawn.options put "invulnerable=3"
-
View User Profile
-
Send Message
Posted Dec 28, 2012@doggant29
That's exactly it. If you use disguiseCraft to disguise a team as zombies, and another team as sheep at the end you would like them to be undisguised.
@Adondriel
defaultOptions.enablePlayerReadyBloc: true
Its inside of BattleArena/config.yml. Option to choose the block is right below that.
-
View User Profile
-
Send Message
Posted Dec 27, 2012How do you make a waitroom, with a block to click, when ready? like the "ready" button block.
-
View User Profile
-
Send Message
Posted Dec 27, 2012May I ask what exactly the "unDisguise" option does? Does it undisguise players disguised by plugins like DisguiseCraft or MobDisguise?
-
View User Profile
-
Send Message
Posted Dec 27, 2012@LordKainzo
grr, sorry. I have a presentation tomorrow and after that I'll fix this. I'll also find a way to test Heroes with BattleArena better, This looks like a small bug that should have never gotten to you in the first place.
-
View User Profile
-
Send Message
Posted Dec 27, 2012Hey Alkarvin - seeing this on latest dev that you gave me.. http://pastie.org/private/knzzx6tw6wcgk9qp4ula
not 100% sure if its purely BattleArena.. but wanted to drop it to you
-
View User Profile
-
Send Message
Posted Dec 27, 2012@jonoce633
@ProPvP2
So what you do is create a worldguard region, then you use wgResetRegion inside of onPrestart, or onComplete, wherever you want the arena to reset. https://github.com/alkarinv/BattleArena/wiki/Worldguardregions
Or you can just give items through letting them pick their class with signs.
-
View User Profile
-
Send Message
Posted Dec 27, 2012how do i make chest restock in ffa?
-
View User Profile
-
Send Message
Posted Dec 27, 2012How do I create a Tourney event with a Skirmish type?
-
View User Profile
-
Send Message
Posted Dec 27, 2012@frozenscream
Thanks frozen!! Merry christmas to you to!
Heh, all bugs must be squashed.