Boss bars from Enderdragons

Discussion in 'Plugin Development' started by tobiyas, Jul 19, 2012.

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

    tobiyas

    I'm searching for a way to disable the boss bars of Enderdragons.
    Anyone a clue? I'm not very fermilliar with the client DataWatcher for the bar.

    Is the Client bar combined to the Monster Object, or is it seperatly sent via Datawatcher?
    I've found that the Server datawatcher for entities has the Dragon Health Bar at datawatcher position 16.
    Code:
    datawatcher.watch(16, Integer.valueOf(mappedHealth));
    Can anyone help?
     
  2. you can try setting it to -1 or removing it from the data wachter (using reflection)
     
  3. Offline

    ZeusAllMighty11

    Why not try setting the boss health to 0

    nvm i fail
     
Thread Status:
Not open for further replies.

Share This Page