adds a value to the score
Score add([int val = 1]) { return addCommandRet( Command( 'scoreboard players add ${toString()} $val', ), ); }