mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-03 05:51:43 +01:00
Added %[gamemode]_island_uuid% placeholder.
https://github.com/BentoBoxWorld/BentoBox/issues/1548
This commit is contained in:
parent
e5485dcbbc
commit
20ba8347a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user