Death Notifications

Discussion in 'Archived: Plugin Requests' started by Direct1221, Jan 15, 2011.

  1. Offline

    Direct1221

    I would like to ask someone to please make a plugin that will allow death notifications to be displayed in the game. Preferrably for the latest build.

    For Example:

    Direct1221 has drowned.
    Direct1221 has burned to death.
    Direct1221 has fallen in lava.
    Direct1221 has fallen to his death.
    Direct1221 has been killed.
     
  2. Offline

    CruzBishop

    On the way :)

    EDIT: Actually, maybe not, there doesn't seem to be an event for death yet

    EDIT 2: Never mind, it IS there... I'll have a go at it in a few hours, I have to go to work now :(
     
  3. Offline

    Direct1221

    It's okay. Take your time. I appreciate the effort and thank you!
     
  4. Offline

    CruzBishop

    I just had a look through the source code, and I was right the first time, there's no functionality for death yet :\

    Code:
    
    
                    case ENTITY_DEATH:
                        // TODO: ENTITY_DEATH hook
                        break;
    
    
     

Share This Page