Rewards Configuration (rewards.yml)

reward_1:
  reward_type: economy
  economy_provider: vault
  currency_name: money
  modifier: add
  amount: 100
  notify: true

reward_2:
  reward_type: exp
  modifier: add
  amount: 25
  notify: true

reward_3:
  reward_type: level
  modifier: add
  amount: 25

reward_4:
  reward_type: skill_level
  skill_name: MINING
  modifier: add
  amount: 50

reward_5:
  reward_type: skill_exp
  skill_name: FIGHTING
  modifier: remove
  amount: 50

reward_6:
  reward_type: item
  material: LAPIS_LAZULI
  amount: 1
  amount_range: "1-3"
  name: '&bMagical Lapis Lazuli'
  lore: []
  enchantments: []
  tags: []
  item_flags: []
  custom_model_data: 0
  directly_to_inventory: true

reward_7:
  reward_type: command
  commands:
    - 'say {0} Hello, world!'

reward_8:
  reward_type: message
  messages:
    - '{0} &fHello &e%player_name%&f!'

Last updated