Skip to content

Mini guides collection

NEZNAMY edited this page Feb 16, 2021 · 68 revisions

Content

Sum up all knowledge you gathered reading the wiki to get interesting results, some of them listed here.

Displaying player health in %

If you're using vanilla belowname set

classic-vanilla-belowname:
  enabled: true
  number: "%math_{player_health}*5[precision:0]%"
  text: "&cHP"

If you're using unlimited nametag mode, run /tab group _OTHER_ belowname %math_{player_health}*5[precision:0]% &cHP.

For all of this to work, you need to install PlaceholderAPI. Then, run

/papi ecloud download math
/papi ecloud download player
/papi reload

Displaying player health as 0-10 instead of 0-20

Follow Displaying player health in %, but change placeholder to %math_{player_health}/2[precision:0]%.

Displaying death counter in tablist

yellow-number-in-tablist: "%deaths%"

Clone this wiki locally