Added %[gamemode]_deaths% placeholder

Florian CUNY 2020-02-19 01:02:25 +01:00
parent 9eb5537655
commit 774c1bb5c2

@ -28,7 +28,7 @@ As of [BentoBox 1.4.0](https://github.com/BentoBoxWorld/BentoBox/releases/tag/1.
As of [1.5.0](https://github.com/BentoBoxWorld/BentoBox/releases/tag/1.5.0), changes were made (and some placeholders added) to ensure a more fluent and convenient usage of these placeholders.
**Available default placeholders in 1.8.0.**
**Available default placeholders in 1.12.0.**
| Placeholder | Description | Version |
|-------------------------------------------------------|--------------------------------------------------------------------------------|-----------|
@ -70,6 +70,7 @@ As of [1.5.0](https://github.com/BentoBoxWorld/BentoBox/releases/tag/1.5.0), cha
| %[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 |
| %[gamemode]_deaths% | Number of times the player died | 1.12.0 |
## See also
Gamemodes and Addons can also bring their own placeholders. We highly recommend that you look up the following pages, which are likely more adapted to your needs.