MyHungerGames

Development builds of this project can be acquired at the provided continuous integration server.
These builds have not been approved by the BukkitDev staff. Use them at your own risk.
The goal of this project was not only to create the Hunger games (commonly also referred to as Survival Games), but allow to server owners and admins tweak the game to their exact needs. That is why almost every part of this plugin can be customized to fit your exact needs. MyHungerGames has features that several other's Hunger Games's plugins don't have, including per-arena settings and in-game stats.

- Fully Automated
- Webstats
- Multiple arenas with simultaneous games
- Per-Arena settings
- In game stats wall
- Economy Support
- Randomly filled chests
- World/Arena resetting
- Multi-World Support
- Spectating
- Sponsoring based on Vault economy
- Power redstone when the game starts, and more!
Full feature list here.

What is feature-match?
If you see a feature in another plugin that this one doesn't have, tell us and we'll add it within a reasonable amount of time. But we will also make sure the feature is fully customizable. Post a ticket, mark it as "enchantment", and write your ideas.
Commands and Permissions?
http://dev.bukkit.org/server-mods/myhungergames/pages/commands-and-perms/
I found a bug. What do I do?
We set up multiple ways to report bugs. You can report it on github, the issues link up top, or on the main page. Most times, expect a quick reply.
Why choose this?
Choose this plugin because its many configurable settings, compared to other Hunger Games plugins.
This plugin creates an unique Hunger Games experience.
What material names can I use?
You can use any of the official Bukkit Material names available here.
Where can i find an example for the itemconfig.yml?
You can find it here with hashtags.
And here without hashtags.
What are the planned features?
Please check out "enchantment" tickets that are accepted, see them here.
And for 1.2 here is a list.






