Added %[gamemode]_island_uuid% placeholder.

https://github.com/BentoBoxWorld/BentoBox/issues/1548
This commit is contained in:
tastybento 2020-12-27 18:11:55 -08:00
parent e5485dcbbc
commit 20ba8347a1

View File

@ -53,6 +53,11 @@ public enum GameModePlaceholder {
}
return island.getName();
}),
/**
* Return island unique ID
* @since 1.15.4
*/
ISLAND_UUID("island_uuid", (addon, user, island) -> island == null ? "" : island.getUniqueId()),
/**
* Returns the coordinates of the island's center.
* @since 1.5.0