Player Specific Variables

Started by Kataphobic on

Topic category: Help with modding (Java Edition)

Last seen on 01:50, 28. Aug 2021
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Player Specific Variables

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