Sobky

Parkour - Reward - RewardRepository.yml

Apr 15th, 2022
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.03 KB | None | 0 0
  1. MapFirstCompletion:
  2.   Name: Map's First Completion
  3.   Description: Given to player at first completion.
  4.   Icon:
  5.     Material: DIAMOND_BLOCK
  6.     MaterialData: 0
  7.     Enchantment: false
  8.     Color: 255:255:255
  9.     CustomModelData: 0
  10.     ItemFlags:
  11.      - HIDE_ENCHANTS
  12.       - HIDE_ATTRIBUTES
  13.     HeadName: Map's First Completion
  14.     Lore: [ ]
  15.   Reward:
  16.     Amount:
  17.       Vault: 0.0
  18.       RankPoint: 30
  19.     ItemList: [ ]
  20.     CommandList:
  21.      - tell {player} Hey! You have been rewarded!
  22. MapCommonCompletion:
  23.   Name: Map's Common Completion
  24.   Description: Given to player at repeated completion.
  25.   Icon:
  26.     Material: DIAMOND
  27.     MaterialData: 0
  28.     Enchantment: false
  29.     Color: 255:255:255
  30.     CustomModelData: 0
  31.     ItemFlags:
  32.      - HIDE_ENCHANTS
  33.       - HIDE_ATTRIBUTES
  34.     HeadName: Map's Common Completion
  35.     Lore: [ ]
  36.   Reward:
  37.     Amount:
  38.       Vault: 0.0
  39.       RankPoint: 5
  40.     ItemList: [ ]
  41.     CommandList:
  42.      - tell {player} Hey! You have been rewarded again from this map!
  43. EventFirstPlace:
  44.   Name: Event's First Place
  45.   Description: Given to player who ended at first place.
  46.   Icon:
  47.     Material: LEATHER_CHESTPLATE
  48.     MaterialData: 0
  49.     Enchantment: false
  50.     Color: 255:215:0
  51.     CustomModelData: 0
  52.     ItemFlags:
  53.      - HIDE_ENCHANTS
  54.       - HIDE_ATTRIBUTES
  55.     HeadName: Event's First Place
  56.     Lore: [ ]
  57.   Reward:
  58.     Amount:
  59.       Vault: 50.0
  60.       RankPoint: 30
  61.     ItemList: [ ]
  62.     CommandList:
  63.      - tell {player} Event! You ended at first place. Congratulation!
  64. EventSecondPlace:
  65.   Name: Event's Second Place
  66.   Description: Given to player who ended at second place.
  67.   Icon:
  68.     Material: LEATHER_CHESTPLATE
  69.     MaterialData: 0
  70.     Enchantment: false
  71.     Color: 211:211:211
  72.     CustomModelData: 0
  73.     ItemFlags:
  74.      - HIDE_ENCHANTS
  75.       - HIDE_ATTRIBUTES
  76.     HeadName: Event's Second Place
  77.     Lore: [ ]
  78.   Reward:
  79.     Amount:
  80.       Vault: 50.0
  81.       RankPoint: 30
  82.     ItemList: [ ]
  83.     CommandList:
  84.      - tell {player} Event! You ended at second place.
  85. EventThirdPlace:
  86.   Name: Event's Third Place
  87.   Description: Given to player who ended at third place.
  88.   Icon:
  89.     Material: LEATHER_CHESTPLATE
  90.     MaterialData: 0
  91.     Enchantment: false
  92.     Color: 177:86:15
  93.     CustomModelData: 0
  94.     ItemFlags:
  95.      - HIDE_ENCHANTS
  96.       - HIDE_ATTRIBUTES
  97.     HeadName: Event's Third Place
  98.     Lore: [ ]
  99.   Reward:
  100.     Amount:
  101.       Vault: 50.0
  102.       RankPoint: 30
  103.     ItemList: [ ]
  104.     CommandList:
  105.      - tell {player} Event! You ended at third place.
  106. EventFourthPlace:
  107.   Name: Event's Fourth Place
  108.   Description: Given to player who ended at fourth place.
  109.   Icon:
  110.     Material: LEATHER_CHESTPLATE
  111.     MaterialData: 0
  112.     Enchantment: false
  113.     Color: 183:146:104
  114.     CustomModelData: 0
  115.     ItemFlags:
  116.      - HIDE_ENCHANTS
  117.       - HIDE_ATTRIBUTES
  118.     HeadName: Event's Fourth Place
  119.     Lore: [ ]
  120.   Reward:
  121.     Amount:
  122.       Vault: 50.0
  123.       RankPoint: 30
  124.     ItemList: [ ]
  125.     CommandList:
  126.      - tell {player} Event! You ended at fourth place.
  127. EventFifthPlace:
  128.   Name: Event's Fifth Place
  129.   Description: Given to player who ended at fifth place.
  130.   Icon:
  131.     Material: LEATHER_CHESTPLATE
  132.     MaterialData: 0
  133.     Enchantment: false
  134.     Color: 183:146:104
  135.     CustomModelData: 0
  136.     ItemFlags:
  137.      - HIDE_ENCHANTS
  138.       - HIDE_ATTRIBUTES
  139.     HeadName: Event's Fifth Place
  140.     Lore: [ ]
  141.   Reward:
  142.     Amount:
  143.       Vault: 50.0
  144.       RankPoint: 30
  145.     ItemList: [ ]
  146.     CommandList:
  147.      - tell {player} Event! You ended at fifth place.
  148. EventParticipation:
  149.   Name: Participation at Event
  150.   Description: Given to player who participated at event.
  151.   Icon:
  152.     Material: LEATHER_BOOTS
  153.     MaterialData: 0
  154.     Enchantment: false
  155.     Color: 255:255:255
  156.     CustomModelData: 0
  157.     ItemFlags:
  158.      - HIDE_ENCHANTS
  159.       - HIDE_ATTRIBUTES
  160.     HeadName: Participation at Event
  161.     Lore: [ ]
  162.   Reward:
  163.     Amount:
  164.       Vault: 10.0
  165.       RankPoint: 0
  166.     ItemList: [ ]
  167.     CommandList:
  168.      - tell {player} Event! Thanks for participating!
Add Comment
Please, Sign In to add comment