To get the current HP of a boss monster, you just have to use one simple, easy to remember, command:
/shell user.getMapInstance().getMobs().stream().filter(function(mob) { return mob.getName() == "Boss" }).findFirst().get().getHp();
...
I might need to work on this.
No comments:
Post a Comment