[INACTIVE][INFO]Deathify v0.61 - Get a message if somebody die[86]

Discussion in 'Inactive/Unsupported Plugins' started by highz, Jan 29, 2011.

  1. Offline

    highz

    Deathify - Notify on Dead:
    Version: v0.61

    Hi,
    Today i have created a new Plugin called Deathify.
    This plugin will send everybody on the server a message if a player dies.
    *Doesn't work if a player dies due drowning*
    Tested with Craftbukkit 86 but should work with lower and newer versions!

    Features:
    * Auto notify everybody if somebody die

    Download Deathify 0.61:
    Direct Download
    <Edit by Moderator: Redacted mediafire url>

    Changelog:
    Version 0.61
    * Fixed bug - Notify didn't work when your Health becomes lower than 0

    Version 0.6
    * Finished the DeathPlayer Hook
    * Added timer so the chance of multiple notify's is low/unpossible

    Credits:
    * Highz - Programmer of this Plugin
    * Deages - Idea
    * 8e8 - Helping with the Death Hook
    * Samkio - Also helping with the Death Hook

    I am trying to make the Death Hook open for public and easy to implement.

    I have some Future ideas but please give me your opinion about this it will help me!

    Ideas for new versions:
    * Customisable messages - Create settings file with a custom Death Notify
    * Grave stones - Signs with the text R.I.P {player} and only breakable by admins (permissions plugin) to prevent "free" signs :p

    If you have an idea please post it!

    Highz
     
    Last edited by a moderator: Dec 15, 2016
  2. Offline

    Deages

    Using it now!

    How long till we can see who killed who?
    Would also be handy if there was a coords function built in accessible to OPs only :)
     
  3. Offline

    lawina

    Looking forward to see the new ideas in action.
     
  4. Offline

    highz

    It displays directly after the user is killed!
    If you found bugs please send a PM
    i found 1 bug if a creeper explode it could happen you have still 0.5 heart but it says {Name} is Dead i am trying to fix this!

    @lawina
    What idea do you like the most :p?
     
  5. Offline

    lawina

    Customisable messages, especially to see who was killed by who, that would be great!

    Thank you
     
  6. Offline

    highz

    Who killed Who is a good idea :p
    I'm already trying to get the cause of death
     
  7. Offline

    Binaryclock

    can you share your death hook? Does this also work when NPCs kill players? I am trying to create a hook but player.getHealth() never gets below 0!! It seems to report the current health of the player, the damage in event.getDamage(), but the damage that NPCs deliver is never what is removed from getHealth()

    Please help :p
     
  8. Offline

    highz

    I Replied your pm
     
  9. Offline

    seanth

    Would you be willing to share your code?
     
  10. Offline

    highz

    Sure i can send you the code if you want :)
     
  11. Offline

    EvilSeph

    Your changelog is confusing.
     
  12. Offline

    highz

    @EvelSeph how can i fix that :D
    Whats confusing about that?
     
  13. Offline

    EvilSeph

    It used to say 0.6 twice, but it's been fixed.
     
  14. Offline

    highz

    @EvilSeph Yes after reading it twice i found that problem :p
    If you run the plugin it probably still say 0.6
    I also added the CraftBukkit version
     
  15. Offline

    Selbram

    @highz, add the version of your plugin to the title please.
     
  16. Offline

    ZiotecH

    I get an error that says:
    Could not pass event ENTITY_DAMAGEBY_ENTITY to Deathify
     
  17. Offline

    samsoccerboyz

    Can i haz source plox
     
  18. Offline

    Tapdragairsoft

    Not sure if this was already said, but i've found a bug. If your health is down to 2 or less hearts
    it says you die when you never did. Agian, I dunno if this was posted already.I like this plugin though.
     
    Last edited by a moderator: Dec 15, 2016
  19. Offline

    dan2wik

    HELP!!! i can't find a single deathnotify plugin that is compatible with my mods since the last update.
    from this is what i got.
    Code:
    2011-02-23 07:18:30 [WARNING] Using the stupidly long constructor com.bukkit.highz.Deathify.Deathify(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of Deathify to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-23 07:18:30 [WARNING] Plugin 'Deathify' (ver 0.61) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-23 07:18:30 [SEVERE] Could not load plugins\Deathify.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:85)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:53)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:179)
        at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:166)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:118)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:217)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:77)
        ... 8 more
    Caused by: java.lang.NoSuchFieldError: ENTITY_DAMAGEDBY_BLOCK
        at com.bukkit.highz.Deathify.Deathify.registerEvents(Deathify.java:33)
        at com.bukkit.highz.Deathify.Deathify.<init>(Deathify.java:26)
        ... 13 more
    
    i run git-Bukkit-0.0.0-428-g51dd641-b53jnks (MC: 1.2_01)
    with these plugins: multi verse, all of essentials excluding groupbridge and groupmanager, permisions 2.0, worldedit, and a home made hmod plugin loader(no i wont share it).
     
  20. Offline

    Viktor

    I get could not load error how can I fix?
     
  21. Offline

    Drat333

    Last updated for build 86. This plugin seems to me to be abandoned.
     
  22. Offline

    CullenShane

    Are there any plugins that replace this one?
     

Share This Page