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.
@xXCireEricXx
If there is no errors on console then I'll have to see your config.yml. Why don't you send me a pm with a paste bin of that.
Okay, made this short clip to explain my problem. http://www.youtube.com/watch?v=fQeOAV4P1tg&feature=youtu.be Sorry for choppy frame rate, but the text is all your really need to see :P
@zonedabone
The skirmish is probably part of the config.yml. If during the onComplete phase it has the option [clearInventory] then people will lose their items if they log out. I'll remove that from the default config.yml but it's easy enough to change yourself.
The elo and tracking is still part of BattleTracker. Which I'll be releasing soon.
Hey alk.
We're currently having an issue of players losing items when they log out in skirmishes.
Also, we can't find the config for database to save the elo. Did it change since before or is it still part of BattleTracker?
@xXCireEricXx
If it wasn't clear in the tutorial you need to either Open the tourney and then start it... or just auto it
So
1. Open the tourney 2. Start the tourney
or 1. Auto tourney
If you are starting the tournament let me know. and see if there are any errors on console
@alkarinv
Thanks a bunch, but whenever I start the tourney, my players don't teleport to the arena once it says "The 1v1Tourney is starting!" Any ideas on what i did wrong? I set up the arena like a normal arena.
@xXCireEricXx
Yeah, so many commands.
Tutorial for the tourneys
https://github.com/alkarinv/BattleArena/wiki/Tourneys
Please make a tourney setup tutorial. I've been trying to figure it out for hours
@AssRealm
I'll keep improving the documentation, but before a couple of days ago it was really mostly me so there was no need. But I'll try and get some documentation about spawning items/monsters, and doing freeforalls and tournaments in there today sometime.
I would like people to be able to choose their classes, so I'll try to get that working.
You can have players bring their own items in the arena by not putting the config option "clearInventory" in the config.yml as a preRequisite.
Example: preReqs: [clearInventory] <- get rid of this
If you do that you might want to change the option onComplete: and remove clearInventory from there too. Otherwise they will bring in their items, but they will be cleared when the match is complete.
@Cabplus69
Go into the config and remove places where money=<some digit>.
I'll get rid of this error, but it occurs when you aren't using Vault or Register and you attempt to give people money. So the winner is probably getting like 1 money and since you don't have Vault it throws an error.
@alkarinv
Please make a better documentation of this, :), great plugin.
Also can you integrate classes valid option.
So like you join any game, it gives you only this option to choose from to fight.
And also, how do i enable the players to bring their own items into the arena?
Hi
This is what i get after a battle finishes
http:pastiebin.com/?page=p&id=502b34f717bc7
@alkarinv
Awesome thanks :D
@kahlilnc
So that NoClassDefFound error can come from 1) not having the needed jar, or 2) having a version where that class has changed or doesn't exist. Im using wg 5.5.2
But the dependency on WorldGuard is accidental, I took it out. There are some advanced functions I would like to do with WorldGuard but they aren't in yet. BattleArena version 3.5.2 takes out the dependency. If its not in this download section you can find it on the link below.
I fixed the error on shutdown as well, though that wouldn't stop anything from working.
BattleArena_v3.5.2
Got this today and I am actually using worldguard :O http://pastiebin.com/?page=p&id=502aac68c4abf
and this on shut down
http://pastiebin.com/?page=p&id=502aaca14270e
@AssRealm
Updated the tutorial to include setting up permissions.
Permissions wiki: Permissions
Arenas are supported multiworld. The only issue here is if a player has a slow computer, sometimes the player when teleported is still rendering the scene and the player will "fall".
Permissions? Multi World?
@nashkinb
You shouldn't need to clear out all plugins.
Are you getting errors on the console? Because the steps for creating basic arena should be very simple.
I seem to be unable to create an arena using the provided tutorial, I've even cleared out all other plugins and restarted my server thinking there may be a conflict, I am relatively new to this so if there is any other information I can get you to help you assist please let me know
Excellent looking plugin. I will look to test ehr out tonight!