Global variable question

Started by Aizark on

Topic category: Help with MCreator software

Last seen on 03:21, 29. Sep 2023
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Global variable question
Wed, 05/27/2020 - 21:53 (edited)

The question is simple. I want to start working with a Global Session Variable.
Where will the data of this variable be stored if the game is over the network?
Is this variable stored by the player in his computer, and he can replace its data? Or is this variable stored only on the server while the player is online, and any manipulations with hacking the client will not make it possible to change it?

It is only about hacking a client.
I want to implement the storage of data about the character during the rebirth, recording his characteristics. Strength, agility, stamina and more. If a player has access to this variable, then he will definitely be able to play unfairly. Therefore, I need to know exactly where the global session variable is stored

Should I use this type of variable to implement the storage of important data about the player?
Level of leveling in any skill, etc.

Edited by Aizark on Wed, 05/27/2020 - 21:53
Last seen on 04:35, 17. Jan 2021
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am actually not familiar…
Sun, 05/31/2020 - 17:30

I am actually not familiar with Global Variables, so I would ask Shocking Artist (very familiar with these sorts of things and has many procedures for this type of endeavor). For Capabilities, look at the link below

 

https://mcforge.readthedocs.io/en/latest/datastorage/capabilities/