Skip to content

v2.1.3

Latest
Compare
Choose a tag to compare
@DoubleF3lix DoubleF3lix released this 25 Oct 02:02

scoreboard.Player

__init__

  • No longer runs convert_scoreboard_player_name. It's now run in scoreboard.Scoreboard.player instead.

set

  • New optional parameter init. When set, the scoreboard players set command is added to the _init function instead of the current one.

scoreboard.Scoreboard

__init__

  • New optional parameter players. This is a dictionary of players to values which should be set in the _init function. Best used for constants.

player

  • Now runs convert_scoreboard_player_name before passing it to scoreboard.Player

Miscellaneous

  • Added new tests for the new player initialization feature