#If you want players to have a defined amount of time to move a piece, you need to enable this option. If enabled, you will have to select 2 actions: "move" or "pass".
"move": If the player doesn't move a piece, at the end of his turn a random piece will be moved.
"pass": If the player doesn't move a piece, at the end of his turn he will pass automatically.
Code (YAML):
time_in_each_turn:
enabled
: true
time
: 60
action_when_time_runs_out
: move