HungerArena
2/12/20 - To anyone that might see this! I am working on recoding and optimizing this plugin--from the ground up. If you are interested in helping out, or want to be among the first to test it, please join my Discord!
HungerArena
Thank you for 50,000 downloads!!
Been a while, 50,000 downloads is quite the milestone. I'm going to be doing a full rewrite of the plugin soon. Hopefully fix stupid bugs and things. Thanks guys :D

HungerArena - A simple plugin for the Hunger Games!
Recommended build: 1.4

I currently don't have a server, but I'm ready to hit the order button and I'm currently working on the spawn and things!! I just need a few donations, so hit this button!
\/ \/ \/ \/ \/ \/ \/
Need help?
Video courtesy of our very own FordRacer!
Description
This is a simple Hunger Games plugin! You can set up all the player positions, warp all tributes there, and fight for a reward! You set the positions using /startpoint 1, 2, 3, etc. Then you don't have to set the locations again! Then you use /ha join to going the game(/ha leave to get out) Then /ha warpall - Warps all tributes to position freezing them in the process. Then to start the games you do /ha start - it announces "Let the Games Begin!" and allows the players to move and from there you fight!!! In the config you can toggle block protection for tributes that are playing. There is a configurable chat radius allowing tributes to talk to each other. When a player is killed they will be teleported to the spot defined with /ha setspawn Then, the winner will be rewarded 10 diamonds unless you change it in the config! /ha restart clears all lists.
How to use!
Video courtesy of our very own FordRacer!
How to configure and install the plugin:
Requirements
- A permissions plugin
The plugin has only been tested with PermissionsEX and PermissionsBukkit and GroupManager
COMMANDS
Commands can be found here: https://github.com/travja/HungerArena/wiki/Commands
PERMISSIONS
Permissions are here: https://github.com/travja/HungerArena/wiki/Permissions
NON-COMMAND FEATURES
Chest Storage - By hitting a chest with a blaze rod it will store the chest, also, if a tribute opens a chest it will store it if it hasn't already been stored.
Have a configurable max players! - In the config there is an option to set the max amount of players!
Use Signs as commands! - Make a sign with the first line [Ha] or [HungerArena] and the second line can be any command from HungerArena that starts with /ha Also you can use [Sponsor] signs too!
Arena Resets - Any tribute modified block will be stored and reset at the end of the game. Blocks are configurable.
Whitelistable commands - Self explanatory!
Whitelistable sponsor items - again, self explanatory!
Economy support! - You can charge fees for sponsoring, joining, and give a reward for winning!
Fully Automated - Configure the plugin to make it auto restart.
DeathMatches! - Configure the deathmatch time in minutes and it will count down.
Freezing - Tributes will be frozen on their pedestals and will either blow up or be teleported back if they leave.
BUGS
- Report bugs in the tickets tab.
CONFLICTING PLUGINS
- GriefPrevention - There are quite a few configuration settings that will get in the way of what HA wants to do.
PLANNED
- Multi Arena support
- Spawns with a tool
- Storing inventory on join
Need help?
Read the FAQ before you ask in comments or make a ticket.
Changelog
Changelog will now be Here! (Just making the description a little shorter)
Other stuff and credit
Note: This is my Second plugin, still kind of a newb. Any tips/improvements are welcome!
Also, if you would like a dev build email me @ the.only.t.craft@gmail.com
Also, I would like to recognize my pals from Curly Brace Productions for helping me out!
Wanna learn how to code?
Also, if you could look at my other vids (Minecraft Let's Play) here: http://www.youtube.com/watch?v=F8rlcleduEc&feature=player_embedded

-
View User Profile
-
Send Message
Posted May 11, 2013@travja
use this:
@EventHandler(priority = EventPriority.MONITOR) public void blockChanged(BlockRedstoneEvent e){ if(e.getBlock().getType() != Material.REDSTONE_WIRE){ logBlockDestoryed(e.getBlock()); i.put("BREDSTONE", i.get("BREDSTONE")+1);
or something like that
-
View User Profile
-
Send Message
Posted May 11, 2013@dstnyawaits
Yeah, redstone is going to be a hard thing to add.... :D
-
View User Profile
-
Send Message
Posted May 11, 2013@travja
Well then, may I suggest you allow configuration of random items and fixed chest. Also (If it isn't in it yet) better resetting with redstone and block physics
-
View User Profile
-
Send Message
Posted May 10, 2013@dstnyawaits
Random item spawns haven't been added yet, I'm about to add inventory storage :D
-
View User Profile
-
Send Message
Posted May 10, 2013@travja
Hi I was wondering where I could find out about the chest file. Also, is there anyway to make a chest spawn in with a set of specific items and not just random?
-
View User Profile
-
Send Message
Posted May 6, 2013The restart automatic with all players dead, not workS in 1.4 dev 0.3 , 0.2 and 1.4 dev
the game not terminated wit all players killers...
-
View User Profile
-
Send Message
Posted May 5, 2013@z4mango
Blazerods no longer work, for multiple arenas you need the arena number and the tribute number. /ha setspawn [Arena#] [Tribute#]
-
View User Profile
-
Send Message
Posted May 4, 2013How do i setup an arena? finding it difficult to setup the plugin and for some reason the blazerod doesnt work on the chest but rather breaks it.
-
View User Profile
-
Send Message
Posted May 1, 2013@EpicTrance
What about multiworld isn't working, also, that error is because you don't have an arena with the 1 number.
-
View User Profile
-
Send Message
Posted Apr 30, 2013getting this:
2013-04-30 22:34:56 [INFO] EpicTrance issued server command: /ha list 2013-04-30 22:34:56 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'ha' in plugin HungerArena v1.4Dev at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189) at org.bukkit.craftbukkit.v1_5_R2.CraftServer.dispatchCommand(CraftServer.java:523) at net.minecraft.server.v1_5_R2.PlayerConnection.handleCommand(PlayerConnection.java:966) at net.minecraft.server.v1_5_R2.PlayerConnection.chat(PlayerConnection.java:884) at net.minecraft.server.v1_5_R2.PlayerConnection.a(PlayerConnection.java:841) at net.minecraft.server.v1_5_R2.Packet3Chat.handle(Packet3Chat.java:44) at net.minecraft.server.v1_5_R2.NetworkManager.b(NetworkManager.java:292) at net.minecraft.server.v1_5_R2.PlayerConnection.d(PlayerConnection.java:110) at net.minecraft.server.v1_5_R2.ServerConnection.b(SourceFile:35) at net.minecraft.server.v1_5_R2.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.v1_5_R2.MinecraftServer.r(MinecraftServer.java:580) at net.minecraft.server.v1_5_R2.DedicatedServer.r(DedicatedServer.java:225) at net.minecraft.server.v1_5_R2.MinecraftServer.q(MinecraftServer.java:476) at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:409) at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.NullPointerException at me.Travja.HungerArena.HaCommands.onCommand(HaCommands.java:121) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ... 15 more
And my multiworld support doesnt seem to be working correctly
-
View User Profile
-
Send Message
Posted Apr 27, 2013@IwuvMineCraft25920
You have to warp the tributes using /ha warpall [arena] As for blocks, under the Blocks part make it look like this:
Blocks:
- id
- id
- id
-
View User Profile
-
Send Message
Posted Apr 26, 2013Startpoints still doesn't work for me. After I set the startpoints and do /ha join it didn't teleport me to the startpoints T_T. And how do you configure the commandplacement.yml because I want my players to be allowed breaking mushrooms, leafblocks, grass, farm plants, vines and flowers.
-
View User Profile
-
Send Message
Posted Apr 26, 2013@starweaver1
This has happened quite a bit and has given no reason.. I'll see what I can do, don't have homework atm so I'll have time to code.
-
View User Profile
-
Send Message
Posted Apr 26, 2013for some reason when the chests refill no 1 can take or use the items any ideas on getting this fixed? and i have latest version
-
View User Profile
-
Send Message
Posted Apr 23, 2013@holyone801
I've got an update coming, I've just been really busy lately.
-
View User Profile
-
Send Message
Posted Apr 22, 2013/startpoint command dose not work in the latest build !!! anny uppdate comming soon ?
-
View User Profile
-
Send Message
Posted Apr 16, 2013@FarmerKaine
Other than arena numbers and such, what would you expect from the lobby wall?
-
View User Profile
-
Send Message
Posted Apr 16, 2013Is there a plan to put a so-called "lobbywall" in place for this plugin?
I love the lobby walls. Just LOVE them!
-
View User Profile
-
Send Message
Posted Apr 13, 2013@Davyhalliday
Add me on Skype: travja4
-
View User Profile
-
Send Message
Posted Apr 13, 2013@travja
Yes