From 21746fda1531925556ee73c2a6e89f417b3e0132 Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Mon, 8 Apr 2019 20:52:33 +0200 Subject: [PATCH] added %[gamemode]_rank% and %[gamemode]_world_islands% --- Placeholders.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Placeholders.md b/Placeholders.md index 6b23098..e136655 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -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 |