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
  drop: true

reward_3:
  reward_type: level
  modifier: add
  amount: 25
  notify: false

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!'

reward_9:
  reward_type: message
  messages:
    - '{0} &fHello &e%player_name%&f!'
  trigger:
    - 'reward_8:1.0' # reward_id:chance

reward_10:
  reward_type: sound
  sounds:
    - 'ENTITY_CREEPER_HURT:1.0:1.0:0.0' # sound_name:volume:pitch:delay
    
reward_11:
  reward_type: item
  imported_item: 'item_1' # file name of the custom imported item
file-download
1KB

Last updated