player In Game Mode

Select everyone who’s playing in one of the game modes.

mobs.playersInGameMode(SURVIVAL);

Parameters

  • mode: the game mode to select all the players from

Example

Switch everyone who’s playing increative mode to play in survival mode.

gameplay.setGameMode(
    SURVIVAL,
    mobs.playersInGameMode(CREATIVE)
);

See also

||gameplay:set game mode||