Temporal Global Variable
wysohn opened this issue ยท 1 comments
Sometimes, programmers need some variable that will be shared by any instances
To do so, TR supports global variable, yet it accepts limited data types due to the limitation of FileConfiguration.
We need to be able to make a global variable that is not saved into the yml file yet persist only while the server is running.
In other world, we need a global variable that will remain only on memory.