Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.55 KB | None | 0 0
  1. Settings:
  2. Prefix: '&8[&6&lAUCTIONS&8]: ' #Prefix of when you get Crazy Auctions Messages.
  3. GUIName: '&8Auction House' #Name of the Main GUI.
  4. Players-Current-Items: '&8Your Current Listings' #The Name of the Player Current Items GUI.
  5. Cancelled/Expired-Items: '&8Cancelled/Expired Listings' #Name of the Cancelled/Expired GUI.
  6. Buying-Item: '&8Purchase Item: Are You Sure?' #Name of the Buying GUI.
  7. Bidding-On-Item: '&8You Are Bidding On This Item.' #Name of the Bidding GUI.
  8. Categories: '&8Categories' #Name of the Category GUI.
  9. Sell-Time: 2d #The time that each item will sell for.
  10. Bid-Time: 2m 30s #Time for each item that is biddable.
  11. Full-Expire-Time: 10d #The full time the item is in the crazy auctions.
  12. Bid-Winner-Time: 20d #The time the winner of a bid has to claim there prize.
  13. Minimum-Sell-Price: 10 #Minimum amount you can sell a item for.
  14. Max-Beginning-Sell-Price: 1000000 #Max amount you can sell a item for.
  15. Minimum-Bid-Price: 100 #Minimum starting bid.
  16. Max-Beginning-Bid-Price: 1000000 #Maximum starting bid.
  17. Allow-Damaged-Items: False #Allow items that have been damaged.
  18. Category-Page-Opens-First: False #If set to true the categories page will open when they do /CA.
  19. Feature-Toggle: #Toggle if a feature is on or off.
  20. Selling: true #Able to use the selling part of the auction house.
  21. Bidding: true #Able to use the bidding part of the auction house.
  22. Sounds:
  23. Toggle: False #Disable the clicking sound.
  24. Sound: 'CLICK' #Make sure if you use 1.8 or lower you use the 1.8 sound and 1.9 and up use 1.9 sounds. The default sound is 1.8.
  25. #1.8 sounds are found here: http://docs.codelanx.com/Bukkit/1.8/org/bukkit/Sound.html
  26. #1.9 sounds are found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
  27. GUISettings: #Settings for things in the gui.
  28. SellingItemLore: #The lore on items that are being sold.
  29. - '&7-------------------------'
  30. - '&fClick here to purchase.'
  31. - ''
  32. - '&6Price: &e$%Price%'
  33. - '&6Seller: &e%Seller%'
  34. - '&7-------------------------'
  35. CurrentLore: #Lore on items that are in your current items GUI.
  36. - '&7-------------------------'
  37. - '&fClick here to cancel.'
  38. - ''
  39. - '&6Price: &e$%Price%'
  40. - '&6Expire: &e%Time%'
  41. - '&7-------------------------'
  42. Cancelled/ExpiredLore: #Lore on items that are in your cancelled/expired GUI.
  43. - '&7-------------------------'
  44. - '&fClick here to return to you.'
  45. - ''
  46. - '&6Full Expire: &e%Time%'
  47. - '&7-------------------------'
  48. Bidding: #Lore on Bidding Items.
  49. - '&7-------------------------'
  50. - '&fClick here to bid.'
  51. - ''
  52. - '&6Seller: &e%Seller%'
  53. - '&6Current Bid: &e$%TopBid%'
  54. - '&6Top Bidder: &e%TopBidder%'
  55. - '&6Time Left: &e%Time%'
  56. - '&7-------------------------'
  57. Category-Settings:
  58. Armor:
  59. Item: 'GOLDEN_CHESTPLATE'
  60. Toggle: true
  61. Slot: 11
  62. Name: '&6&lArmor'
  63. Lore:
  64. - '&7This category contains all'
  65. - '&7armor that is currently being sold.'
  66. Weapons:
  67. Item: 'GOLDEN_SWORD'
  68. Toggle: true
  69. Slot: 12
  70. Name: '&6&lWeapons'
  71. Lore:
  72. - '&7This category contains all'
  73. - '&7weapons that is currently being sold.'
  74. Tools:
  75. Item: 'GOLDEN_PICKAXE'
  76. Toggle: true
  77. Slot: 13
  78. Name: '&6&lTools'
  79. Lore:
  80. - '&7This category contains all'
  81. - '&7tools that is currently being sold.'
  82. Food:
  83. Item: 'GOLDEN_APPLE'
  84. Toggle: true
  85. Slot: 14
  86. Name: '&6&lFood'
  87. Lore:
  88. - '&7This category contains all'
  89. - '&7food that is currently being sold.'
  90. Potions:
  91. Item: 'POTION'
  92. Toggle: true
  93. Slot: 15
  94. Name: '&6&lPotions'
  95. Lore:
  96. - '&7This category contains all'
  97. - '&7potions that is currently being sold.'
  98. Blocks:
  99. Item: 'GRASS_BLOCK'
  100. Toggle: true
  101. Slot: 16
  102. Name: '&6&lBlocks'
  103. Lore:
  104. - '&7This category contains all'
  105. - '&7blocks that is currently being sold.'
  106. Other:
  107. Item: 'GOLD_NUGGET'
  108. Toggle: true
  109. Slot: 17
  110. Name: '&6&lOthers'
  111. Lore:
  112. - '&7This category contains all the'
  113. - '&7other items currently being sold.'
  114. None:
  115. Item: 'BARRIER'
  116. Toggle: true
  117. Slot: 23
  118. Name: '&6&lNone'
  119. Lore:
  120. - '&7This category contains all'
  121. - '&7items currently being sold.'
  122. OtherSettings: #Other Settings for the GUIs.
  123. SellingItems: #The button for your current items.
  124. Item: 'DIAMOND' #The item that this button is.
  125. Toggle: true #If the item is in the gui or not.
  126. Slot: 46 #The slot it is in. I recommend not changing these. If you do make sure they are still in the bottom row.
  127. Name: '&6Items You are Selling' #Name of the item.
  128. Lore: #Lore of the item.
  129. - '&fClick here to view all the items you'
  130. - '&fare currently selling on the auction.'
  131. Cancelled/ExpiredItems: #The button for Cancelled/Expired Items.
  132. Item: 'POISONOUS_POTATO'
  133. Toggle: true
  134. Slot: 47
  135. Name: '&6Collect Expired / Cancelled Items'
  136. Lore:
  137. - '&fClick here to view and collect all of the'
  138. - '&fitems you have cancelled or has expired.'
  139. PreviousPage: #The button for Previous Page.
  140. Item: 'PAPER'
  141. Toggle: true
  142. Slot: 49
  143. Name: '&6Previous Page'
  144. Lore: {}
  145. Refesh: #The button for Refresh Page.
  146. Item: 'SUNFLOWER'
  147. Toggle: true
  148. Slot: 50
  149. Name: '&6Refresh Page'
  150. Lore: {}
  151. NextPage: #The button for Next Page.
  152. Item: 'PAPER'
  153. Toggle: true
  154. Slot: 51
  155. Name: '&6Next Page'
  156. Lore: {}
  157. Category1: #The button for Next Page.
  158. Item: 'CHEST'
  159. Toggle: true
  160. Slot: 52
  161. Name: '&6Categories'
  162. Lore:
  163. - '&fCurrent Category: &6%Category%'
  164. - '&fWant see items in specific categories?'
  165. - '&fClick here to see all categories of items.'
  166. Category2: #The button for Next Page.
  167. Item: 'CHEST'
  168. Toggle: true
  169. Slot: 48
  170. Name: '&6Categories'
  171. Lore:
  172. - '&fCurrent Category: &6%Category%'
  173. - '&fWant see items in specific categories?'
  174. - '&fClick here to see all categories of items.'
  175. Bidding/Selling: #Switch between Bidding and Selling.
  176. Selling:
  177. Item: 'SLIME_BALL'
  178. Toggle: true
  179. Slot: 53
  180. Name: '&6Currently looking at items being sold.'
  181. Lore:
  182. - '&8(&6&l!&8) &7Click here to see items'
  183. - '&7that you can be bid on.'
  184. Bidding:
  185. Item: 'MAGMA_CREAM'
  186. Toggle: true
  187. Slot: 53
  188. Name: '&6Currently looking at items that can be bid on.'
  189. Lore:
  190. - '&7&l(&6&l!&7&l) &7Click here to see items'
  191. - '&7that you can buy at a price.'
  192. WhatIsThis: #The info on all the Books buttons.
  193. SellingShop: #The Book in the main shop.
  194. Item: 'BOOK'
  195. Toggle: true
  196. Slot: 54
  197. Name: '&6What Is This Page?'
  198. Lore:
  199. - '&fThis is the crazy auctions, here you can'
  200. - '&fput items for sale, and buy items'
  201. - '&fthat others have put for sale.'
  202. - ''
  203. - '&fThe auction is also a great place to make'
  204. - '&fmoney by selling items that others'
  205. - '&fmay be interested in buying.'
  206. BiddingShop: #The Book in the main shop.
  207. Item: 'BOOK'
  208. Toggle: true
  209. Slot: 54
  210. Name: '&6What Is This Page?'
  211. Lore:
  212. - '&fThis is the crazy auctions, here you can'
  213. - '&fput items for sale, and bid on items'
  214. - '&fthat others have put for sale.'
  215. - ''
  216. - '&fThe bidding auction is also a great place to'
  217. - '&fmake money by bidding off items that others'
  218. - '&fmay be interested in bidding on.'
  219. CurrentItems: #The Book in the Current items GUI.
  220. Item: 'BOOK'
  221. Toggle: true
  222. Slot: 54
  223. Name: '&6What Is This Page?'
  224. Lore:
  225. - '&fThese are your current listings, all of'
  226. - '&fthe items you currenty have listed on'
  227. - '&fcrazy auctions are displayed here.'
  228. - ''
  229. - '&fYou can cancel and view your listings'
  230. - '&fexpire time here.'
  231. Cancelled/ExpiredItems: #The Book in the Cancelled/Expired Items GUI.
  232. Item: 'BOOK'
  233. Toggle: true
  234. Slot: 54
  235. Name: '&6What Is This Page?'
  236. Lore:
  237. - '&fThis page houses all of your cancelled and'
  238. - '&fexpired items, when a listings is cancelled'
  239. - '&for expires you will be able to return that'
  240. - '&fitem back to you from this menu.'
  241. - ''
  242. - '&fJust click on the item and if you have enough'
  243. - '&finventory space you will receive that item.'
  244. Viewing: #The Book in the Viewing Items GUI.
  245. Item: 'BOOK'
  246. Toggle: true
  247. Slot: 50
  248. Name: '&6What Is This Page?'
  249. Lore:
  250. - '&fThis page shows all the items that'
  251. - '&fa player has currently on the bidding'
  252. - '&fand selling market. You can quickly see'
  253. - '&fwhat a specific player is selling.'
  254. Categories: #The Book in the Viewing Items GUI.
  255. Item: 'BOOK'
  256. Toggle: true
  257. Slot: 54
  258. Name: '&6What Is This Page?'
  259. Lore:
  260. - '&fThis page shows all the categories'
  261. - '&fthat you can choose from. When you click'
  262. - '&fa category it will open the gui with only'
  263. - '&fitems that belong to that category.'
  264. Back: #The Back Buttons.
  265. Item: 'PAPER'
  266. Slot: 46
  267. Name: '&6Back'
  268. Return: #The Return Buttons.
  269. Item: 'FLOWER_POT'
  270. Slot: 50
  271. Name: '&6Return All'
  272. Lore:
  273. - '&fClick here to return all cancelled'
  274. - '&fand expired items to your inventory.'
  275. Confirm: #The Confirm Buttons.
  276. Item: 'LIME_STAINED_GLASS_PANE'
  277. Name: '&fConfirm'
  278. Cancel: #The Cancel Buttons.
  279. Item: 'RED_STAINED_GLASS_PANE'
  280. Name: '&cCancel'
  281. Your-Item: #The item that shows when you try to buy/bid on your item.
  282. Item: 'BARRIER'
  283. Name: '&cYou Cant Purchase Your Own Item.'
  284. Cant-Afford: #The item that shows when you cant afford this item.
  285. Item: 'BARRIER'
  286. Name: '&cYou Cant Afford This Item.'
  287. Top-Bidder: #The item for when a player is already the top bidder.
  288. Item: 'BARRIER'
  289. Name: '&cYou are already the top bidder.'
  290. Bidding: #The item in the middle when bidding on an item.
  291. Item: 'BLACK_STAINED_GLASS_PANE'
  292. Name: '&7Bidding'
  293. Lore:
  294. - '&7<--&fAdd &cRemove&7-->'
  295. - '&9Your Current Bid: &e$%Bid%'
  296. - '&9Current Top Bid: &e$%TopBid%'
  297. Bid: #The button for when you want to confirm your bid.
  298. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  299. Name: '&fBid Now'
  300. Lore:
  301. - '&7Click here to Bid Now.'
  302. BlackList:
  303. - 'BEDROCK'
  304. - 'END_PORTAL_FRAME'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement