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 Mar 3, 2014is there a way to make it so players can teleport back to their base during the game?
-
View User Profile
-
Send Message
Posted Mar 3, 2014@alkarinv
Ok, thanks. I was thinking of switching over to spigot... I have too many players for bukkit to support anymore. OH... Sometimes after a ffa game, the players dont automaticly get their stuff back... Is there anyway to fix this?
-
View User Profile
-
Send Message
Posted Mar 3, 2014@nkok3
@Mysticforce12345
Yeah thanks Mystic, it shouldn't affect the plugin but that is an annoying messages.
@spazy2290
We talked more about this, but this is definitely how you set up the permissions.
@Schabla
1) can you explain this loss a bit more?
2) You should pastebin me your custom game in a private message, I can let you know what's wrong.
3) Use a sign with the arena name on the 3rd line (see above)
@Hopp00
It does, I often use spigot
-
View User Profile
-
Send Message
Posted Mar 3, 2014Does this plugin work with spigot?
-
View User Profile
-
Send Message
Posted Mar 3, 2014Hey all, first of all, this is a great plugin! but i have a view questions to you all using 1.7.2 ;)
- sometimes the items of a player he had before vanish after a game in battleground :/ with the addon paintbal for ba it never happend till now!
- i can not create a new gamemodetype-list-yar that works :/
- What do i need for signs showing you how many people are still in the game or waiting to start?
It may sounds this plugin has some fails, but it is great!
-
View User Profile
-
Send Message
Posted Mar 2, 2014having another problem with classes. i have giving the pemissions to use the specified class but when player uses the class sign it still stay you dont have permission to use that class.
-
View User Profile
-
Send Message
Posted Mar 2, 2014found a bug with the battleplugins API http://pastebin.com/f9savFwU
-
View User Profile
-
Send Message
Posted Mar 2, 2014if any one remembers how to make a join sign please tell me the wiki is broken right now for spleef
-
View User Profile
-
Send Message
Posted Mar 2, 2014@alkarinv
No im trying to add money to there balance but when it says that they were giving 150 their balance does not increase. This is what my config looks like http://pastebin.com/U6ghq8qS
-
View User Profile
-
Send Message
Posted Mar 2, 2014@spazy2290
So you are trying to give them physical items? the money 150, should deposit that into their account.
If you are trying to give them items, you could use put in giveItems and a list
winners: giveItems: - log: 1 - gold_ingot: 150-
View User Profile
-
Send Message
Posted Mar 2, 2014<<reply 2058
@alkarinv
its says it was given to them but they have nothing in there inventory. Currently i am only using essentials for economy
-
View User Profile
-
Send Message
Posted Mar 2, 2014UPDATE
The wiki is currently being very slow(nearly unusable), it will probably be like that for another day or so. I'm working on getting it fixed or finding a way to mirror it.
@spazy2290
It's giving them the money as gold ingots? what economy plugin are you using?
-
View User Profile
-
Send Message
Posted Mar 2, 2014@shaneciora
i can not go on it to :(
-
View User Profile
-
Send Message
Posted Mar 2, 2014Need help with paying the winner of an arena. i have money=150.0 in the config but it pays in gold and i want it to add to their balance but its not. Any ideas?
-
View User Profile
-
Send Message
Posted Mar 2, 2014@shaneciora I'm trying to, but I think it's down at the moment.
-
View User Profile
-
Send Message
Posted Mar 2, 2014Can anyone else get on the wiki?
-
View User Profile
-
Send Message
Posted Mar 1, 2014@alkarinv
As far as I know ours is already set to Monitor, anything else you notice might be the issue? Example:
-
View User Profile
-
Send Message
Posted Mar 1, 2014Would there be a way when using Deathcraft to stop deathchests from placing in the arena? Kind of clutters things up in a small arena. Thanks for any help!
-
View User Profile
-
Send Message
Posted Mar 1, 2014@EatingEmoKids
So I can tell you that this won't fix the issue. The problem is that I clear drops '''after''' the items are already stored and dropped by antiloot. So this would still do the same, handling the event after.
@EventHandler(priority = EventPriority.HIGHEST) public void onPlayerDeath(PlayerDeathEvent event){This would either have to be LOW or LOWEST. But since you have that custom version, you should just change yours to MONITOR and that would fix it straight up.
-
View User Profile
-
Send Message
Posted Feb 28, 2014@alkarinv
Hey, we spoke a bit yesterday about BattleArena and our custom version of AntiLoot-Steal which was supposed to fix compatibility with other plugins that handle drop items. Our dev took a look at your code (which he said was very nice and clean) and wrote this up and said it should fix the compatibility issue. Would you mind taking a look and consider making the adjustments if it fixes the issue?
http://constantpvp.com/ItemDropListener.java
I'll try and hang around IRC to hopefully catch you on there.