Started by
tbroski
on
Topic category: Advanced modding
I'm looking for a variable specific to the player and specific to the world.
1. NBT tags won't work because they reset after death.
2. GLOBAL_SESSION won't work because they carry over to another world.
3. GLOBAL_MAP & GLOBAL_WORLD won't work because they wouldn't be player specific and affect the whole server, right?
What variable(s) can I use?
You can search on the issue tracker and forum. I remember seeing a solution on the issue tracker
You can preserve NBT tags through deaths, search forums as already instructed to find this.