Started by
Blueguard
on
Topic category: Help with Minecraft modding (Java Edition)
How can I prevent lossing NBT's after death for players?(I searched from forums but I couldn't find anything about that which is working)
Topic category: Help with Minecraft modding (Java Edition)
How can I prevent lossing NBT's after death for players?(I searched from forums but I couldn't find anything about that which is working)
If you mean player, use player variables and set them to persistant
How can I do that?
When creating an NBT tag there is a dropdown for the "scope". player persistent is one of them and it saves even if the player dies.
I created that variable but how it suppose to work?Sorry for my ignorant.