Sobky

AdventSeason - Reward - Example - RewardRepository.yml

Nov 8th, 2020 (edited)
1,915
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.06 KB | None | 0 0
  1. Example_Head:
  2.   Name: "Legendary head"
  3.   Description: "Head of Developer" #Optional
  4.   Icon:
  5.     Material: "SKULL_ITEM"
  6.     MaterialData: 3 #No need at versions 1.13 and above
  7.     SkullData: "SobkySK"
  8.     Enchantment: false
  9.     HeadName: "&6Head of Developer"
  10.     Lore: []
  11.     Color: 255:255:255
  12.     CustomModelData: 0
  13.     ItemFlags:
  14.    - HIDE_ENCHANTS
  15.     - HIDE_ATTRIBUTES
  16.   Reward:
  17.     Amount:
  18.       Vault: 0
  19.       PlayerPoint: 0
  20.       Experience: 0
  21.     ItemList: []
  22.     CommandList:
  23.      - 'give {player} skull 1 3 {display:{Name:"§6Head of Developer"},SkullOwner:{Name:"SobkySK"}}'
  24. Example_Economy:
  25.   Name: "Economy Reward"
  26.   Description: "Package of money" #Optional
  27.   Icon:
  28.     Material: "EMERALD"
  29.     MaterialData: 0 #No need at versions 1.13 and above
  30.     Enchantment: true
  31.     HeadName: "&6Package of money"
  32.     Lore: []
  33.     Color: 255:255:255
  34.     CustomModelData: 0
  35.     ItemFlags:
  36.    - HIDE_ENCHANTS
  37.     - HIDE_ATTRIBUTES
  38.   Reward:
  39.     Amount:
  40.       Vault: 10
  41.       PlayerPoints: 10
  42.       Experiences: 100
  43.     ItemList: []
  44.     CommandList: []
Add Comment
Please, Sign In to add comment