You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all variables are stored on separate scoreboards under the --databind username. This means that for every single variable in a Databind project, a new scoreboard is created. This is unnecessary and makes it much harder to manage scoreboards.
An alternative idea is to instead store all variables on the same scoreboard (called something straightforward like databind or databind-vars) as different pseudo-users.
Currently, all variables are stored on separate scoreboards under the
--databind
username. This means that for every single variable in a Databind project, a new scoreboard is created. This is unnecessary and makes it much harder to manage scoreboards.An alternative idea is to instead store all variables on the same scoreboard (called something straightforward like
databind
ordatabind-vars
) as different pseudo-users.For example, the following code:
Would now generate something like:
Commands like
tvar
would, of course, also have to be modified internally.For #148: Instead of customizing the name of the
--databind
user, the config option would customize the name of the scoreboard.The text was updated successfully, but these errors were encountered: