Skip to content

Placeholders

List of different placeholders that can be used in different parts of the plugin.

Usable places: Command option for prizes.

How to use: {random}:minimum-maximum

commands:
- 'eco give {player} {random}:10000-100000'
/crazyvouchers give money 1 badbones69 {random}:1-1000

These placeholders apply to all “Command:” options for vouchers in both the vouchers folder and VoucherCodes.yml files.

PlaceholderDescriptionExample
{player}Name of the player- 'eco give {player} 1000'
{world}World player is currently in- lp user {player} parent set crazyvouchers.redeem {world}
{z}X coordinate of the player.- 'tp {x} {y} {z}'
{y}Y coordinate of the player.- 'tp {x} {y} {z}'
{x}Z coordinate of the player.- 'tp {x} {y} {z}'
{random}Allows you to get a random number between any number- {random}:10000-100000