Config.yml

Value

Description

version

Current version of the plugin (do not modify it)

enabled

Enable/disable plugin

prefix

Plugin's prefix

enableSound

Enable/disable sounds

actionSound

Action sound value

claimSound

Claim sound value

Clean Configuration Document

version: v1.0
enabled: true
settings:
  prefix: '&7&lUltimateRewards ยป'
  enableSound: true
  actionSound: UI_BUTTON_CLICK
  claimSound: ENTITY_PLAYER_LEVELUP
autoPurge:
  enabled: true
  debug: false
  time: 5
messages:
  isOffline: '&c&lSorry! &cThis player is offline.'
  isntAvailable: '&c&lSorry! &cIsn''t available currently, maybe try again.'
  noPermission: '&c&lSorry! &cYou have no permission to do that.'
  noSuchReward: '&c&lSorry! &cNo such reward exists.'
  cooldownMessage: '&6&lWAIT! &6Claiming {reward} &6will be available for you within
    &7&l{time} &6.'
  noCooldown: '&6&lSorry! &7&l{player} &cdoesn''t have cooldown on {reward} &creward.'
  resetCooldownMessage: '&a&lSUCCESS! &aYou reset &7&l{player}''s {reward} &areward
    cooldown successfully!'
  giveMessage: '&a&lSUCCESS! &aYou gave {reward} &ato &7&l{player} &asuccessfully!'
  claimMessage: '&a&lSUCCESS! &aYou''ve claimed {reward} &a!'
  claimFormat: '&a&lCLAIM NOW!'
  listTitle: '&d&l&nAVAILABLE REWARDS:'
  hoverFormat: '&a&lClick to claim!'
  wrongMessage: '&c&lFAILED! &cSomething went wrong with claiming {reward} reward.'
  reloadMessage: '&a&lSUCCESS! &aYou reloaded {reloaded} successfully!'
  saveMessage: '&a&lSUCCESS! &aYou saved all data successfully!'
  purgeMessage: '&a&lSUCCESS! &aYou purged every cooldown that exists.'

Last updated

Was this helpful?