Advertisement
Guest User

Untitled

a guest
Aug 21st, 2021
788
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 11.59 KB | None | 0 0
  1. menu:
  2.   main:
  3.     name: "Player shops"
  4.     rows: 5
  5.     fill:
  6.       item:
  7.         material: GRAY_STAINED_GLASS_PANE
  8.         quantity: 1
  9.     buttons:
  10.       shops:
  11.         item:
  12.           material: CHEST
  13.           quantity: 1
  14.           name: "&6&lBrowse shops"
  15.           lore:
  16.             - "&7There are %number% player shops."
  17.         slot: 11
  18.       items:
  19.         item:
  20.           material: CHEST
  21.           quantity: 1
  22.           name: "&6&lBrowse items"
  23.           lore:
  24.            - "&7There are %number% items."
  25.         slot: 13
  26.       categories:
  27.         item:
  28.           material: CHEST
  29.           quantity: 1
  30.           name: "&6&lBrowse categories"
  31.           lore:
  32.            - "&7There are %number% categories."
  33.         slot: 15
  34.       searchShops:
  35.         item:
  36.           material: BOOK
  37.           quantity: 1
  38.           name: "&6&lSearch shops"
  39.         slot: 28
  40.       searchItems:
  41.         item:
  42.           material: PAPER
  43.           quantity: 1
  44.           name: "&6&lSearch items"
  45.         slot: 30
  46.       own:
  47.         item:
  48.           material: PLAYER_HEAD
  49.           quantity: 1
  50.           name: "&6&lYour shop"
  51.           lore:
  52.            - "&7You have %number%"
  53.             - "&7items in your shop."
  54.         slot: 32
  55.       unclaimed:
  56.         item:
  57.           material: ENDER_CHEST
  58.           quantity: 1
  59.           name: "&6&lUnclaimed items"
  60.           lore:
  61.            - "&7You have %number%"
  62.             - "&7unclaimed items."
  63.         slot: 34
  64.   shops:
  65.     name: "All shops"
  66.     rows: 6
  67.     fill:
  68.       item:
  69.         material: GRAY_STAINED_GLASS_PANE
  70.         quantity: 1
  71.     buttons:
  72.       previousPage:
  73.         item:
  74.           material: PAPER
  75.           quantity: 1
  76.           name: "&6&lPrevious page"
  77.         slot: 45
  78.       nextPage:
  79.         item:
  80.           material: PAPER
  81.           quantity: 1
  82.           name: "&6&lNext page"
  83.         slot: 53
  84.       refresh:
  85.         item:
  86.           material: NETHER_STAR
  87.           quantity: 1
  88.           name: "&6&lRefresh"
  89.         slot: 48
  90.       back:
  91.         item:
  92.           material: RED_STAINED_GLASS
  93.           quantity: 1
  94.           name: "&6&lReturn to main menu"
  95.         slot: 50
  96.     replaceLore: false
  97.     lore:
  98.       - "&7Owner: &6%owner%"
  99.       - "&7Items: &6%items%"
  100.   items:
  101.     name: "All items"
  102.     rows: 6
  103.     fill:
  104.       item:
  105.         material: GRAY_STAINED_GLASS_PANE
  106.         quantity: 1
  107.     buttons:
  108.       previousPage:
  109.         item:
  110.           material: PAPER
  111.           quantity: 1
  112.           name: "&6&lPrevious page"
  113.         slot: 45
  114.       nextPage:
  115.         item:
  116.           material: PAPER
  117.           quantity: 1
  118.           name: "&6&lNext page"
  119.         slot: 53
  120.       refresh:
  121.         item:
  122.           material: NETHER_STAR
  123.           quantity: 1
  124.           name: "&6&lRefresh"
  125.         slot: 48
  126.       back:
  127.         item:
  128.           material: RED_STAINED_GLASS
  129.           quantity: 1
  130.           name: "&6&lReturn to main menu"
  131.         slot: 50
  132.     replaceLore: false
  133.     lore:
  134.       - "&7Seller: &6%owner%"
  135.       - "&7Price: &6%price%"
  136.       - "&7Expires in: &6%timeleft%"
  137.   categories:
  138.     name: "All categories"
  139.     rows: 6
  140.     fill:
  141.       item:
  142.         material: GRAY_STAINED_GLASS_PANE
  143.         quantity: 1
  144.     buttons:
  145.       previousPage:
  146.         item:
  147.           material: PAPER
  148.           quantity: 1
  149.           name: "&6&lPrevious page"
  150.         slot: 45
  151.       nextPage:
  152.         item:
  153.           material: PAPER
  154.           quantity: 1
  155.           name: "&6&lNext page"
  156.         slot: 53
  157.       refresh:
  158.         item:
  159.           material: NETHER_STAR
  160.           quantity: 1
  161.           name: "&6&lRefresh"
  162.         slot: 48
  163.       back:
  164.         item:
  165.           material: RED_STAINED_GLASS
  166.           quantity: 1
  167.           name: "&6&lReturn to main menu"
  168.         slot: 50
  169.     replaceLore: false
  170.     lore:
  171.       - "&7Items: &6%items%"
  172.   own:
  173.     name: "Your items"
  174.     rows: 6
  175.     fill:
  176.       item:
  177.         material: GRAY_STAINED_GLASS_PANE
  178.         quantity: 1
  179.     buttons:
  180.       previousPage:
  181.         item:
  182.           material: PAPER
  183.           quantity: 1
  184.           name: "&6&lPrevious page"
  185.         slot: 45
  186.       nextPage:
  187.         item:
  188.           material: PAPER
  189.           quantity: 1
  190.           name: "&6&lNext page"
  191.         slot: 53
  192.       refresh:
  193.         item:
  194.           material: NETHER_STAR
  195.           quantity: 1
  196.           name: "&6&lRefresh"
  197.         slot: 48
  198.       editName:
  199.         item:
  200.           material: WRITABLE_BOOK
  201.           quantity: 1
  202.           name: "&6&lEdit shop name"
  203.         slot: 49
  204.       back:
  205.         item:
  206.           material: RED_STAINED_GLASS
  207.           quantity: 1
  208.           name: "&6&lReturn to main menu"
  209.         slot: 50
  210.     replaceLore: false
  211.     lore:
  212.       - "&7Seller: &6%owner%"
  213.       - "&7Price: &6%price%"
  214.       - "&7Expires in: &6%timeleft%"
  215.   shop:
  216.     name: "%name%"
  217.     rows: 6
  218.     fill:
  219.       item:
  220.         material: GRAY_STAINED_GLASS_PANE
  221.         quantity: 1
  222.     buttons:
  223.       previousPage:
  224.         item:
  225.           material: PAPER
  226.           quantity: 1
  227.           name: "&6&lPrevious page"
  228.         slot: 45
  229.       nextPage:
  230.         item:
  231.           material: PAPER
  232.           quantity: 1
  233.           name: "&6&lNext page"
  234.         slot: 53
  235.       refresh:
  236.         item:
  237.           material: NETHER_STAR
  238.           quantity: 1
  239.           name: "&6&lRefresh"
  240.         slot: 48
  241.       back:
  242.         item:
  243.           material: RED_STAINED_GLASS
  244.           quantity: 1
  245.           name: "&6&lReturn to shops"
  246.         slot: 50
  247.     replaceLore: false
  248.     lore:
  249.       - "&7Seller: &6%owner%"
  250.       - "&7Price: &6%price%"
  251.       - "&7Expires in: &6%timeleft%"
  252.   category:
  253.     name: "%name%"
  254.     rows: 6
  255.     fill:
  256.       item:
  257.         material: GRAY_STAINED_GLASS_PANE
  258.         quantity: 1
  259.     buttons:
  260.       previousPage:
  261.         item:
  262.           material: PAPER
  263.           quantity: 1
  264.           name: "&6&lPrevious page"
  265.         slot: 45
  266.       nextPage:
  267.         item:
  268.           material: PAPER
  269.           quantity: 1
  270.           name: "&6&lNext page"
  271.         slot: 53
  272.       refresh:
  273.         item:
  274.           material: NETHER_STAR
  275.           quantity: 1
  276.           name: "&6&lRefresh"
  277.         slot: 48
  278.       back:
  279.         item:
  280.           material: RED_STAINED_GLASS
  281.           quantity: 1
  282.           name: "&6&lReturn to categories"
  283.         slot: 50
  284.     replaceLore: false
  285.     lore:
  286.       - "&7Seller: &6%owner%"
  287.       - "&7Price: &6%price%"
  288.       - "&7Expires in: &6%timeleft%"
  289.   searchShops:
  290.     name: "Shop search results"
  291.     rows: 6
  292.     fill:
  293.       item:
  294.         material: GRAY_STAINED_GLASS_PANE
  295.         quantity: 1
  296.     buttons:
  297.       previousPage:
  298.         item:
  299.           material: PAPER
  300.           quantity: 1
  301.           name: "&6&lPrevious page"
  302.         slot: 45
  303.       nextPage:
  304.         item:
  305.           material: PAPER
  306.           quantity: 1
  307.           name: "&6&lNext page"
  308.         slot: 53
  309.       refresh:
  310.         item:
  311.           material: NETHER_STAR
  312.           quantity: 1
  313.           name: "&6&lRefresh"
  314.         slot: 48
  315.       back:
  316.         item:
  317.           material: RED_STAINED_GLASS
  318.           quantity: 1
  319.           name: "&6&lReturn to main menu"
  320.         slot: 50
  321.     replaceLore: false
  322.     lore:
  323.       - "&7Owner: &6%owner%"
  324.       - "&7Items: &6%items%"
  325.   searchItems:
  326.     name: "Item search results"
  327.     rows: 6
  328.     fill:
  329.       item:
  330.         material: GRAY_STAINED_GLASS_PANE
  331.         quantity: 1
  332.     buttons:
  333.       previousPage:
  334.         item:
  335.           material: PAPER
  336.           quantity: 1
  337.           name: "&6&lPrevious page"
  338.         slot: 45
  339.       nextPage:
  340.         item:
  341.           material: PAPER
  342.           quantity: 1
  343.           name: "&6&lNext page"
  344.         slot: 53
  345.       refresh:
  346.         item:
  347.           material: NETHER_STAR
  348.           quantity: 1
  349.           name: "&6&lRefresh"
  350.         slot: 48
  351.       back:
  352.         item:
  353.           material: RED_STAINED_GLASS
  354.           quantity: 1
  355.           name: "&6&lReturn to main menu"
  356.         slot: 50
  357.     replaceLore: false
  358.     lore:
  359.       - "&7Seller: &6%owner%"
  360.       - "&7Price: &6%price%"
  361.       - "&7Expires in: &6%timeleft%"
  362.   unclaimed:
  363.     name: "Unclaimed items"
  364.     rows: 6
  365.     fill:
  366.       item:
  367.         material: GRAY_STAINED_GLASS_PANE
  368.         quantity: 1
  369.     buttons:
  370.       previousPage:
  371.         item:
  372.           material: PAPER
  373.           quantity: 1
  374.           name: "&6&lPrevious page"
  375.         slot: 45
  376.       nextPage:
  377.         item:
  378.           material: PAPER
  379.           quantity: 1
  380.           name: "&6&lNext page"
  381.         slot: 53
  382.       refresh:
  383.         item:
  384.           material: NETHER_STAR
  385.           quantity: 1
  386.           name: "&6&lRefresh"
  387.         slot: 48
  388.       back:
  389.         item:
  390.           material: RED_STAINED_GLASS
  391.           quantity: 1
  392.           name: "&6&lReturn to main menu"
  393.         slot: 50
  394.     replaceLore: false
  395.   buy:
  396.     name: "Buying %name%"
  397.     rows: 6
  398.     itemSlot: 22
  399.     buttons:
  400.       less3:
  401.         item:
  402.           material: RED_STAINED_GLASS_PANE
  403.           quantity: 1
  404.           name: "&c&lRemove 10"
  405.         value: 10
  406.         slot: 18
  407.       less2:
  408.         item:
  409.           material: RED_STAINED_GLASS_PANE
  410.           quantity: 1
  411.           name: "&c&lRemove 5"
  412.         value: 5
  413.         slot: 19
  414.       less1:
  415.         item:
  416.           material: RED_STAINED_GLASS_PANE
  417.           quantity: 1
  418.           name: "&c&lRemove 1"
  419.         value: 1
  420.         slot: 20
  421.       more1:
  422.         item:
  423.           material: LIME_STAINED_GLASS_PANE
  424.           quantity: 1
  425.           name: "&a&lAdd 1"
  426.         value: 1
  427.         slot: 24
  428.       more2:
  429.         item:
  430.           material: LIME_STAINED_GLASS_PANE
  431.           quantity: 1
  432.           name: "&a&lAdd 5"
  433.         value: 5
  434.         slot: 25
  435.       more3:
  436.         item:
  437.           material: LIME_STAINED_GLASS_PANE
  438.           quantity: 1
  439.           name: "&a&lAdd 10"
  440.         value: 10
  441.         slot: 26
  442.       confirm:
  443.         item:
  444.           material: LIME_STAINED_GLASS
  445.           quantity: 1
  446.           name: "&a&lBuy"  
  447.         slot: 39
  448.       cancel:
  449.         item:
  450.           material: RED_STAINED_GLASS
  451.           quantity: 1
  452.           name: "&c&lCancel"  
  453.         slot: 41
  454.     replaceLore: false
  455.     lore:
  456.       - "&7Seller: &6%owner%"
  457.       - "&7Original price: &6%price%"
  458.       - "&7Current price: &6%currentprice%"
  459.       - "&7Expires in: &6%timeleft%"
  460.   cancel:
  461.     name: "Cancelling item lot"
  462.     rows: 6
  463.     itemSlot: 22
  464.     buttons:
  465.       confirm:
  466.         item:
  467.           material: LIME_STAINED_GLASS
  468.           quantity: 1
  469.           name: "&a&lCancel lot"
  470.         slot: 39
  471.       cancel:
  472.         item:
  473.           material: RED_STAINED_GLASS
  474.           quantity: 1
  475.           name: "&c&lGo back"
  476.         slot: 41
  477.     replaceLore: false
  478.     lore:
  479.       - "&7Seller: &6%owner%"
  480.       - "&7Price: &6%price%"
  481.       - "&7Expires in: &6%timeleft%"
  482.  
  483. notifications:
  484.   error:
  485.     rows: 6
  486.     buttons:
  487.       message:
  488.         item:
  489.           material: BARRIER
  490.           quantity: 1
  491.         slot: 22
  492.       confirm:
  493.         item:
  494.           material: LIME_STAINED_GLASS
  495.           quantity: 1
  496.         slot: 40
  497.   warning:
  498.     rows: 6
  499.     buttons:
  500.       message:
  501.         item:
  502.           material: YELLOW_STAINED_GLASS_PANE
  503.           quantity: 1
  504.         slot: 22
  505.       confirm:
  506.         item:
  507.           material: LIME_STAINED_GLASS
  508.           quantity: 1
  509.         slot: 40
  510.   success:
  511.     rows: 6
  512.     buttons:
  513.       message:
  514.         item:
  515.           material: LIME_STAINED_GLASS_PANE
  516.           quantity: 1
  517.         slot: 22
  518.       confirm:
  519.         item:
  520.           material: LIME_STAINED_GLASS
  521.           quantity: 1
  522.         slot: 40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement