[UNSUPPORTED] godpowers port to bukkit

Discussion in 'Inactive/Unsupported Plugins' started by joshcvb, Jan 16, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    joshcvb

    I really needed this for my server so I ported it over and thought I would release it to everyone else that needs it. Built against build 48+. Credit to FriedTaco for the orginal.

    Todo:
    1. Waiting on bukkit to update to handle more damage events so this plugin can fully work
    2. Need to reword my priority level and make sure other plugins don't supersede it

    Commands:

    /godmode - Makes you invincible.
    /godmode [player] - Makes the specified player invincible.
    /heal - Heals you.
    /heal [player] - Heals the specified player.
    /kill [player] - Kills the specified player.
    /revive [player] - Brings the specified player back to life.
    /die - Kills you.
    /maim [player] - Beats the player withing an inch of their life.
    /jesus - Allows you to walk on water like Jesus. (It trails a bit, but it picks back up)
     
  2. Good stuff. Will try it out in a minute ;).

    EDIT: Doesn't work on build #63, could you build it against that version for me, please :)?
     
  3. Offline

    shadydeath999

    well i got craftbukkit latest build but the plugin doest work for me D:
     
  4. Offline

    joshcvb

    im updating the plugin to a more recent build, I had it done a couple days ago, my bad
     
  5. Offline

    shadydeath999

  6. Offline

    Exo

    Thanks for porting this. Can't wait for the update :)
     
  7. Offline

    IDex

    Gotta get new pair of pants[​IMG]

    but it doesn't work on +66 dammit...
     
  8. Offline

    Plague

    Since you do not give the source, how did you implement /godmode? I tried handling DAMAGE events, but they are not ready yet. Could you point me in the right direction?
     
  9. Offline

    mrtechguy

    When loading this plugin I get an InvaludPluginException error
     
  10. Offline

    kakashi

    if you read a couple of posts above you you can see that the creater sayed
     
  11. Offline

    Plague

    Well, I tested craftbukkit 48 and 49 (as suggested by the creator) and it still does not work.

    And I'm also not convinced that godmode can work on current bukkit...
     
  12. Offline

    joshcvb

    bukkits missing some damage code so I'm just waiting it out and to look at the source just open with winrar, i dont use git or anything like that, or I can upload the text for you
     
  13. Offline

    Plague

    Oh so you just like me handle melee damage and fire damage and wait for the rest? :)

    Ad source code, OMG sorry, I must been looking pretty badly.

    Now just on programmers level, I use ENTITY_DAMAGE* events and use EventListener. You chose a completely different way, is there something better about yours or is it just another way? I could rewrite mine if I got it wrong...
     
  14. maybe you should've got in touch with FriedTaco about publishing this first, I understand that he was working on porting it
     
  15. Offline

    NickBrahz

    Looking forward to this being in working condition, keep up the good work man.
     
  16. Offline

    joshcvb

    Well lets not jump to conclusions yet. FriedTaco is not a member of these forums. I sent him a message on the hmod forums with my intentions and if he ports his version/copy over I will have this thread deleted. It dosn't take much to port over plugins especially this one. Thought I would get it out there and work on it
     
  17. Alrighty, fair enough :D he is signed up as "Taco"
     
  18. Offline

    Plague

    joshcvb, where can I get some documentation on etc.getLoader().addListener()? Tried to use your code, but there's nothing about it in official javadoc and I cannot find it in Bukkti 49 classes either...
     
  19. that is a hey0 function the Bukkit equiv is getServer().getPluginManager().registerEvent the source seems to have hey0 syntax in
     
  20. Offline

    BeerBaron

    doens't work on build #66
    Edit: error message
    [​IMG]
     
  21. Offline

    Plague

    Good, that's what I am using, but I cannot find HEALTH_CHANGE in Event.Type
     
  22. Offline

    Silentspy

    Closed by request of topic starter.
     
Thread Status:
Not open for further replies.

Share This Page