UltimateArena
UltimateArena
UltimateArena is a fully-featured PvP arena plugin with 10 different arena types. Players fight to the death and are rewarded with configurable rewards and money! Almost every aspect of this plugin is configurable.
| Commands | Permissions | Configuration |
| Creation | Signs | Video Tutorials |
| Developers | Source | Issues |
UltimateArena 3.0 has been released! Full documentation coming soon!
Features
- Ten arena types (CTF, MobArena, ConquestArena, King of The Hill arena, Bomb Arena, FFA arena, Spleef arena, PvPArena, Hunger arena, and Infect arena)
- Customizable rewards for winning
- Customizable Kill Streaks
- Fully configurable arena settings
Arena Types
- PvP - Like a TDM arena
- Mob - Survive wave after wave of mobs
- Conquest - Conquest styled game from Battlefield 3
- King of the Hill KOTH - FFA King of the hill, you need to stand on a point for an accumulative 60 seconds to win
- Bomb - TDM arena, red team is attacking bomb points, blue team is defending them. To cap a point, stand on it for 10 second, to defend a point, stand on it for 10 seconds.
- FFA - Every one for themselves, in a stock FFA match, users have 4 lives, the last one alive wins
- Spleef - Players attempt to break blocks below their opponents to kill them. Last one alive wins
- Hunger - Based off of the popular book/movie, players spawn in a large arena and fight to the death using materials they find in the wild. Last player alive wins
- Infect - 1 player spawns as the "infected", their goal is to kill all the "living"
- CTF - Players are split into two teams. The goal is to capture the other team's flag and bring it back to their own base
SwornGuns
UltimateArena works great with SwornGuns! Most of the prebuilt classes contain ready-to-fire guns! Download it here: http://dev.bukkit.org/bukkit-plugins/swornguns/
Development Builds
Development Builds can be found at our Continuous Integration server. These builds are not approved by the BukkitDev staff and are to be used at your own risk
https://ci.dmulloy2.net/job/UltimateArena/
Donations!
If UltimateArena has made a significant impact on your server and you feel like donating, click the button below! (Please do not donate more than you can afford!)
Bug Reporting
If you happen to find a bug, create a ticket following this template:
- Provide a DETAILED description of your problem and how it came about, as well as all (if any) steps taken to remedy the problem.
- Provide any RELEVANT stack traces or error logs (use pastebin or I will delete your ticket)
- Provide what version of UltimateArena and Bukkit/Spigot you are using (Please provide the full version string, found with /ua version and /version)
- Provide any other relevant information.
Before Reporting
- Check the FAQ for an answer to your problem
- Check the Development Builds, often times your problems are already solved!
- Make sure you are running the latest Bukkit/Spigot build
Notes
- Support will not be given for any of the following: Offline Servers and Servers running ancient versions of either Bukkit/Spigot or Java.
- UltimateArena has been fully tested (as well as built with) with the latest builds of both Java and Bukkit.

-
View User Profile
-
Send Message
Posted Jul 29, 2013@dmulloy2
I'm trying to help him with a listener thing. If you can fix that signs it would be great!! Also can you add it so when a player wins a arena, The award can be a command like /eco give. Also (Last one) Can you make it so the infected in the Infected gamemode have a class.
-
View User Profile
-
Send Message
Posted Jul 29, 2013@jacob_vejvoda
What are you guys trying to do? Ill fix the signs, it'll take me two seconds...
-
View User Profile
-
Send Message
Posted Jul 29, 2013@jacob_vejvoda
Post all your source code. I will not copy. It will help me, help you.
-
View User Profile
-
Send Message
Posted Jul 29, 2013Yes. here is my onEnable:
-
View User Profile
-
Send Message
Posted Jul 29, 2013@jacob_vejvoda
Did you put the:
In the onEnable method?
-
View User Profile
-
Send Message
Posted Jul 28, 2013@Avery246813579
I created the new class PlayerListener, but none of the events I have in there are getting called.
-
View User Profile
-
Send Message
Posted Jul 28, 2013@jacob_vejvoda
I would suggest moving all you listener coding into a class called PlayerListener. Then extend it by Listener. Once you do that add this into your onEnable method. PluginManager pm = this.getServer().getPluginManager(); pm.registerEvents(new PlayerListener(this), this);
-
View User Profile
-
Send Message
Posted Jul 28, 2013@Avery246813579
No I just have:
And it works fine when listening for bukkit events.
-
View User Profile
-
Send Message
Posted Jul 28, 2013@jacob_vejvoda
First off all, Have you registed that class as a listener in you main class? Like:
-
View User Profile
-
Send Message
Posted Jul 28, 2013@Avery246813579
Here is the source code from that event:
http://pastebin.com/TWfkH0kq
-
View User Profile
-
Send Message
Posted Jul 28, 2013@Arcrimonia
You need the plugin Sworn Guns. I think It is private tho. Ask Dmulloy.
-
View User Profile
-
Send Message
Posted Jul 28, 2013How do the guns work? Do you need another plugin?
-
View User Profile
-
Send Message
Posted Jul 28, 2013Getting this error:
-
View User Profile
-
Send Message
Posted Jul 27, 2013@jacob_vejvoda
You dident put anything in the onPlayerJoin event. If you did, it should work. Put the source code in a new comment Ill see if I could help.
-
View User Profile
-
Send Message
Posted Jul 27, 2013I did all those things, so should this work?
-
View User Profile
-
Send Message
Posted Jul 27, 2013You can hurt your team mate if you shoot him with bow.
-
View User Profile
-
Send Message
Posted Jul 27, 2013@jacob_vejvoda
Yes. Then you have to hook it in. Using the Develepers page. http://dev.bukkit.org/bukkit-plugins/ultimatearena/pages/developers/
-
View User Profile
-
Send Message
Posted Jul 27, 2013I added ultimate arena to you library by right clicking my package then clicking properties. On the left side I clicked on java build path then on the right I clicked on add external jars, then I picked the ultimate arena plugin jar.
Is this the correct way?
-
View User Profile
-
Send Message
Posted Jul 27, 2013Guys, i have a problem with the reward system on the mob arena. It's a bug of this plugin?
When i finish the battle it give me only 25$ but i've setted 150$ and some item reward in it. How it's possibile?
-
View User Profile
-
Send Message
Posted Jul 27, 2013Hey, I got a problem I cannot set up a spleef arena. I always spawns in the out zone and it says arena was interupted and then that it was concluded. Please help