Guest User

Untitled

a guest
Sep 21st, 2023
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.35 KB | None | 0 0
  1. menu_title: Flower-Block-GUI
  2. open_command: Flower-Block-GUI
  3. size: 36
  4. open_requirement:
  5.   requirements:
  6.     permission:
  7.       type: has permission
  8.       permission: deluxemenus.default
  9.       deny_commands:
  10.         - "[message] &cYou dont have permission to do that!"
  11. items:
  12.   dandelion:
  13.     material: dandelion
  14.     slot: 1
  15.     display_name: "&b& Dandelion "
  16.     lore:
  17.       - "&eClick me to buy this item"
  18.     left_click_commands:
  19.       - "[player] buy dandelion 64"
  20.       - "[close]"
  21.   Poppy:
  22.     material: Poppy
  23.     slot: 3
  24.     display_name: "&b& Poppy"
  25.     lore:
  26.       - "&eClick me to buy this item"
  27.     left_click_commands:
  28.       - "[player] buy Poppy 64"
  29.       - "[close]"
  30.   blue_orchid:
  31.     material: blue_orchid
  32.     slot: 5
  33.     display_name: "&b& Blue Orchid"
  34.     lore:
  35.       - "&eClick me to buy this item"
  36.     left_click_commands:
  37.       - "[player] buy blue_orchid 64"
  38.       - "[close]"
  39.   allium:
  40.     material: allium
  41.     slot: 7
  42.     display_name: "&b& Allium"
  43.     lore:
  44.       - "&eClick me to buy this item"
  45.     left_click_commands:
  46.       - "[player] buy allium 64"
  47.       - "[close]"
  48.   azure_bluet:
  49.     material: azure_bluet
  50.     slot: 9
  51.     display_name: "&b& Azure Bluet"
  52.     lore:
  53.       - "&eClick me to buy this item"
  54.     left_click_commands:
  55.       - "[player] buy Azure Bluet 64"
  56.       - "[close]"
  57.   red_tulip:
  58.     material: red_tulip
  59.     slot: 11
  60.     display_name: "&b& Red Tulip"
  61.     lore:
  62.       - "&eClick me to buy this item"
  63.     left_click_commands:
  64.       - "[player] buy red_tulip 64"
  65.       - "[close]"
  66.   orange_tulip:
  67.     material: orange_tulip
  68.     slot: 13
  69.     display_name: "&b& Orange Tulip"
  70.     lore:
  71.       - "&eClick me to buy this item"
  72.     left_click_commands:
  73.       - "[player] buy orange_tulip 64"
  74.       - "[close]"
  75.   white_tulip:
  76.     material: white_tulip
  77.     slot: 15
  78.     display_name: "&b& White Tulip"
  79.     lore:
  80.       - "&eClick me to buy this item"
  81.     left_click_commands:
  82.       - "[player] buy white_tulip 64"
  83.       - "[close]"
  84.   pink_tulip:
  85.     material: pink_tulip
  86.     slot: 17
  87.     display_name: "&b& Pink Tulip"
  88.     lore:
  89.       - "&eClick me to buy this item"
  90.     left_click_commands:
  91.       - "[player] buy pink_tulip 64"
  92.       - "[close]"
  93.   oxeye_daisy:
  94.     material: oxeye_daisy
  95.     slot: 19
  96.     display_name: "&b& Oxeye Daisy"
  97.     lore:
  98.       - "&eClick me to buy this item"
  99.     left_click_commands:
  100.       - "[player] buy oxeye_daisy 64"
  101.       - "[close]"
  102.   Cornflower:
  103.     material: Cornflower
  104.     slot: 21
  105.     display_name: "&b& Cornflower"
  106.     lore:
  107.       - "&eClick me to buy this item"
  108.     left_click_commands:
  109.       - "[player] buy cornflower 64"
  110.       - "[close]"
  111.   lily_of_the_valley:
  112.     material: lily_of_the_valley
  113.     slot: 23
  114.     display_name: "&b& lily_of_the_valley"
  115.     lore:
  116.       - "&eClick me to buy this item"
  117.     left_click_commands:
  118.       - "[player] buy lily_of_the_valley 64"
  119.       - "[close]"
  120. spore_blossom:
  121.   material: spore_blossom
  122.   slot: 25
  123.   display_name: "&b& Spore Blossom"
  124.   lore:
  125.     - "&eClick me to buy this item"
  126.   left_click_commands:
  127.     - "[player] buy spore_blossom 64"
  128.     - "[close]"
  129. redstone_torch:
  130.   material: redstone_torch
  131.   slot: 27
  132.   display_name: "&b&l Go Back "
  133.   lore:
  134.     - "&eClick me to teleport to the Return to the Block Materials GUI "
  135.   left_click_commands:
  136.     - "[player] Blocks-Materials-GUI"
  137.  
Advertisement
Add Comment
Please, Sign In to add comment