Status bar

Started by InRaiYTS on

Topic category: Help with modding (Java Edition)

Last seen on 01:43, 26. Jul 2024
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Status bar

I made my own status bar, however, when entering the world or at death, the status bar is completely filled, although it could be empty or part of it is empty. How to fix it?

Last seen on 20:37, 26. Jul 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How specifically did you…
Tue, 11/07/2023 - 05:15

How specifically did you make this status bar? If you're using variables of some sort to track the player's status, anything that isn't player-persistent can reset on death or re-entering the world. You might also just need to make procedures that trigger on world-entering/death, (there's global triggers for both), to manually reset things.