Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
949
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.62 KB | None | 0 0
  1. # Elements of the bulk buy GUI
  2. amountSelectionGUIBulkBuy:
  3.  # Size of the GUI, valid values are 9, 18, 27, 36, 45 and 54
  4.   size: 18
  5.   # Choose if buttons type should be replaced with the bought item's type
  6.   replaceButtonsType: true
  7.   # Buttons
  8.   buttons:
  9.    # "Buy 1 stack" button
  10.     buy1:
  11.       item:
  12.         material: CHEST
  13.         quantity: 1
  14.         name: "&aBuy 1 stack"
  15.         lore:
  16.           - "&7Price: &c%buy%$"
  17.       # Value indicated the amount of stacks
  18.       value: 1
  19.       slot: 0
  20.     # "Buy 2 stacks" button
  21.     buy2:
  22.       item:
  23.         material: CHEST
  24.         quantity: 2
  25.         name: "&aBuy 2 stacks"
  26.         lore:
  27.           - "&7Price: &c%buy%$"
  28.       value: 2
  29.       slot: 1
  30.     # "Buy 3 stacks" button
  31.     buy3:
  32.       item:
  33.         material: CHEST
  34.         quantity: 3
  35.         name: "&aBuy 3 stacks"
  36.         lore:
  37.           - "&7Price: &c%buy%$"
  38.       value: 3
  39.       slot: 2
  40.     # "Buy 4 stacks" button
  41.     buy4:
  42.       item:
  43.         material: CHEST
  44.         quantity: 4
  45.         name: "&aBuy 4 stacks"
  46.         lore:
  47.           - "&7Price: &c%buy%$"
  48.       value: 4
  49.       slot: 3
  50.     # "Buy 5 stacks" button
  51.     buy5:
  52.       item:
  53.         material: CHEST
  54.         quantity: 5
  55.         name: "&aBuy 5 stacks"
  56.         lore:
  57.           - "&7Price: &c%buy%$"
  58.       value: 5
  59.       slot: 4
  60.     # "Buy 6 stacks" button
  61.     buy6:
  62.       item:
  63.         material: CHEST
  64.         quantity: 6
  65.         name: "&aBuy 6 stacks"
  66.         lore:
  67.           - "&7Price: &c%buy%$"
  68.       value: 6
  69.       slot: 5
  70.     # "Buy 7 stacks" button
  71.     buy7:
  72.       item:
  73.         material: CHEST
  74.         quantity: 7
  75.         name: "&aBuy 7 stacks"
  76.         lore:
  77.           - "&7Price: &c%buy%$"
  78.       value: 7
  79.       slot: 6
  80.     # "Buy 8 stacks" button
  81.     buy8:
  82.       item:
  83.         material: CHEST
  84.         quantity: 8
  85.         name: "&aBuy 8 stacks"
  86.         lore:
  87.           - "&7Price: &c%buy%$"
  88.       value: 8
  89.       slot: 7
  90.     # "Buy 9 stacks" button
  91.     buy9:
  92.       item:
  93.         material: CHEST
  94.         quantity: 9
  95.         name: "&aBuy 9 stacks"
  96.         lore:
  97.           - "&7Price: &c%buy%$"
  98.       value: 9
  99.       slot: 8
  100.     # "Cancel" button
  101.     cancel:
  102.       item:
  103.         material: RED_STAINED_GLASS
  104.         quantity: 1
  105.         name: "&c&lCancel"
  106.       slot: 13
  107.  
  108. # Elements of the bulk buy GUI
  109. amountSelectionGUIBulkSell:
  110.  # Size of the GUI, valid values are 9, 18, 27, 36, 45 and 54
  111.   size: 18
  112.   # Choose if buttons type should be replaced with the sold item's type
  113.   replaceButtonsType: true
  114.   # Buttons
  115.   buttons:
  116.    # "Sell 1 stack" button
  117.     sell1:
  118.       item:
  119.         material: CHEST
  120.         quantity: 1
  121.         name: "&aSell 1 stack"
  122.         lore:
  123.           - "&7Price: &c%sell%$"
  124.       # Value indicated the amount of stacks
  125.       value: 1
  126.       slot: 0
  127.     # "Sell 2 stacks" button
  128.     sell2:
  129.       item:
  130.         material: CHEST
  131.         quantity: 2
  132.         name: "&aSell 2 stacks"
  133.         lore:
  134.           - "&7Price: &c%sell%$"
  135.       value: 2
  136.       slot: 1
  137.     # "Sell 3 stacks" button
  138.     sell3:
  139.       item:
  140.         material: CHEST
  141.         quantity: 3
  142.         name: "&aSell 3 stacks"
  143.         lore:
  144.           - "&7Price: &c%sell%$"
  145.       value: 3
  146.       slot: 2
  147.     # "Sell 4 stacks" button
  148.     sell4:
  149.       item:
  150.         material: CHEST
  151.         quantity: 4
  152.         name: "&aSell 4 stacks"
  153.         lore:
  154.           - "&7Price: &c%sell%$"
  155.       value: 4
  156.       slot: 3
  157.     # "Sell 5 stacks" button
  158.     sell5:
  159.       item:
  160.         material: CHEST
  161.         quantity: 5
  162.         name: "&aSell 5 stacks"
  163.         lore:
  164.           - "&7Price: &c%sell%$"
  165.       value: 5
  166.       slot: 4
  167.     # "Sell 6 stacks" button
  168.     sell6:
  169.       item:
  170.         material: CHEST
  171.         quantity: 6
  172.         name: "&aSell 6 stacks"
  173.         lore:
  174.           - "&7Price: &c%sell%$"
  175.       value: 6
  176.       slot: 5
  177.     # "Sell 7 stacks" button
  178.     sell7:
  179.       item:
  180.         material: CHEST
  181.         quantity: 7
  182.         name: "&aSell 7 stacks"
  183.         lore:
  184.           - "&7Price: &c%sell%$"
  185.       value: 7
  186.       slot: 6
  187.     # "Sell 8 stacks" button
  188.     sell8:
  189.       item:
  190.         material: CHEST
  191.         quantity: 8
  192.         name: "&aSell 8 stacks"
  193.         lore:
  194.           - "&7Price: &c%sell%$"
  195.       value: 8
  196.       slot: 7
  197.     # "Sell 9 stacks" button
  198.     sell9:
  199.       item:
  200.         material: CHEST
  201.         quantity: 9
  202.         name: "&aSell 9 stacks"
  203.         lore:
  204.           - "&7Price: &c%sell%$"
  205.       value: 9
  206.       slot: 8
  207.     # "Cancel" button
  208.     cancel:
  209.       item:
  210.         material: RED_STAINED_GLASS
  211.         quantity: 1
  212.         name: "&c&lCancel"
  213.       slot: 13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement