Nktfh100

cosmetics.yml

Jan 1st, 2021 (edited)
1,510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.51 KB | None | 0 0
  1. coins:
  2.    taskCompleted: 3
  3.    sabotageFix: 5
  4.    reportedBody: 1
  5.    calledMeeting: 0
  6.    ejected: 0
  7.    completedAllTasks: 25
  8.    imposterKill: 2
  9.    murdered: 0
  10.    winCrewmate: 10
  11.    loseCrewmate: 0
  12.    winImposter: 20
  13.    loseImposter: 0
  14.  
  15. default_kill_sword: DIAMOND_SWORD
  16.  
  17. kill_sword:
  18.    DIAMOND_SWORD:
  19.       material: DIAMOND_SWORD
  20.       display_name: '&eDiamond Sword'
  21.       name: "Diamond Sword"
  22.       lore: # When item is selected
  23.          - '&aCurrently selected!'
  24.       lore2: # When item is owned but not selected
  25.          - '&aClick to equip'
  26.       lore3: # When item is not owned
  27.          - ''
  28.       price: 0
  29.       permission: ''
  30.    STONE_SWORD:
  31.       material: STONE_SWORD
  32.       display_name: '&eStone Sword'
  33.       name: "Stone Sword"
  34.       lore:
  35.         - '&aCurrently selected!'
  36.       lore2:
  37.         - '&aClick to equip'
  38.       lore3:
  39.          - '&7Cost: &65,000 Coins'
  40.          - ''
  41.          - '&eClick to purchase!'
  42.       price: 5000
  43.       permission: ''
  44.    STICK:
  45.       material: STICK
  46.       display_name: '&eStick'
  47.       name: "Stick"
  48.       lore:
  49.         - '&aCurrently selected!'
  50.       lore2:
  51.         - '&aClick to equip'
  52.       lore3:
  53.          - '&7Cost: &67,500 Coins'
  54.          - ''
  55.          - '&eClick to purchase!'
  56.       price: 7500
  57.       permission: ''
  58.    WOODEN_AXE:
  59.       material: WOODEN_AXE
  60.       display_name: '&eWooden Axe'
  61.       name: "Wooden Axe"
  62.       lore:
  63.         - '&aCurrently selected!'
  64.       lore2:
  65.         - '&aClick to equip'
  66.       lore3:
  67.          - '&7Cost: &610,000 Coins'
  68.          - ''
  69.          - '&eClick to purchase!'
  70.       price: 10000
  71.       permission: ''
  72.    BLAZE_ROD:
  73.       material: BLAZE_ROD
  74.       display_name: '&eBlaze Rod'
  75.       name: "Blaze Rod"
  76.       lore:
  77.         - '&aCurrently selected!'
  78.       lore2:
  79.         - '&aClick to equip'
  80.       lore3:
  81.          - '&7Cost: &650,000 Coins'
  82.          - ''
  83.          - '&eClick to purchase!'
  84.       price: 50000
  85.       permission: ''
  86.    FEATHER:
  87.       material: FEATHER
  88.       display_name: '&eFeather'
  89.       name: "Feather"
  90.       lore:
  91.         - '&aCurrently selected!'
  92.       lore2:
  93.         - '&aClick to equip'
  94.       lore3:
  95.         - '&7Can only be purchased at'
  96.          - '&7the server Store!'
  97.          - ''
  98.          - '&ehttp://store.server.net/'
  99.       price: 0
  100.       permission: amongus.kill_item.feather
  101.    CARROT_ON_A_STICK:
  102.       material: CARROT_ON_A_STICK
  103.       display_name: '&eCarrot on a Stick'
  104.       name: "Carrot on a stick"
  105.       lore:
  106.         - '&aCurrently selected!'
  107.       lore2:
  108.         - '&aClick to equip'
  109.       lore3:
  110.         - '&7Can only be purchased at'
  111.          - '&7the server Store!'
  112.          - ''
  113.          - '&ehttp://store.server.net/'
  114.       price: 0
  115.       permission: amongus.kill_item.carrot_on_a_stick
  116.    CARROT:
  117.       material: CARROT
  118.       display_name: '&eCarrot'
  119.       name: "Carrot"
  120.       lore:
  121.         - '&aCurrently selected!'
  122.       lore2:
  123.         - '&aClick to equip'
  124.       lore3:
  125.         - '&7Can only be purchased at'
  126.          - '&7the server Store!'
  127.          - ''
  128.          - '&ehttp://store.server.net/'
  129.       price: 0
  130.       permission: amongus.kill_item.carrot
  131.    GOLDEN_SWORD:
  132.       material: GOLDEN_SWORD
  133.       display_name: '&eGolden Sword'
  134.       name: "Golden Sword"
  135.       lore:
  136.         - '&aCurrently selected!'
  137.       lore2:
  138.         - '&aClick to equip'
  139.       lore3:
  140.          - '&7Cost: &6100,000 Coins'
  141.          - ''
  142.          - '&eClick to purchase!'
  143.       price: 100000
  144.       permission: ''
  145.  
Add Comment
Please, Sign In to add comment