Re: Boss Health Manipulation :(

Discussion in 'Plugin Development' started by xigsag, Oct 14, 2013.

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

    xigsag

  2. Offline

    timtower Administrator Administrator Moderator

    xigsag And what exactly do you want?
     
  3. Offline

    xigsag

    timtower Oops, sorry. I wanted to know how to get the boss health to show up, globally, without having the boss mob present if possible. And to be able to edit the text, and preferably the health.
     
  4. Offline

    timtower Administrator Administrator Moderator

    xigsag You probably want to use this:
    Code:java
    1.  
    2. public static void displayLoadingBar(final String text, final String completeText, final Player player, final int healthAdd, final long delay, final boolean loadUp)

    Then just set the healthadd to 0, if you have any errors, feel free to post them
     
  5. Offline

    xigsag

    timtower I do not understand what this is ._.
     
  6. Offline

    timtower Administrator Administrator Moderator

    That is a function that you can call, like in the example:
    Code:java
    1.  
    2. PacketUtils.displayLoadingBar("Reloading...", "Reloaded!", player, 10, true);
     
  7. Offline

    xigsag

    timtower Alright, so after all that, we come back to the util provided by chasechocolate. So what is this 'MinecraftFPS' in that util?
     
  8. Offline

    timtower Administrator Administrator Moderator

    xigsag
     
  9. Offline

    xigsag

    timtower Oh. Well I guess I'm a little blind today, thanks! :)
     
    timtower likes this.
Thread Status:
Not open for further replies.

Share This Page