added %[gamemode]_rank% and %[gamemode]_world_islands%

Florian CUNY 2019-04-08 20:52:33 +02:00
parent 41d6fb42bf
commit 21746fda15

@ -20,6 +20,7 @@ As of 1.5.0, changes were made (and some placeholders added) to ensure a more fl
| Placeholder | Description | Version |
|--------------------------------------|--------------------------------------------------|---------|
| %[gamemode]_world_friendly_name% | Name of the gamemode's world | 1.4.0 |
| %[gamemode]_world_islands% | Number of islands in this gamemode's world | 1.5.0 |
| %[gamemode]_island_distance% | Distance between islands of the gamemode's world | 1.4.0 |
| %[gamemode]_island_protection_range% | Size of the island's protection range | 1.4.0 |
| %[gamemode]_island_owner% | Name of the island's owner | 1.4.0 |
@ -31,6 +32,7 @@ As of 1.5.0, changes were made (and some placeholders added) to ensure a more fl
| %[gamemode]_island_center_y% | Y coordinate of the island's center | 1.5.0 |
| %[gamemode]_island_center_z% | Z coordinate of the island's center | 1.5.0 |
| %[gamemode]_has_island% | Whether the player has an island or not | 1.5.0 |
| %[gamemode]_rank% | Rank the player has on his island | 1.5.0 |
| %[gamemode]_resets% | Number of times the player has reset his island | 1.5.0 |
| %[gamemode]_resets_left% | Number of times the player can reset his island | 1.5.0 |