%p:PLAYER% (is|is not) in world %w:STRING% — Conditions

%p:PLAYER% (is|is not) in world %w:STRING%
Player1.0.0

Description

Checks if a player is or is not in a specific world by name.

Examples

if player is in world "world_nether":
if player is not in world "world_nether":

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> is in world <w>
<p> is not in world <w>

Related (Player)