-
View User Profile
-
Send Message
Posted Jun 13, 2012I MADE A Good tutorial on how to setup permissions come check it out.
if you need i can make a tutorial on how to setup this plugin?? ==
author Just PM me.
http://www.youtube.com/watch?v=OGOq9kgrKR0 ===
-
View User Profile
-
Send Message
Posted Jun 13, 2012V0.4.1 has been uploaded. It contains the fix for spectating! As soon as it is approved, you will see it. After that, I will be unable to make an updates for 10 days as I'm out of town. However, @randude14 may make a couple.
-
View User Profile
-
Send Message
Posted Jun 13, 2012@KevinEssence
It is...
-
View User Profile
-
Send Message
Posted Jun 12, 2012Pointless unless it's fully automatic....
-
View User Profile
-
Send Message
Posted Jun 11, 2012I love the Plugin, I have been using it on my server for ages but i'm having problems. I want it to be fully auto so i can make a world, set it to run in that world and leave it for all my players to use. Most of the time the game will stuff up and say a game is already happening when no one is in it. Can you also make a video tutorial on how to make ItemSets and config. Also when I add a chest to the Game it is all good when i add it but when the game starts there is nothing in them. I have set restock chest in the config and still nothing happens. And another thing is that some of the commands like /hga restock [game] don't work?
Thanks Dyl619
MotionCraft Factions I IP: motioncraft.info
-
View User Profile
-
Send Message
Posted Jun 11, 2012With v0.4 it won't load the config file.
-
View User Profile
-
Send Message
Posted Jun 11, 2012also can you make it so the plugin doesnt pause redstone when the games starts?
-
View User Profile
-
Send Message
Posted Jun 11, 2012Annoying bugs/Requests
When you leave server while in Hunger Games with someone, it will just say that you're still in Hunger Games which means game can be never finished.
There is a permissions bug too as I can't reload the game, but that bug is kinda random cause it worked for me yesterday.
When players dies he drops items but not armor and when player drops items then he can pick it up on next round which makes him stronger than others and that player has a really good chance in always winning.
-
View User Profile
-
Send Message
Posted Jun 10, 2012When will the next update be coming out? and i have the same problem as turtles9788 and i use permissionex
-
View User Profile
-
Send Message
Posted Jun 10, 2012@xIGoDz
There is, check the config file and you will find it :)
-
View User Profile
-
Send Message
Posted Jun 10, 2012Can there be an option to let players build/break during the game?
-
View User Profile
-
Send Message
Posted Jun 9, 2012@kitskub
Thank you! Can't wait :P
-
View User Profile
-
Send Message
Posted Jun 9, 2012typing any command says "You do not have permission". typing from console says "In-game only" I can't do anything. My permissions plugin is Privileges. http://dev.bukkit.org/server-mods/privileges/
-
View User Profile
-
Send Message
Posted Jun 9, 2012Thank you all for the error reports. I will probably be able to fix it tonight.
-
View User Profile
-
Send Message
Posted Jun 9, 2012the plugin constantly gives me this error, even if a game is not started:
5:23:50 PM [SEVERE] Could not pass event PlayerInteractEvent to HungerGames
5:23:50 PM org.bukkit.event.EventException
5:23:50 PM at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
5:23:50 PM at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
5:23:50 PM at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
5:23:50 PM at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
5:23:50 PM at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:287)
5:23:50 PM at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:636)
5:23:50 PM at net.minecraft.server.Packet15Place.handle(SourceFile:39)
5:23:50 PM at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
5:23:50 PM at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
5:23:50 PM at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:172)
5:23:51 PM at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
5:23:51 PM at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
5:23:51 PM at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
5:23:51 PM at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
5:23:51 PM Caused by: java.lang.NullPointerException
5:23:51 PM at com.randude14.hungergames.Plugin.getSpectating(Plugin.java:447)
5:23:51 PM at com.randude14.hungergames.listeners.BlockListener.onPlayerInteract(BlockListener.java:104)
5:23:51 PM at sun.reflect.GeneratedMethodAccessor81.invoke(Unknown Source)
5:23:51 PM at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
5:23:51 PM at java.lang.reflect.Method.invoke(Unknown Source)
5:23:51 PM at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
5:23:51 PM ... 13 more
Pleaase help i really love this plugin but this error also makes my server lag, and evantually crash.
-
View User Profile
-
Send Message
Posted Jun 9, 2012its reversed start at the bottom.. this happens ever hour or so... INFO ... 13 more 09.06 04:01:23 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) 09.06 04:01:23 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:616) 09.06 04:01:23 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 09.06 04:01:23 [Server] INFO at sun.reflect.GeneratedMethodAccessor185.invoke(Unknown Source) 09.06 04:01:23 [Server] INFO at com.randude14.hungergames.listeners.BlockListener.onPlayerInteract(BlockListener.java:104) 09.06 04:01:23 [Server] INFO at com.randude14.hungergames.Plugin.getSpectating(Plugin.java:447) 09.06 04:01:23 [Server] INFO Caused by: java.lang.NullPointerException 09.06 04:01:23 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 09.06 04:01:23 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459) 09.06 04:01:23 [Server] INFO at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567) 09.06 04:01:23 [Server] INFO at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78) 09.06 04:01:23 [Server] INFO at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:169) 09.06 04:01:23 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113) 09.06 04:01:23 [Server] INFO at net.minecraft.server.NetworkManager.b(NetworkManager.java:229) 09.06 04:01:23 [Server] INFO at net.minecraft.server.Packet15Place.handle(SourceFile:39) 09.06 04:01:23 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:636) 09.06 04:01:23 [Server] INFO at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:287) 09.06 04:01:23 [Server] INFO at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177) 09.06 04:01:23 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459) 09.06 04:01:23 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) 09.06 04:01:23 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) 09.06 04:01:23 [Server] INFO org.bukkit.event.EventException 09.06 04:01:23 [Server] SEVERE Could not pass event PlayerInteractEvent to HungerGames
-
View User Profile
-
Send Message
Posted Jun 9, 2012@domingo15
You can do both just make an HG game and make an area where are player going to play, when they join the game they can't break blocks so just build a wall around the arena.
-
View User Profile
-
Send Message
Posted Jun 9, 2012@kitskub
Love the 0.4 update :D !
EDIT: I tested the v0.4 and for some reason I get really spammed with errors, but in v0.3.1 I get no errors at all. Here are the errors
[SEVERE] Could not pass event BlockBreakEvent to HungerGames org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459) at net.minecraft.server.ItemInWorldManager.breakBlock(ItemInWorldManager.java:220) at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:175) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:540) at net.minecraft.server.Packet14BlockDig.handle(SourceFile:43) at net.minecraft.server.NetworkManager.b(NetworkManager.java:229) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.NullPointerException at com.randude14.hungergames.Plugin.getSpectating(Plugin.java:447) at com.randude14.hungergames.listeners.BlockListener.onBlockBreak(BlockListener.java:73) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ... 12 more
-
View User Profile
-
Send Message
Posted Jun 8, 2012@kitskub
sorry but i don't get this plugin, is this like a world hungergames?
or can it be selected with some kind of tool or its by radius?
-
View User Profile
-
Send Message
Posted Jun 8, 2012v0.4 is out! You will be able to download it as soon as it is approved. Three major things: Block Resetting: can use internal, LogBlock, or HawkEye (however HawkEye is currently Unimplemented and will throw errors, but the errors will be fixed in v0.4.1). 2) /hg spectate <game name>: this puts the spectator in creative with the only limitations being that they can't place, break, or interact with blocks. If you don't want them to be able to throw items at players, DON'T GIVE THIS PERMISSION TO THEM. It will be refined, but for this update, that is how it is. 3) /hga restock <game name>: restocks all chests in a game. As always, this is a beta build, so it will probably contain bugs. Please report them, and we will do our best to squash them. Comments/critiques appreciated.