Skip to content

tokens.yml

Ján Kluka edited this page Jul 10, 2025 · 14 revisions
messages:
  cooldown: '&ePlease wait %time% seconds before executing this command again.'
  no_permission: '&e&lTOKENS &8» &fYou do not have permission to do that!'
  not_enough_tokens: '&e&lTOKENS &8» &fYou don''t have enough tokens'
  your_tokens: '&e&lTOKENS &8» &fYou have &e%tokens% &fTokens'
  other_tokens: '&e&lTOKENS &8» &e%player%''s Tokens: %tokens%'
  withdraw_successful: '&e&lTOKENS &8» &fYou have withdrawn &e%value%x %amount% Tokens!'
  admin_set_tokens: '&e&lTOKENS &8» &fSuccessfuly set &e%player%''s &ftokens to &e%tokens%.'
  admin_give_tokens: '&e&lTOKENS &8» &fSuccessfuly given &e%tokens% &ftokens to &e%player%.'
  admin_remove_tokens: '&e&lTOKENS &8» &fSuccessfuly removed &e%tokens% &ftokens from
    &e%player%.'
  not_token_item: '&e&lTOKENS &8» &fThis is not a token item!'
  tokens_redeem: '&e&lTOKENS &8» &eYou redeemed &f%tokens% &etoken(s)'
  tokens_send: '&e&lTOKENS &8» &eYou have sent &f%tokens% &eto &f%player%'
  tokens_cant_send_to_yourself: '&e&lTOKENS &8» &fYou can''t send tokens to yourself.'
  tokens_received: '&e&lTOKENS &8» &eYou received &f%tokens% &efrom &f%player%.'
  tokens_received_console: '&e&lTOKENS &8» &fYou have received &f%tokens% tokens&f.'
  not_a_number: '&f%input% is not a number!'
  player_not_online: '&e&lPRISON &8» &fPlayer &e%player%  &fis not online!'
  top_updating: '&e&lTOPLIST &8» &fCurrently updating'
  top_weekly_reset: '&e&lUPDATE &8» &fTime Left: &e%time%'
  token_message_disabled: '&e&lTOKENS &8» &fMessages &e&lOFF'
  token_message_enabled: '&e&lTOKENS &8» &fMessages &e&lON'
  tokens_received_mining: '&e&lTOKENS &8» &fYou found &e%amount% Tokens &fwhile mining'

# Starting tokens for players
starting-tokens: 1000
tokens:
  breaking:
    chance: 5.0
    # Maximum amount of tokens to receive
    max: 5
    # Minimum amount of tokens to receive
    min: 1
  # Physical token item settings
  item:
    material: SUNFLOWER
    custom_model_data: 0
    name: '&ex%amount% &fTokens'
    lore:
      - '&e➥ &fRight-Click to Redeem'


# Should players receive token messages when mining?
display-token-messages: true
# Interval in minutes for saving player data into database
player_data_save_interval: 10
# Cooldown in seconds to check other player's tokens balances (/tokens <player>)
tokens-command-cooldown: 5
# Amount of players displayed in top lists
top_players_amount: 10
world-whitelist: []
tokens-top-format:
  - '&e&m-------&f&m-------&e&m--------&f&m--------&e&m--------&f&m-------&e&m-------'
  - '&e&lTOKENS TOP'
  - '{FOR_EACH_PLAYER} &f&l#%position%. &e%player% &8» &f%tokens% Tokens'
  - '&e&m-------&f&m-------&e&m--------&f&m--------&e&m--------&f&m-------&e&m-------'
# Aliases for /tokens command
tokens-command-aliases:
  - token
  - tokens
# Aliases for /tokenstop command
tokens-top-command-aliases:
  - tokentop
  - tokenstop
# Aliases for /tokenmessage command
token-message-command-aliases:
  - tokenmessage
  - tokenmessages

Clone this wiki locally