Slabserver / Slabserver-Bugs

Issue tracker for Slabserver infrastructure bugs
0 stars 0 forks source link

TAB health status incorrectly displayed on SMPNetwork #60

Closed DaMarine closed 1 year ago

DaMarine commented 1 year ago

Server

Survival, Resource

Describe the bug

In upgrading to its 1.19.4 version, the TAB plugin seems to have numerous inconsistencies or unexpected quirks compared to its intended behaviour:

Configs appear to be identical between Survival and Resource, making this issue even stranger.

Expected behaviour

Steps to reproduce

  1. On Survival, observe the tab list working as intended
  2. Transfer to Resource
  3. Press tab and note the inconsistency with Survival
  4. Find another player on either server and stand in close proximity to observe the 0 health status.

Additional info

Checklist

chrissamael commented 1 year ago

Found the issues, in TAB's config.yml on proxy the following values had to be set accordingly:

yellow-number-in-tablist:
  enabled: true
  value: '%player_health%'             <=
belowname-objective:
  number: '%health%'
  text: Health
  enabled: false                      <=

After changing these to the above values and running /btab reload both the 0 Health below the player names as well as the inconsistencies between the servers seem to have been solved.