Changes
Page history
Update Gamemode Condition
authored
Apr 07, 2021
by
Ethan
Show whitespace changes
Inline
Side-by-side
Gamemode-Condition.md
View page @
d63db0fe
...
@@ -9,8 +9,8 @@ Checks for a player's gamemode. [You can view all of the gamemodes here.](https:
...
@@ -9,8 +9,8 @@ Checks for a player's gamemode. [You can view all of the gamemodes here.](https:
[
You can view all global parameters here.
](
https://git.lumine.io/Ehh/mmobars/-/wikis/Condition-Parameters
)
[
You can view all global parameters here.
](
https://git.lumine.io/Ehh/mmobars/-/wikis/Condition-Parameters
)
## Examples
## Examples
---
```
conditions:
conditions:
- 'gamemode{gm=creative,spectator;m=false}'
- 'gamemode{gm=creative,spectator;m=false}'
- 'gamemode{gm=survival;m=true}'
- 'gamemode{gm=survival;m=true}'
---
```
\ No newline at end of file
\ No newline at end of file