Skip to main content

Display conditions — showing things only sometimes

A display condition hides a component unless something is true. This is how you make a display that reacts to the tournament instead of showing everything at once.

Select a component and press Display Condition:

The display condition editor with a live preview

Type a condition using placeholders and the operators shown. The Preview underneath tells you whether the component would currently be visible, so you can check your logic without starting a tournament.

Practical examples:

ConditionEffect
{{current.level.isbreak}} = "Yes"Only during breaks
{{current.level.isbreak}} = "No"Hide during breaks
{{tournament.paused}} = "Yes"A "PAUSED" banner
{{players.left}} <= 9Only at the final table
{{reentry.closed}} = "No"A late-registration notice

You can combine them with AND and OR.