I really need your help if you are willing, I am still kind of a newb myself. I don't know how I would tie in sign shops or that kind of stuff. All I can really do is what I have done. And I think I have figured out the warp thing.
K... Running into HUGE problem, it's not liking PlayerMoveEvent for some reason... And it will no longer freeze tributes either... Other than that things are going smoothly...
Can you put the source somewhere? I would love to try and help with this, I am new to coding so it wont be instant but I'm learning fast.
@StevasaurousREX I might be able to... Almost done. Add me on Skype: travja4 we'll talk. Other than that, I have fixed the bug and so far all the new features including the warpall are working. Just need to add it for all 24 tributes. Then I will get going on the reward configuration. Sorry for the delay everyone. Hope to have everything working by Friday!
I have a suggestion. Maybe make it like MobArena so mods don't have to be on to start it? Maybe like people can do /ha join and then it would wait until 24 (or a custom amount) of people are in. Then when it had 24 (or the custom amount) people in, they would be teleported to the podiums, and it would count down and lock the players in place until it counted down to 0.
Hey I'm the dev of another Hunger Games plugin (the one HawkFalcon was talking about earlier), and I may be willing to help. I'm more interested in getting the plugin done than having it belong to me. Cause I want to play HungerGames on my server too lol. Would you be willing to start a dev team to discuss this? Or I could just give my suggestions on how to handle things.
K, I think all the tributes warping to their specific spots works now, just now need to do it for all 24 then add reward config
Hunger Games is where my plugin comes in handy You should probably try and get your players to use SpoutCraft. I just uploaded my SpoutTitle plugin yesterday that hides player nameplates so other players cant see other players unless they see the actual character. Though SpoutTitle uses commands to enable and disable the nameplates If you are interested I could give you the custom version I made for my server that automatically enables the hidden nameplates as soon as they join the server.
What do you mean by configure the reward? Like just read a reward from the config and have it give the player that?
@hawkfalcon I can go without the reward for now... Still just a tiny bit of coding (finish the /ha warpall command) and then to tackle reward configuration.
I looked at the pastebin you posted, here's what I think is wrong without looking too in-depth into it: line 33 you reference the DeathListener class. Line 330 is in the DeathListener class and it references the config (config.getInt("Reward_ID")... etc). The problem is that you access that code without creating the config (that's line 34). So I would try switching lines 33 and 34 of your code and see if that works .
http://dl.dropbox.com/u/37771664/HungerArena.jar use /startpoint one - sets tribute one spawn location (two, three, etc...) all do the for that tribute /ha warpall - Warps all tributes to their startpoint /ha start - Unfreezes all tributes /ha join - puts you in the game Everything should be working, I haven't tried everything myself but it should work. Also, disregard the Reward_ID and Reward_Amount in the config, will be implemented when I can figure out how to configure the reward... PLEASE tell me of any problems/improvements you have! Thanks everyone!