@@ -24,11 +24,15 @@ Prior to 1.19, arguments were separated with a slash (`/`) instead of space.
2424- ` %player:displayname% ` - The player's display name (used on chat).
2525- ` %player:displayname_visual% ` - The player's display name (without hover and click action).
2626- ` %player:displayname_unformatted% ` - The player's display name (without formatting).
27+ - ` %player:uuid% ` - The player's uuid.
2728- ` %player:ping% ` - The player's ping.
2829- ` %player:ping_colored% ` - The player's ping (colored).
2930- ` %player:pos_x% ` - The player's ` x ` coordinate.
3031- ` %player:pos_y% ` - The player's ` y ` coordinate.
3132- ` %player:pos_z% ` - The player's ` z ` coordinate.
33+ ` %player:pos_x_scaled [compared world id]% ` (2.7.2+) - The player's scaled ` x ` coordinate. Compared world defaults to Overworld.
34+ - ` %player:pos_y_scaled [compared world id]% ` (2.7.2+) - The player's scaled ` y ` coordinate. Compared world defaults to Overworld.
35+ - ` %player:pos_z_scaled [compared world id]% ` (2.7.2+) - The player's scaled ` z ` coordinate. Compared world defaults to Overworld.
3236- ` %player:facing% ` (2.5.1+) - The player's horizontal direction.
3337- ` %player:facing_axis% ` (2.5.1+) - The player's horizontal direction in format of ` +/-A ` (A si replaced with axis).
3438- ` %player:horizontal_facing% ` (2.5.1+) - The player's horizontal facing direction.
@@ -44,6 +48,8 @@ Prior to 1.19, arguments were separated with a slash (`/`) instead of space.
4448- ` %player:statistic [statistic]% ` /` %player:statistic [type] [statistic]% ` - The formatted value of player's statistic.
4549- ` %player:statistic_raw [statistic]% ` /` %player:statistic_raw [type] [statistic]% ` - The value of player's statistic.
4650- ` %player:objective [objective]% ` - The value of player's scoreboard objective.
51+ - ` %player:biome% ` (2.7.2+) - Biome at player's location
52+ - ` %player:biome_raw% ` (2.7.2+) - Raw biome id at player's location
4753
4854### World
4955
@@ -60,6 +66,7 @@ Prior to 1.19, arguments were separated with a slash (`/`) instead of space.
6066- ` %world:mob_cap% ` /` %world:mob_cap [group]% ` - Shows maximum amount of mobs that can spawn is player's world.
6167- ` %world:id% ` - The world's ID.
6268- ` %world:name% ` - The world's name.
69+ - ` %world:weather% ` (2.7.2+) - The world's weather.
6370
6471### Server
6572
@@ -68,6 +75,7 @@ Prior to 1.19, arguments were separated with a slash (`/`) instead of space.
6875- ` %server:mspt% ` - The server's MSPT.
6976- ` %server:mspt_colored% ` - The server's MSPT (colored).
7077- ` %server:time% ` /` %server:time [formatting]% ` - The server's time.
78+ - ` %server:time_new format:[format] zone:[time zone]% ` (2.4.0-pre1+) - The world's time with timezone The ` format ` and ` zone ` fields are optional.
7179- ` %server:uptime% ` /` %server:uptime [formatting]% ` (2.1.2+)- The server's uptime.
7280- ` %server:version% ` - The server's version.
7381- ` %server:name% ` - The server's name.
0 commit comments