Advertisement
Guest User

Untitled

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