Advertisement
aspiriamc

Untitled

Aug 12th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.18 KB | None | 0 0
  1. rewards:
  2.   '0':
  3.     value: 0
  4.     default_item: COAL_BLOCK;%amount%;0
  5.     default_name: '&cReward #%amount%'
  6.     default_glow: false
  7.     default_lore:
  8.    - '&7Come back every day to'
  9.     - '&7receive even better rewards!'
  10.     - ''
  11.     - '&e&lReward:'
  12.     - '&f5 iron ingots, 3 saplings, $500'
  13.     received_item: EMERALD_BLOCK;%amount%;0
  14.     received_name: '&aReward #%amount%'
  15.     received_glow: false
  16.     received_lore:
  17.    - '&7Keep up the streak to receive'
  18.     - '&7even better rewards!'
  19.     - ''
  20.     - '&a&lCompleted!'
  21.     pending_item: GOLD_BLOCK;%amount%;0
  22.     pending_name: '&eReward #%amount%'
  23.     pending_glow: true
  24.     pending_lore:
  25.    - '&7Come back tomorrow to receive'
  26.     - '&7this reward!'
  27.     - ''
  28.     - '&e&lReward:'
  29.     - '&f5 iron ingots, 3 saplings, $500'
  30.     actions:
  31.    - '[ConsoleCommand] give %player% ironingot 5'
  32.     - '[ConsoleCommand] give %player% sapling:1 3'
  33.     - '[VaultGive] 500' # Vault give is money give
  34.     - '[Message] &aYou have received a daily bonus of 5 iron ingots, 3 saplings and $500!'
  35.     permission_actions:
  36.    - '[Message] &aYou have received a daily bonus of 5 iron ingots, 3 saplings and $500!'
  37.     - '[VaultGive] 500'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement