Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
1,751
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 18.61 KB | None | 0 0
  1. menu:
  2.   main:
  3.     name: "Auctions"
  4.     rows: 5
  5.     fill:
  6.       item:
  7.         material: GRAY_STAINED_GLASS_PANE
  8.         quantity: 1
  9.     buttons:
  10.       all:
  11.         item:
  12.           material: BOOK
  13.           quantity: 1
  14.           name: "&6&lAll auctions"
  15.           lore:
  16.             - "&7There are %number% auctions."
  17.         slot: 11
  18.       categories:
  19.         item:
  20.           material: CHEST
  21.           quantity: 1
  22.           name: "&6&lBrowse categories"
  23.           lore:
  24.            - "&7There are %number% categories."
  25.         slot: 13
  26.       takingPart:
  27.         item:
  28.           material: PAPER
  29.           quantity: 1
  30.           name: "&6&lAuctions you bid"
  31.           lore:
  32.             - "&7You are taking part"
  33.             - "&7in %number% auctions."
  34.         slot: 15
  35.       own:
  36.         item:
  37.           material: PLAYER_HEAD
  38.           quantity: 1
  39.           name: "&6&lYour auctions"
  40.           lore:
  41.             - "&7You are running"
  42.             - "&7%number% auctions."
  43.         slot: 29
  44.       won:
  45.         item:
  46.           material: CHEST
  47.           quantity: 1
  48.           name: "&6&lWon items"
  49.           lore:
  50.             - "&7You have %number%"
  51.             - "&7unclaimed won items."
  52.         slot: 31
  53.       unclaimed:
  54.         item:
  55.           material: ENDER_CHEST
  56.           quantity: 1
  57.           name: "&6&lExpired items"
  58.           lore:
  59.             - "&7You have %number%"
  60.             - "&7expired/cancelled"
  61.             - "&7items."
  62.         slot: 33
  63.       earnings:
  64.         item:
  65.           material: GOLD_NUGGET
  66.           quantity: 1
  67.           name: "&6&lYour earnings"
  68.           lore:
  69.             - "&7You have $%amount%"
  70.             - "&7unclaimed earnings."
  71.         slot: -1
  72.   all:
  73.     name: "All auctions"
  74.     rows: 6
  75.     fill:
  76.       item:
  77.         material: GRAY_STAINED_GLASS_PANE
  78.         quantity: 1
  79.     buttons:
  80.       previousPage:
  81.         item:
  82.           material: PAPER
  83.           quantity: 1
  84.           name: "&6&lPrevious page"
  85.         slot: 45
  86.       nextPage:
  87.         item:
  88.           material: PAPER
  89.           quantity: 1
  90.           name: "&6&lNext page"
  91.         slot: 53
  92.       refresh:
  93.         item:
  94.           material: NETHER_STAR
  95.           quantity: 1
  96.           name: "&6&lRefresh"
  97.         slot: 48
  98.       back:
  99.         item:
  100.           material: RED_STAINED_GLASS
  101.           quantity: 1
  102.           name: "&6&lReturn to main menu"
  103.         slot: 50
  104.     replaceLore: false
  105.     lore:
  106.      - "&7Auction #%id%"
  107.       - "&7Seller: &6%seller%"
  108.       - "&7Starting price: &6$%startingprice%"
  109.       - "&7Current price: &6$%price%"
  110.       - "&7Bid increment: &6$%increment%"
  111.       - "&7Highest bid by: &6%highestbidby%"
  112.       - "&7Ends in: &6%timeleft%"
  113.   categories:
  114.     name: "All categories"
  115.     rows: 6
  116.     fill:
  117.       item:
  118.         material: GRAY_STAINED_GLASS_PANE
  119.         quantity: 1
  120.     buttons:
  121.       previousPage:
  122.         item:
  123.           material: PAPER
  124.           quantity: 1
  125.           name: "&6&lPrevious page"
  126.         slot: 45
  127.       nextPage:
  128.         item:
  129.           material: PAPER
  130.           quantity: 1
  131.           name: "&6&lNext page"
  132.         slot: 53
  133.       refresh:
  134.         item:
  135.           material: NETHER_STAR
  136.           quantity: 1
  137.           name: "&6&lRefresh"
  138.         slot: 48
  139.       back:
  140.         item:
  141.           material: RED_STAINED_GLASS
  142.           quantity: 1
  143.           name: "&6&lReturn to main menu"
  144.         slot: 50
  145.     replaceLore: false
  146.     lore:
  147.       - "&7Items: &6%items%"
  148.   takingPart:
  149.     name: "Auctions you bid"
  150.     rows: 6
  151.     fill:
  152.       item:
  153.         material: GRAY_STAINED_GLASS_PANE
  154.         quantity: 1
  155.     buttons:
  156.       previousPage:
  157.         item:
  158.           material: PAPER
  159.           quantity: 1
  160.           name: "&6&lPrevious page"
  161.         slot: 45
  162.       nextPage:
  163.         item:
  164.           material: PAPER
  165.           quantity: 1
  166.           name: "&6&lNext page"
  167.         slot: 53
  168.       refresh:
  169.         item:
  170.           material: NETHER_STAR
  171.           quantity: 1
  172.           name: "&6&lRefresh"
  173.         slot: 48
  174.       back:
  175.         item:
  176.           material: RED_STAINED_GLASS
  177.           quantity: 1
  178.           name: "&6&lReturn to main menu"
  179.         slot: 50
  180.     replaceLore: false
  181.     lore:
  182.      - "&7Auction #%id%"
  183.       - "&7Starting price: &6$%startingprice%"
  184.       - "&7Current price: &6$%price%"
  185.       - "&7Bid increment: &6$%increment%"
  186.       - "&7Highest bid by: &6%highestbidby%"
  187.       - "&7Ends in: &6%timeleft%"
  188.   own:
  189.     name: "Your auctions"
  190.     rows: 6
  191.     fill:
  192.       item:
  193.         material: GRAY_STAINED_GLASS_PANE
  194.         quantity: 1
  195.     buttons:
  196.       previousPage:
  197.         item:
  198.           material: PAPER
  199.           quantity: 1
  200.           name: "&6&lPrevious page"
  201.         slot: 45
  202.       nextPage:
  203.         item:
  204.           material: PAPER
  205.           quantity: 1
  206.           name: "&6&lNext page"
  207.         slot: 53
  208.       refresh:
  209.         item:
  210.           material: NETHER_STAR
  211.           quantity: 1
  212.           name: "&6&lRefresh"
  213.         slot: 48
  214.       back:
  215.         item:
  216.           material: RED_STAINED_GLASS
  217.           quantity: 1
  218.           name: "&6&lReturn to main menu"
  219.         slot: 50
  220.     replaceLore: false
  221.     lore:
  222.      - "&7Auction #%id%"
  223.       - "&7Starting price: &6$%startingprice%"
  224.       - "&7Current price: &6$%price%"
  225.       - "&7Bid increment: &6$%increment%"
  226.       - "&7Highest bid by: &6%highestbidby%"
  227.       - "&7Ends in: &6%timeleft%"
  228.   won:
  229.     name: "Won items"
  230.     rows: 6
  231.     fill:
  232.       item:
  233.         material: GRAY_STAINED_GLASS_PANE
  234.         quantity: 1
  235.     buttons:
  236.       previousPage:
  237.         item:
  238.           material: PAPER
  239.           quantity: 1
  240.           name: "&6&lPrevious page"
  241.         slot: 45
  242.       nextPage:
  243.         item:
  244.           material: PAPER
  245.           quantity: 1
  246.           name: "&6&lNext page"
  247.         slot: 53
  248.       refresh:
  249.         item:
  250.           material: NETHER_STAR
  251.           quantity: 1
  252.           name: "&6&lRefresh"
  253.         slot: 48
  254.       back:
  255.         item:
  256.           material: RED_STAINED_GLASS
  257.           quantity: 1
  258.           name: "&6&lReturn to main menu"
  259.         slot: 50
  260.     replaceLore: false
  261.     lore:
  262.      - "&7Auction #%id%"
  263.       - "&7Starting price: &6$%startingprice%"
  264.       - "&7Ending price: &6$%price%"
  265.       - "&7Bid increment: &6$%increment%"
  266.       - "&7Ended: &6%end%"
  267.   expired:
  268.     name: "Expired items"
  269.     rows: 6
  270.     fill:
  271.       item:
  272.         material: GRAY_STAINED_GLASS_PANE
  273.         quantity: 1
  274.     buttons:
  275.       previousPage:
  276.         item:
  277.           material: PAPER
  278.           quantity: 1
  279.           name: "&6&lPrevious page"
  280.         slot: 45
  281.       nextPage:
  282.         item:
  283.           material: PAPER
  284.           quantity: 1
  285.           name: "&6&lNext page"
  286.         slot: 53
  287.       refresh:
  288.         item:
  289.           material: NETHER_STAR
  290.           quantity: 1
  291.           name: "&6&lRefresh"
  292.         slot: 48
  293.       back:
  294.         item:
  295.           material: RED_STAINED_GLASS
  296.           quantity: 1
  297.           name: "&6&lReturn to main menu"
  298.         slot: 50
  299.     replaceLore: false
  300.     lore:
  301.      - "&7Auction #%id%"
  302.       - "&7Starting price: &6$%startingprice%"
  303.       - "&7Ending price: &6$%price%"
  304.       - "&7Bid increment: &6$%increment%"
  305.       - "&7Ended: &6%end%"
  306.       - "&7Expires: &6%expire%"
  307.   category:
  308.     name: "%name%"
  309.     rows: 6
  310.     fill:
  311.       item:
  312.         material: GRAY_STAINED_GLASS_PANE
  313.         quantity: 1
  314.     buttons:
  315.       previousPage:
  316.         item:
  317.           material: PAPER
  318.           quantity: 1
  319.           name: "&6&lPrevious page"
  320.         slot: 45
  321.       nextPage:
  322.         item:
  323.           material: PAPER
  324.           quantity: 1
  325.           name: "&6&lNext page"
  326.         slot: 53
  327.       refresh:
  328.         item:
  329.           material: NETHER_STAR
  330.           quantity: 1
  331.           name: "&6&lRefresh"
  332.         slot: 48
  333.       back:
  334.         item:
  335.           material: RED_STAINED_GLASS
  336.           quantity: 1
  337.           name: "&6&lReturn to categories"
  338.         slot: 50
  339.     replaceLore: false
  340.     lore:
  341.       - "&7Seller: &6%owner%"
  342.       - "&7Price: &6$%price%"
  343.       - "&7Expires in: &6%timeleft%"
  344.   start:
  345.     quantity:
  346.       name: "Choose quantity"
  347.       rows: 6
  348.       itemSlot: 22
  349.       fill:
  350.         item:
  351.           material: GRAY_STAINED_GLASS_PANE
  352.           quantity: 1
  353.       buttons:
  354.         less3:
  355.           item:
  356.             material: RED_STAINED_GLASS_PANE
  357.             quantity: 1
  358.             name: "&c&lRemove 32"
  359.             lore:
  360.              - "&7Sell 32 fewer"
  361.           value: 32
  362.           slot: 18
  363.         less2:
  364.           item:
  365.             material: RED_STAINED_GLASS_PANE
  366.             quantity: 1
  367.             name: "&c&lRemove 10"
  368.             lore:
  369.              - "&7Sell 10 fewer"
  370.           value: 10
  371.           slot: 19
  372.         less1:
  373.           item:
  374.             material: RED_STAINED_GLASS_PANE
  375.             quantity: 1
  376.             name: "&c&lRemove 1"
  377.             lore:
  378.              - "&7Sell 1 fewer"
  379.           value: 1
  380.           slot: 20
  381.         more1:
  382.           item:
  383.             material: LIME_STAINED_GLASS_PANE
  384.             quantity: 1
  385.             name: "&a&lAdd 1"
  386.             lore:
  387.              - "&7Sell 1 more"
  388.           value: 1
  389.           slot: 24
  390.         more2:
  391.           item:
  392.             material: LIME_STAINED_GLASS_PANE
  393.             quantity: 1
  394.             name: "&a&lAdd 10"
  395.             lore:
  396.              - "&7Sell 10 more"
  397.           value: 10
  398.           slot: 25
  399.         more3:
  400.           item:
  401.             material: LIME_STAINED_GLASS_PANE
  402.             quantity: 1
  403.             name: "&a&lAdd 32"
  404.             lore:
  405.              - "&7Sell 32 more"
  406.           value: 32
  407.           slot: 26
  408.         confirm:
  409.           item:
  410.             material: LIME_STAINED_GLASS
  411.             quantity: 1
  412.             name: "&a&lConfirm"  
  413.           slot: 39
  414.         cancel:
  415.           item:
  416.             material: RED_STAINED_GLASS
  417.             quantity: 1
  418.             name: "&c&lCancel"  
  419.           slot: 41
  420.       replaceLore: false
  421.       lore:
  422.         - "&7Quantity: &6%quantity%"
  423.     price:
  424.       name: "Choose price"
  425.       rows: 6
  426.       itemSlot: 22
  427.       fill:
  428.         item:
  429.           material: GRAY_STAINED_GLASS_PANE
  430.           quantity: 1
  431.       buttons:
  432.         less3:
  433.           item:
  434.             material: RED_STAINED_GLASS_PANE
  435.             quantity: 1
  436.             name: "&c&l-100$"
  437.           value: 100
  438.           slot: 18
  439.         less2:
  440.           item:
  441.             material: RED_STAINED_GLASS_PANE
  442.             quantity: 1
  443.             name: "&c&l-10$"
  444.           value: 10
  445.           slot: 19
  446.         less1:
  447.           item:
  448.             material: RED_STAINED_GLASS_PANE
  449.             quantity: 1
  450.             name: "&c&l-1$"
  451.           value: 1
  452.           slot: 20
  453.         more1:
  454.           item:
  455.             material: LIME_STAINED_GLASS_PANE
  456.             quantity: 1
  457.             name: "&a&l+1$"
  458.           value: 1
  459.           slot: 24
  460.         more2:
  461.           item:
  462.             material: LIME_STAINED_GLASS_PANE
  463.             quantity: 1
  464.             name: "&a&l+10$"
  465.           value: 10
  466.           slot: 25
  467.         more3:
  468.           item:
  469.             material: LIME_STAINED_GLASS_PANE
  470.             quantity: 1
  471.             name: "&a&l+100$"
  472.           value: 100
  473.           slot: 26
  474.         confirm:
  475.           item:
  476.             material: LIME_STAINED_GLASS
  477.             quantity: 1
  478.             name: "&a&lConfirm"  
  479.           slot: 39
  480.         goBack:
  481.           item:
  482.             material: RED_STAINED_GLASS
  483.             quantity: 1
  484.             name: "&c&lGo back"  
  485.           slot: 40
  486.         cancel:
  487.           item:
  488.             material: RED_STAINED_GLASS
  489.             quantity: 1
  490.             name: "&c&lCancel"  
  491.           slot: 41
  492.       replaceLore: false
  493.       lore:
  494.         - "&7Quantity: &6%quantity%"
  495.         - "&7Price: &6$%price%"
  496.     increment:
  497.       name: "Choose increment"
  498.       rows: 6
  499.       itemSlot: 22
  500.       fill:
  501.         item:
  502.           material: GRAY_STAINED_GLASS_PANE
  503.           quantity: 1
  504.       buttons:
  505.         less3:
  506.           item:
  507.             material: RED_STAINED_GLASS_PANE
  508.             quantity: 1
  509.             name: "&c&l-100$"
  510.           value: 100
  511.           slot: 18
  512.         less2:
  513.           item:
  514.             material: RED_STAINED_GLASS_PANE
  515.             quantity: 1
  516.             name: "&c&l-10$"
  517.           value: 10
  518.           slot: 19
  519.         less1:
  520.           item:
  521.             material: RED_STAINED_GLASS_PANE
  522.             quantity: 1
  523.             name: "&c&l-1$"
  524.           value: 1
  525.           slot: 20
  526.         more1:
  527.           item:
  528.             material: LIME_STAINED_GLASS_PANE
  529.             quantity: 1
  530.             name: "&a&l+1$"
  531.           value: 1
  532.           slot: 24
  533.         more2:
  534.           item:
  535.             material: LIME_STAINED_GLASS_PANE
  536.             quantity: 1
  537.             name: "&a&l+10$"
  538.           value: 10
  539.           slot: 25
  540.         more3:
  541.           item:
  542.             material: LIME_STAINED_GLASS_PANE
  543.             quantity: 1
  544.             name: "&a&l+100$"
  545.           value: 100
  546.           slot: 26
  547.         confirm:
  548.           item:
  549.             material: LIME_STAINED_GLASS
  550.             quantity: 1
  551.             name: "&a&lConfirm"  
  552.           slot: 39
  553.         goBack:
  554.           item:
  555.             material: RED_STAINED_GLASS
  556.             quantity: 1
  557.             name: "&c&lGo back"  
  558.           slot: 40
  559.         cancel:
  560.           item:
  561.             material: RED_STAINED_GLASS
  562.             quantity: 1
  563.             name: "&c&lCancel"  
  564.           slot: 41
  565.       replaceLore: false
  566.       lore:
  567.         - "&7Quantity: &6%quantity%"
  568.         - "&7Price: &6$%price%"
  569.         - "&7Increment: &6$%increment%"
  570.     duration:
  571.       name: "Choose duration"
  572.       rows: 6
  573.       itemSlot: 22
  574.       fill:
  575.         item:
  576.           material: GRAY_STAINED_GLASS_PANE
  577.           quantity: 1
  578.       buttons:
  579.         less3:
  580.           item:
  581.             material: RED_STAINED_GLASS_PANE
  582.             quantity: 1
  583.             name: "&c&l-1 hour"
  584.           value: 3600
  585.           slot: 18
  586.         less2:
  587.           item:
  588.             material: RED_STAINED_GLASS_PANE
  589.             quantity: 1
  590.             name: "&c&l-10 minutes"
  591.           value: 600
  592.           slot: 19
  593.         less1:
  594.           item:
  595.             material: RED_STAINED_GLASS_PANE
  596.             quantity: 1
  597.             name: "&c&l-1 minute"
  598.           value: 60
  599.           slot: 20
  600.         more1:
  601.           item:
  602.             material: LIME_STAINED_GLASS_PANE
  603.             quantity: 1
  604.             name: "&a&l+1 minute"
  605.           value: 60
  606.           slot: 24
  607.         more2:
  608.           item:
  609.             material: LIME_STAINED_GLASS_PANE
  610.             quantity: 1
  611.             name: "&a&l+10 minutes"
  612.           value: 600
  613.           slot: 25
  614.         more3:
  615.           item:
  616.             material: LIME_STAINED_GLASS_PANE
  617.             quantity: 1
  618.             name: "&a&l+1 hour"
  619.           value: 3600
  620.           slot: 26
  621.         confirm:
  622.           item:
  623.             material: LIME_STAINED_GLASS
  624.             quantity: 1
  625.             name: "&a&lStart auction"  
  626.           slot: 39
  627.         goBack:
  628.           item:
  629.             material: RED_STAINED_GLASS
  630.             quantity: 1
  631.             name: "&c&lGo back"  
  632.           slot: 40
  633.         cancel:
  634.           item:
  635.             material: RED_STAINED_GLASS
  636.             quantity: 1
  637.             name: "&c&lCancel"  
  638.           slot: 41
  639.       replaceLore: false
  640.       lore:
  641.         - "&7Quantity: &6%quantity%"
  642.         - "&7Price: &6$%price%"
  643.         - "&7Increment: &6$%increment%"
  644.         - "&7Duration:"
  645.         - "&6%duration%"
  646.   bid:
  647.     name: "Placing bid"
  648.     rows: 6
  649.     itemSlot: 22
  650.     fill:
  651.       item:
  652.         material: GRAY_STAINED_GLASS_PANE
  653.         quantity: 1
  654.     buttons:
  655.       less:
  656.         item:
  657.           material: RED_STAINED_GLASS_PANE
  658.           quantity: 1
  659.           name: "&c&lBid less"
  660.           lore:
  661.            - "&7-$%increment%"
  662.         slot: 19
  663.       more:
  664.         item:
  665.           material: LIME_STAINED_GLASS_PANE
  666.           quantity: 1
  667.           name: "&a&lBid more"
  668.           lore:
  669.            - "&7+$%increment%"
  670.         slot: 25
  671.       bid:
  672.         item:
  673.           material: LIME_STAINED_GLASS
  674.           quantity: 1
  675.           name: "&a&lPlace bid"  
  676.         slot: 39
  677.       refresh:
  678.         item:
  679.           material: NETHER_STAR
  680.           quantity: 1
  681.           name: "&6&lRefresh"
  682.         slot: 40
  683.       cancel:
  684.         item:
  685.           material: RED_STAINED_GLASS
  686.           quantity: 1
  687.           name: "&c&lCancel"  
  688.         slot: 41
  689.     replaceLore: false
  690.     lore:
  691.      - "&7Auction #%id%"
  692.       - "&7Starting price: &6$%startingprice%"
  693.       - "&7Current price: &6$%price%"
  694.       - "&7Bid increment: &6$%increment%"
  695.       - "&7Ends in: &6%timeleft%"
  696.       - ""
  697.       - "&7&lYour bid: &6&l$%bid%"
  698.   cancel:
  699.     name: "Cancelling auction"
  700.     rows: 6
  701.     itemSlot: 22
  702.     fill:
  703.       item:
  704.         material: GRAY_STAINED_GLASS_PANE
  705.         quantity: 1
  706.     buttons:
  707.       cancelauction:
  708.         item:
  709.           material: RED_STAINED_GLASS
  710.           quantity: 1
  711.           name: "&a&lCancel auction"  
  712.         slot: 39
  713.       refresh:
  714.         item:
  715.           material: NETHER_STAR
  716.           quantity: 1
  717.           name: "&6&lRefresh"
  718.         slot: 40
  719.       cancel:
  720.         item:
  721.           material: RED_STAINED_GLASS
  722.           quantity: 1
  723.           name: "&c&lReturn"  
  724.         slot: 41
  725.     replaceLore: false
  726.     lore:
  727.      - "&7Auction #%id%"
  728.       - "&7Starting price: &6$%startingprice%"
  729.       - "&7Current price: &6$%price%"
  730.       - "&7Bid increment: &6$%increment%"
  731.       - "&7Ends in: &6%timeleft%"
  732.    
  733. notifications:
  734.   error:
  735.     rows: 6
  736.     fill:
  737.       item:
  738.         material: GRAY_STAINED_GLASS_PANE
  739.         quantity: 1
  740.     buttons:
  741.       message:
  742.         item:
  743.           material: BARRIER
  744.           quantity: 1
  745.         slot: 22
  746.       confirm:
  747.         item:
  748.           material: LIME_STAINED_GLASS
  749.           quantity: 1
  750.         slot: 40
  751.   warning:
  752.     rows: 6
  753.     fill:
  754.       item:
  755.         material: GRAY_STAINED_GLASS_PANE
  756.         quantity: 1
  757.     buttons:
  758.       message:
  759.         item:
  760.           material: YELLOW_STAINED_GLASS_PANE
  761.           quantity: 1
  762.         slot: 22
  763.       confirm:
  764.         item:
  765.           material: LIME_STAINED_GLASS
  766.           quantity: 1
  767.         slot: 40
  768.   success:
  769.     rows: 6
  770.     fill:
  771.       item:
  772.         material: GRAY_STAINED_GLASS_PANE
  773.         quantity: 1
  774.     buttons:
  775.       message:
  776.         item:
  777.           material: LIME_STAINED_GLASS_PANE
  778.           quantity: 1
  779.         slot: 22
  780.       confirm:
  781.         item:
  782.           material: LIME_STAINED_GLASS
  783.           quantity: 1
  784.         slot: 40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement