Update Gamemode Condition authored by Ethan's avatar Ethan
...@@ -7,8 +7,8 @@ Checks for a player's gamemode. [You can view all of the gamemodes here.](https: ...@@ -7,8 +7,8 @@ Checks for a player's gamemode. [You can view all of the gamemodes here.](https:
| `gamemode` | `gm` | A list of gamemodes the player needs. | [Gamemodes](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/GameMode.html#enum.constant.detail) | | `gamemode` | `gm` | A list of gamemodes the player needs. | [Gamemodes](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/GameMode.html#enum.constant.detail) |
## 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