Skip to content

Scores can be set to a NBT

Compare
Choose a tag to compare
@TheMrZZ TheMrZZ released this 18 Apr 18:10
· 346 commits to master since this release
90f3af7

Added possibility to set Scores to a given Data Point value, with a given scale.

Examples:

const randomScore = Variable();
randomScore.set(myXMotion, 10);
const randomScore = Variable(myXMotion, 10);

Also, NBT parsing output is now more compact.