Guest User

purchase-menu.yml

a guest
Jul 20th, 2021
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.08 KB | None | 0 0
  1. default-menu: 'default'
  2.  
  3. no-permission-message:
  4.   message:
  5.    - '&8&m--------------------------------'
  6.     - '&cNo Permission'
  7.     - '&8&m--------------------------------'
  8.   title: '&cNo Permission'
  9.   subtitle: '&7You cannot execute this command!'
  10.   action-bar: '&cNo Permission'
  11.   sound: 'ANVIL_BREAK'
  12. insufficient-credits-message:
  13.   message:
  14.    - '&8&m--------------------------------'
  15.     - '&cInsufficient Credits!'
  16.     - '&cRequired: &f%required%'
  17.     - '&cBalance: &f%balance%'
  18.     - '&8&m--------------------------------'
  19.   title: ''
  20.   subtitle: ''
  21.   action-bar: ''
  22.   sound: 'ANVIL_BREAK'
  23.  
  24. menus:
  25.   default:
  26.     permission: 'astrodonations.menu.default'
  27.     size: 27
  28.     title: '&5&l| &dServer Store'
  29.     items:
  30.       dark-glass:
  31.         material: 'STAINED_GLASS_PANE'
  32.         data: 15
  33.         name: ''
  34.         lore: []
  35.         slots: [0, 1, 2, 3, 4, 5, 6, 7, 8, 18, 19, 20, 21, 22, 23, 24, 25, 26]
  36.       light-glass:
  37.         material: 'STAINED_GLASS_PANE'
  38.         data: 8
  39.         name: ''
  40.         lore: []
  41.         slots: [9, 10, 11, 13, 15, 16, 17]
  42.       ranks:
  43.         material: 'PAPER'
  44.         data: 0
  45.         name: '&5&l| &dRanks'
  46.         lore:
  47.          - ''
  48.           - '&7View the ranks we have to offer!'
  49.         slots: [12]
  50.         menu: 'ranks'
  51.       crates:
  52.         material: 'ENDER_CHEST'
  53.         data: 0
  54.         name: '&5&l| &dCrates'
  55.         lore:
  56.          - ''
  57.           - '&7View the crates available for purchase!'
  58.         slots: [14]
  59.         menu: 'crates'
  60.   ranks:
  61.     permission: 'astrodonations.menu.ranks'
  62.     size: 27
  63.     title: '&5&l| &dRanks'
  64.     items:
  65.       dark-glass:
  66.         material: 'STAINED_GLASS_PANE'
  67.         data: 15
  68.         name: ''
  69.         lore: []
  70.         slots: [0, 1, 2, 3, 4, 5, 6, 7, 8, 18, 19, 20, 21, 22, 23, 24, 25, 26]
  71.       light-glass:
  72.         material: 'STAINED_GLASS_PANE'
  73.         data: 8
  74.         name: ''
  75.         lore: []
  76.         slots: [9, 10, 11, 12, 14, 15, 16, 17]
  77.       cool-rank:
  78.         package: 'rank'
  79.         credits-price: 100
  80.         counts-towards-goals: false
  81.         material: 'DIAMOND'
  82.         name: '&5&lCool Rank'
  83.         lore:
  84.          - ''
  85.           - '&7The coolest rank we have to offer.'
  86.           - '&7Get cool perks and stuff.'
  87.           - ''
  88.           - '&dCost - &f100 Credits'
  89.           - ''
  90.           - '&7&oLeft-Click to redirect to our store website'
  91.           - '&7&oRight-Click to purchase with credits'
  92.         slots: [13]
  93.         link-message:
  94.           message:
  95.            - '&8&m--------------------------------'
  96.             - '&cPurchase this package at:'
  97.             - '&f&nhttps:store.yourserver.com/ranks'
  98.             - '&8&m--------------------------------'
  99.           title: ''
  100.           subtitle: ''
  101.           action-bar: ''
  102.           sound: 'FIZZ'
  103.   crates:
  104.     permission: 'astrodonations.menu.crates'
  105.     size: 27
  106.     title: '&5&l| &dCrates'
  107.     items:
  108.       dark-glass:
  109.         material: 'STAINED_GLASS_PANE'
  110.         data: 15
  111.         name: ''
  112.         lore: [ ]
  113.         slots: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 18, 19, 20, 21, 22, 23, 24, 25, 26]
  114.       light-glass:
  115.         material: 'STAINED_GLASS_PANE'
  116.         data: 8
  117.         name: ''
  118.         lore: [ ]
  119.         slots: [ 9, 10, 11, 12, 14, 15, 16, 17 ]
  120.       cool-crate:
  121.         package: 'crate'
  122.         credits-price: 50
  123.         counts-towards-goals: true
  124.         material: 'CHEST'
  125.         data: 0
  126.         name: '&5&lCool Crate'
  127.         lore:
  128.          - ''
  129.           - '&7The coolest crate we have.'
  130.           - '&7Win cool stuff I think.'
  131.           - ' '
  132.           - '&dCost - &f50 Credits'
  133.           - ''
  134.           - '&7&oLeft-Click to redirect to our store website'
  135.           - '&7&oRight-Click to purchase with credits'
  136.         slots: [13]
  137.         link-message:
  138.           message:
  139.            - '&8&m--------------------------------'
  140.             - '&cPurchase this package at:'
  141.             - '&f&nhttps:store.yourserver.com/crates'
  142.             - '&8&m--------------------------------'
  143.           title: ''
  144.           subtitle: ''
  145.           action-bar: ''
  146.           sound: 'FIZZ'
Add Comment
Please, Sign In to add comment