Started by
Kataphobic
on
Topic category: Help with Minecraft modding (Java Edition)
This is simple and to the point. How do I make variabels that are assigned to the player. Global variables is general, local is to procedures. I need player variables that I can assign
(Example:
HasTamedMob = True
MobType = 2
MobSummoned = False
MobName = "Name" )
I want to assign something like that per player
obviously it looks a little different but still general idea