Placeholders
This page lists all placeholders included in CrazyCrates.
Placeholders
Section titled “Placeholders”| Placeholder | Example | Description |
|---|---|---|
%crazycrates_[crate]_physical_raw% |
%crazycrates_galactic_physical_raw% |
Returns the raw amount of physical keys a player has in their inventory. |
%crazycrates_[crate]_physical% |
%crazycrates_galactic_physical% |
Returns the formatted amount of physical keys a player has in their inventory. |
%crazycrates_[crate]_total_raw% |
%crazycrates_galactic_total_raw% |
Returns the raw total amount of virtual and physical keys a player has. |
%crazycrates_[crate]_total% |
%crazycrates_galactic_total% |
Returns the formatted total amount of virtual and physical keys a player has. |
%crazycrates_[crate]_opened_raw% |
%crazycrates_galactic_opened_raw% |
Returns the raw amount of times a player has opened an individual crate. |
%crazycrates_[crate]_opened% |
%crazycrates_galactic_opened% |
Returns the formatted amount of times a player has opened an individual crate. |
%crazycrates_[crate]_raw% |
%crazycrates_galactic_raw% |
Returns the raw amount of virtual keys a player has. |
%crazycrates_[crate]% |
%crazycrates_galactic% |
Returns the formatted amount of virtual keys a player has. |
| Placeholder | Example | Description |
|---|---|---|
%crazycrates_crates_opened_raw% |
%crazycrates_crates_opened_raw% |
Returns the raw total amount of crates opened. |
%crazycrates_crates_opened% |
%crazycrates_crates_opened% |
Returns the formatted total amount of crates opened. |
{player} is replaced by the player name parsed through PlaceholderAPI. You do not have to use {player} all the time and simply insert Rukkhadevata
| Placeholder | Example | Description |
|---|---|---|
%crazycrates_[player]_[crate]_opened% |
%crazycrates_Rukkhadevata_galactic_opened% | Returns the formatted amount of this particular crate opened. |
%crazycrates_[player]_[crate]_physical_raw% |
%crazycrates_{player}_galactic_physical_raw% | Returns the raw amount of physical keys a player has in their inventory. |
%crazycrates_[player]_[crate]_physical% |
%crazycrates_Rukkhadevata_galactic_physical% | Returns the formatted amount of physical keys a player has in their inventory. |
%crazycrates_[player]_[crate]_virtual_raw% |
%crazycrates_{player}_galactic_virtual_raw% | Returns the raw amount of virtual keys a player has. |
%crazycrates_[player]_[crate]_virtual% |
%crazycrates_Rukkhadevata_galactic_virtual% | Returns the formatted amount of virtual keys a player has. |
%crazycrates_[player]_[crate]_total_raw% |
%crazycrates_{player}_galactic_total_raw% | Returns the raw total amount of virtual and physical keys a player has. |
%crazycrates_[player]_[crate]_total% |
%crazycrates_Rukkhadevata_galactic_total% | Returns the formatted total amount of virtual and physical keys a player has. |
%crazycrates_[player]_[crate]_opened_raw% |
%crazycrates_{player}_galactic_opened_raw% | Returns the raw amount of this particular crate opened. |
%crazycrates_[player]_opened_raw% |
%crazycrates_Rukkhadevata_opened_raw% | Returns the raw total amount of crates opened. |
%crazycrates_[player]_opened% |
%crazycrates_{player}_opened% | Returns the formatted total amount of crates opened. |
%random%:min-max
- Minimum (the lowest the number can go)
- Maximum (the highest the number can go)
Commands:- 'eco give %player% %random%:10000-100000'| Placeholder | Description |
|---|---|
%crate_opened_raw% |
Returns the unformatted amount of how many times you opened this crate. |
%crate_opened% |
Returns the formatted amount of how many times you opened this crate. |
%keys_physical_raw% |
Returns the unformatted amount of how many physical keys you have for this crate. |
%keys_physical% |
Returns the formatted amount of how many physical keys you have for this crate. |
%keys_total_raw% |
Returns the unformatted amount of how many keys you have for this crate. |
%keys_total% |
Returns the formatted amount of how many keys you have for this crate. |
%keys_raw% |
Returns the unformatted amount of how many virtual keys you have for this crate. |
%keys% |
Returns the formatted amount of how many virtual keys you have for this crate. |