Player Specific Variables

Started by Kataphobic on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Mar 2021
Points:
606

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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