Started by
qym
on
Topic category: Help with Minecraft modding (Java Edition)
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??
Save the stats in a player persistent global variable. After dying, on respawn, load the stat from the variable.
I see thank you