[MECH] PumpkinDiver [v0.16] [400-1240]

Discussion in 'Inactive/Unsupported Plugins' started by Afforess, Feb 4, 2011.

     
  1. Offline

    Afforess

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


    Pumpkin Diver

    Features:
    • Wearing a pumpkin helmet extends the time allowed under water by 10x the normal length.
    • Chat prompt alerting users of air remaining at each 10% when wearing pumpkin helmet.
    • No Commands
    • No Configuration
    • No Permissions
    • No Hassle
    Known Issues:
    • Bubble GUI does not update correctly unless you use the Spoutcraft mod.
    Download Here
    Source Code

    ChangeLog:
    • Version 0.10
      • Initial Release
    • Version 0.11
      • Fixed issues with air remaining chat prompt not firing 100% of the time
      • Improved efficiency by ~ 350%
    • Version 0.12
      • Fixed a rare null pointer exception when a player teleports in-between worlds.
    • Version 0.13
      • Conformed to meet Bukkit code naming standards
    • Version 0.14
      • Conformed to meet Bukkit code standards
      • Plugin Properly shuts down when disabled.
    • Version 0.15
      • Bug Fixes
    • Version 0.16
      • Minor enhancements/fixes
    Guide to Adding a Custom Pumpkin Helmet Texture to your client
    (Easy to do and totally safe!)
    • Find the pumpkinblur.png you want to use. I recommend this one by Glimmar.
    • Download it onto your desktop or some place you can remember.
    • Find your minecraft folder (in Windows it's C:\Users\YOUR_USERNAME\AppData\Roaming\.minecraft\bin).
    • Open the minecraft.jar with winrar or 7z.
    • Navigate to the misc folder.
    • Drag the pumpkinblur.png you downloaded earlier over the existing one in the misc folder. Accept the prompt that asks you to overwrite it.
    • Close winrar or 7z.
    • Launch Minecraft, go to a server, and put on a pumpkin to see your custom helmet!
    Changed your mind, and want to go back to the old one? Go back the the minecraft folder and delete the "version" file. This will force minecraft to update when you launch it next time, and revert to the default textures.

    This post has been edited 1 time. It was last edited by Afforess Sep 11, 2011.
  2.  
  3. Offline

    Afforess

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    None, sorry. The entire point of this plugin is to be dead-simple to use.
  4. Offline

    thepackett

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    For one i really appreciate all of your simple and easy to use plugins.
    It's the small things like this that makes servers more interesting.
    keep up the good work ^^
  5. Offline

    Johnnyboy118

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Great plugin! Keep up the good work! I tried several alternatives before I found this GEM! I could not get Fishpeople or another one (forgot the name) to work. But yours is both Simple and Quick, with ZERO errors!
  6. Offline

    Richard Robertson

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    If you had errors with my plugin, you should have posted them to me. That is the whole point of it being a forum.
  7. Offline

    Afforess

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

    zolcos

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sweet mod. Any chance we could get a config option to tweak how much extra air you get?
  9. Offline

    Afforess

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sadly, no. I want to keep this plugin simple. However, if you don't mind figuring out how to install eclipse, you can download the source and change the number extremely easily.

    I expect the mod to never break, so you're safe if you do.
    MrPendulum likes this.
  10. Offline

    ZerG

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    didnt notice any posts so, is this plug ready to go for 953 ?
    Thanks Afforess keep up the good work
  11. Offline

    Afforess

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Read the last line of the post above yours.
  12. Offline

    ZerG

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    thanks Afforess your work is solid man we appreciate your efforts !
    any chance you want to take on portable torches its an easy plug to keep up with ;)
  13. Offline

    vinstic

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Works fine with BC #1000, update the title
  14. Offline

    CuZnDragon

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Any plans to update this to Spout?
  15. Offline

    Richard Robertson

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It should already be Spout compatible considering Afforess is one of the Spout developers.
  16. Offline

    Afforess

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It would take the apocalypse to bring this plugin down.
  17. Offline

    Joshua Neicho

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey there, I was wondering if its possible for me to use parts of your source code for a plugin I'm working on thanls
  18. Offline

    Afforess

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

    Vanoi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can you put in a check to see if the player has Spoutcraft and disable the text if they do to streamline the visual aspect of this?
  20. Offline

    Afforess

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

    Richard Robertson

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Wow, that's the first update of this in a long time.
  22. Offline

    Afforess

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Not really an update. Just an alternate build. I seriously added like 1 line in.

    This post has been edited 1 time. It was last edited by Afforess Oct 11, 2011.
  23. Offline

    Richard Robertson

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Code:
    if (!player.isSpoutCraftEnabled())
        player.sendMessage(message);
    More or less?
  24. Offline

    Afforess

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

    Mycah

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Doesn't seem to work in 1.0 (15xx builds) :( Is it working for anyone else?
  26. Offline

    Deathscreton

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Indeed. Having the same issues with this as well. Would love to get it working, but my java skills are rusty and I have no idea what the hell I'm looking at.

    To be more specific, I drown, regardless of wearing the helmet (pumpkin) or not.
  27. Offline

    Afforess

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Interesting. I bet the bukkit API is broken, not this actual plugin. If the plugin were broken, you'd be getting errors in the log.
  28. Offline

    KlaasT

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hm. Just tried it with the new RB and it doesn't work which is really sad :(
  29. Offline

    Toma1

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hy!
    This plugin work on 1.0.0 (1493) ?
  30. Offline

    Derthmonuter

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    The 1.2 build is pretty apocalyptic to me.
  31. Offline

    Richard Robertson

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    PumpkinDiver finally bit the bullet. The Bukkit 1.1-R5 event purge got it.

    According to the Github repository, Afforess doesn't seem to be too worried.
  32. Offline

    Derthmonuter

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Someone else has taken to maintaining it here http://thedgtl.net/bukkit/, and this version works with 1.2.
    The plugin lives to see another day!

Share This Page