How to change minimal value of entity number tag?(help please)

Started by qym on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to change minimal value of entity number tag?(help please)

So basically i am making a mod where you stats will increase the more you train using entity tags but when you die it resets to 0 how do I change the minimal value??

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Save the stats in a player…
Sat, 08/06/2022 - 04:42

Save the stats in a player persistent global variable.  After dying, on respawn, load the stat from the variable.

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I see thank you
Sun, 08/07/2022 - 05:52

I see thank you