# Placeholders

The following placeholders are available inside plugin configuration files only.

# Crate Placeholders

  • %crate_id% - Crate unique identifier (file name).
  • %crate_name% - Crate display name.
  • %crate_description% - Crate description.
  • %crate_permission% - Crate permission node.
  • %crate_open_cooldown% - Formatted open cooldown time.
  • %crate_open_cost% - Formatted open costs.
  • %crate_last_opener% - Display name of the latest player that opened the crate.
  • %crate_last_reward% - Display name of the latest reward rolled in the crate.

# Key Placeholders

  • %key_id% - Key unique identifier (file name).
  • %key_name% - Key display name.
  • %key_virtual% - Whether key is virtual.

# Reward Placeholders

  • %reward_id% - Reward unique identifier.
  • %reward_name% - Reward display name.
  • %reward_description% - Reward description.
  • %reward_weight% - Reward weight.
  • %reward_roll_chance% - Reward roll chance.
  • %reward_rarity_name% - Display name of the reward's rarity.
  • %reward_rarity_weight% - Weight value of the reward's rarity.
  • %reward_rarity_roll_chance% - Roll chance of the reward's rarity.