[Request] Very Simple Hunger Games Arena Plugin

Discussion in 'Plugin Requests' started by hawkfalcon, Mar 23, 2012.

  1. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  2. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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...
  3. Offline

    StevasaurousREX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  4. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @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!
  5. Offline

    GoldenWrapper

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  6. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I could do the auto warp but I don't know I could do the countdown thing...
  7. Offline

    acuddlyheadcrab

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  8. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    We could set that up... Add me on skype: travja4
  9. Offline

    GoldenWrapper

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Good idea you two. Tell me when you're done!
  10. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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
  11. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Everything almost done, having a little trouble with configuring reward...
  12. Offline

    TripleXPenguin

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hunger Games is where my plugin comes in handy :D

    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.
  13. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Dunno, What I really need is a way to configure the reward...
  14. Offline

    TripleXPenguin

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What do you mean by configure the reward? Like just read a reward from the config and have it give the player that?
  15. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yeah, it's having huge problems...
  16. Online

    hawkfalcon BukkitDev Staff

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ;/ maybe forget about reward for now and get a beta out on dev?;D
  17. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @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.
  18. Offline

    nighteyes604

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I saw one of your threads for the reward, if you still need help let me know I'll try and help :p .
  19. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    YES, I really need your help... I just can't get the configurable reward to work!
  20. Offline

    nighteyes604

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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 :p .
  21. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    K, I'll try in about an hour and a half.. BBL!
  22. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    K
    Tried doing that but it still gives an error but does generate the config.
  23. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I really don't know how to get this working :'(

    This post has been edited 1 time. It was last edited by travja Apr 6, 2012.
  24. Offline

    GoldenWrapper

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  25. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Could release without reward configuration later today. Is that OK with everyone?
  26. Offline

    GoldenWrapper

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yes. Please.
  27. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    OK, will still give 10 diamonds for winner, will be out around 5 MST so about an hour! :D
  28. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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!
  29. Offline

    travja

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I am going to eventually make a Dev page for this...
  30. Offline

    GoldenWrapper

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Nice! I'll download it right after I'm done coding my singleplayer mod.

Share This Page