%p:PLAYER_POSSESSIVE% gamemode (is|is not) %mode:EXPR% — Conditions

%p:PLAYER_POSSESSIVE% gamemode (is|is not) %mode:EXPR%
Player1.0.0

Description

Checks if a player's gamemode matches or does not match the given mode.

Examples

if player's gamemode is "creative":
if player's gamemode is not "creative":

All Possible Usages (2)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

<p> gamemode is <mode>
<p> gamemode is not <mode>

Related (Player)