bHungerGames

bHungerGames is a plugin for Hunger Games maps like Hunger Games 2. It's performed for Hunger Games 2.
News
At the moment last version released!
- Updated to Minecraft 1.5 (1.5-R0.1 (Build #02681))
- Now available on GitHub
- There you can see my bad code :D
- It's probably the last version, because this was my first big plugin and you can see at the code, that i was very bad at programming. I have no time to recode the complete plugin. That's why it's available on GitHub now. You can edit and use the plugin beyond.
Installation
- Put the bHungerGames.jar into your plugins folder and run the server.
- It creates a folder called "bHungerGames", with the file "config.yml".
- The config is complete configuratet for Hunger Games 2.
- Change the values you would edit ;)
What you need
- a bukkit server
- some players
How to use
- Type /bhg join. You'll teleportet in one of the 24 startpoints.
- Type /bhg ready if you are ready. The countdown will start now.
- Alternative: Type /bhg start. The countdown will start now.
How to edit
- If you would edit the 24 startpoints, type at the position, you would have the new startpoint, /bhg setspawn [number 1-24]. Note: You need 24 startpoint, but not more than 24.... yet.... ;)
- If you would edit the spawn, type at the position, you would have the new spawn, /bhg setspawn spawn.
- If you would edit the block, where the redstone torch appears for 12 ticks, type at the position, you would have the new pont, /bhg setspawn redstonetorch.
- If you would reset a position, you must delete it in the config.yml and restart the server.
Commands & Permissions
Translations
Configs
Known bugs
- Nothing :D
To do
- delete command for the config
- added Auto chest restore and refill system.
- some other things
Changelog
Donate
You can support the plugin with a little donation ;)
Thanks to naronco.com for help at the plugin!
Sorry for spelling mistakes. I'm german ;)

-
View User Profile
-
Send Message
Posted Jun 7, 2012@kyetan21 The error is from bukkit and not from bHungerGames. Please reinstall bukkit 1.2.5 r3.0, because, this error is new for me.
-
View User Profile
-
Send Message
Posted Jun 6, 2012Let's hack Mario! Let's do this!
-
View User Profile
-
Send Message
Posted Jun 6, 2012doesnt seem to work followed ur steps for install and got this from server
[SEVERE] Could not load 'plugins\bHungerGames.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: de/letshackmario/bHungerGames/bhungergames : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:151) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:213) at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:189) at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.UnsupportedClassVersionError: de/letshackmario/bHungerGames/bhungergames : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(Unknown Source) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$000(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:140) ... 8 more