Variable/Placeholders
The plugin allows placeholders that dynamically generate text.
| Variable | Alias | Description |
|---|---|---|
| {prefix} | {p} | Plugin's prefix |
| {list} | List of crates | |
| {player} | Player's name | |
| {player-name} | Player's display name | |
| {crate} | Crate's identifier | |
| {crate-name} | Crate's display name | |
| {item} | The item's name | |
| {material} | The item's material name | |
| {amount} | The item's amount | |
| {lore:#} | Lore line of the crate's item | |
| {type} | Type name | |
| {cost} | Crate cost | |
| {chance} | Weighted chance | |
| {raw-chance} | Raw Unformatted Chance | |
| {random:#,#} | Random number [min, max] | |
| {random-similar:#,#} | Same in-line random number [min, max] | |
| {#012345} | RGB Support |