Changes
Page history
Clean Up example comment syntax
authored
Nov 27, 2024
by
Brickgard
Hide whitespace changes
Inline
Side-by-side
Conditions/Placeholder.md
View page @
382e9a70
...
...
@@ -15,9 +15,9 @@ If a string is provided, the values will be checked if they match.
---
Various condition examples using the Player PAPI expansion:
```
yaml
#Hide if player's direction is not south.
#
Hide if player's direction is not south.
-
placeholder{ph=%player_direction%;v=S}
false
hide
#Hide if player is flying.
#
Hide if player is flying.
-
placeholder{ph=%player_is_flying%;v=yes}
true
hide
# Hide if player's light level is less than 5.
-
placeholder{ph=%player_light_level%;v=5;o=>}
true
hide
...
...
...
...