Skip to content

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 13:29
· 14 commits to main since this release

Feature

  • Add temp_score_prefix and const_score_prefix options (32a0ab6)
meta:
    bolt_expressions:
        const_score_prefix: "#"
        temp_score_prefix: "%"
obj["$a"] = 100 - obj["$b"] * 2
# scoreboard players operation %i0 bolt.expr.temp = $b abc.obj
# scoreboard players operation %i0 bolt.expr.temp *= #2 bolt.expr.const
# scoreboard players set $a abc.obj 100
# scoreboard players operation $a abc.obj -= %i0 bolt.expr.temp