Configuration

View the Configuration Files for Piggys.

config.yml
# Piggys

settings:
  min: 1
  max: 500000
message:
  prefix: '&8[&5PiggyBanks&8]'
  no_permission: '{0} &cYou don''t have permissions to do that.'
  player_only: '{0} &cThe command or args specified can only be used by a player.'
  invalid_command: '{0} &7That command couldn''t be found.'
  invalid_player: '{0} &7That player couldn''t be found.'
  invalid_number: '{0} &7You need to specify a number.'
  insufficient_funds: '{0} &7You do not have enough money to withdraw that.'
  main_command: '{0} &7Use &d/withdraw <amount> &7to withdraw money.'
  reload_command: '{0} &7Successfully reloaded the configuration file.'
  withdraw_command: '{0} &7You''ve moved &d{1} &7to a Piggy Bank&7.'
  give_command: '{0} &7You''ve given &d{1} &7a piggy bank worth &f${2}&7.'
  piggy_bank_name: '&d{0}''s Piggy Bank'
  piggy_bank_lore:
  - '&a'
  - '&7Balance: &f${1}'
  - '&b'
  - '&7Right click to redeem!'
  - '&c'
  redeem_self: '{0} &7You''ve deposited &d${1} &7from your Piggy Bank to your balance.'
  redeem_other: '{0} &7You''ve deposited &d${1} &7from &f{2} &7to your balance.'
  console: Console
  out_of_range: '{0} &7Please choose an amount between &d{1} &7and &d{2}&7.'

Last updated