Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.13 KB | None | 0 0
  1. Settings:
  2. Prefix: '&7[&bArcadian Auctions&7]: ' #Prefix of when you get Crazy Auctions Messages.
  3. GUIName: '&bArcadian Auctions&8' #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: True #Allow items that have been damaged.
  18. Category-Page-Opens-First: True #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. - '&bClick here to purchase.'
  31. - ''
  32. - '&3Price: &b$%Price%'
  33. - '&3Seller: &b%Seller%'
  34. - '&7-------------------------'
  35. CurrentLore: #Lore on items that are in your current items GUI.
  36. - '&7-------------------------'
  37. - '&bClick here to cancel.'
  38. - ''
  39. - '&3Price: &b$%Price%'
  40. - '&3Expires: &b%Time%'
  41. - '&7-------------------------'
  42. Cancelled/ExpiredLore: #Lore on items that are in your cancelled/expired GUI.
  43. - '&7-------------------------'
  44. - '&bClick here to have your item returned.'
  45. - ''
  46. - '&3Expired: &b%Time%'
  47. - '&7-------------------------'
  48. Bidding: #Lore on Bidding Items.
  49. - '&7-------------------------'
  50. - '&bClick here to bid.'
  51. - ''
  52. - '&3Seller: &b%Seller%'
  53. - '&3Current Bid: &b$%TopBid%'
  54. - '&3Top Bidder: &b%TopBidder%'
  55. - '&3Time Left: &b%Time%'
  56. - '&7-------------------------'
  57. Category-Settings:
  58. Armor:
  59. Item: 'DIAMOND_CHESTPLATE'
  60. Toggle: true
  61. Slot: 21
  62. Name: '&b&lArmor'
  63. Lore:
  64. - '&7This category contains all'
  65. - '&7armor that is currently being sold.'
  66. Weapons:
  67. Item: 'DIAMOND_SWORD'
  68. Toggle: true
  69. Slot: 30
  70. Name: '&b&lWeapons'
  71. Lore:
  72. - '&7This category contains all'
  73. - '&7weapons that is currently being sold.'
  74. Tools:
  75. Item: 'DIAMOND_PICKAXE'
  76. Toggle: true
  77. Slot: 22
  78. Name: '&b&lTools'
  79. Lore:
  80. - '&7This category contains all'
  81. - '&7tools that is currently being sold.'
  82. Food:
  83. Item: 'APPLE'
  84. Toggle: true
  85. Slot: 24
  86. Name: '&b&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: 32
  94. Name: '&b&lPotions'
  95. Lore:
  96. - '&7This category contains all'
  97. - '&7potions that is currently being sold.'
  98. Blocks:
  99. Item: 'GRASS'
  100. Toggle: true
  101. Slot: 25
  102. Name: '&b&lBlocks'
  103. Lore:
  104. - '&7This category contains all'
  105. - '&7blocks that is currently being sold.'
  106. Other:
  107. Item: 'NETHER_STAR'
  108. Toggle: true
  109. Slot: 34
  110. Name: '&b&lOthers'
  111. Lore:
  112. - '&7This category contains all the'
  113. - '&7other items currently being sold.'
  114. pane1:
  115. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  116. Toggle: false
  117. Slot: 1
  118. Name: 'placeholder'
  119. pane2:
  120. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  121. Toggle: false
  122. Slot: 2
  123. Name: 'placeholder'
  124. pane3:
  125. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  126. Toggle: false
  127. Slot: 3
  128. Name: 'placeholder'
  129. pane4:
  130. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  131. Toggle: false
  132. Slot: 4
  133. Name: 'placeholder'
  134. pane5:
  135. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  136. Toggle: false
  137. Slot: 5
  138. Name: 'placeholder'
  139. pane6:
  140. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  141. Toggle: false
  142. Slot: 6
  143. Name: 'placeholder'
  144. pane7:
  145. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  146. Toggle: false
  147. Slot: 7
  148. Name: 'placeholder'
  149. pane8:
  150. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  151. Toggle: false
  152. Slot: 8
  153. Name: 'placeholder'
  154. pane9:
  155. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  156. Toggle: false
  157. Slot: 9
  158. Name: 'placeholder'
  159. pane10:
  160. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  161. Toggle: false
  162. Slot: 10
  163. Name: 'placeholder'
  164. pane18:
  165. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  166. Toggle: false
  167. Slot: 18
  168. Name: 'placeholder'
  169. pane19:
  170. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  171. Toggle: false
  172. Slot: 19
  173. Name: 'placeholder'
  174. pane27:
  175. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  176. Toggle: false
  177. Slot: 27
  178. Name: 'placeholder'
  179. pane28:
  180. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  181. Toggle: false
  182. Slot: 28
  183. Name: 'placeholder'
  184. pane36:
  185. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  186. Toggle: false
  187. Slot: 36
  188. Name: 'placeholder'
  189. pane45:
  190. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  191. Toggle: false
  192. Slot: 45
  193. Name: 'placeholder'
  194. pane37:
  195. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  196. Toggle: false
  197. Slot: 37
  198. Name: 'placeholder'
  199. pane47:
  200. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  201. Toggle: false
  202. Slot: 47
  203. Name: 'placeholder'
  204. pane48:
  205. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  206. Toggle: false
  207. Slot: 48
  208. Name: 'placeholder'
  209. pane49:
  210. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  211. Toggle: false
  212. Slot: 49
  213. Name: 'placeholder'
  214. pane50:
  215. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  216. Toggle: false
  217. Slot: 50
  218. Name: 'placeholder'
  219. pane51:
  220. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  221. Toggle: false
  222. Slot: 51
  223. Name: 'placeholder'
  224. pane52:
  225. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  226. Toggle: false
  227. Slot: 52
  228. Name: 'placeholder'
  229. pane53:
  230. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  231. Toggle: false
  232. Slot: 53
  233. Name: 'placeholder'
  234. pane11:
  235. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  236. Toggle: false
  237. Slot: 11
  238. Name: 'placeholder'
  239. pane12:
  240. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  241. Toggle: false
  242. Slot: 12
  243. Name: 'placeholder'
  244. pane13:
  245. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  246. Toggle: false
  247. Slot: 13
  248. Name: 'placeholder'
  249. pane14:
  250. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  251. Toggle: false
  252. Slot: 14
  253. Name: 'placeholder'
  254. pane15:
  255. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  256. Toggle: false
  257. Slot: 15
  258. Name: 'placeholder'
  259. pane16:
  260. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  261. Toggle: false
  262. Slot: 16
  263. Name: 'placeholder'
  264. pane17:
  265. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  266. Toggle: false
  267. Slot: 17
  268. Name: 'placeholder'
  269. pane20:
  270. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  271. Toggle: false
  272. Slot: 20
  273. Name: 'placeholder'
  274. pane23:
  275. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  276. Toggle: false
  277. Slot: 23
  278. Name: 'placeholder'
  279. pane26:
  280. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  281. Toggle: false
  282. Slot: 26
  283. Name: 'placeholder'
  284. pane29:
  285. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  286. Toggle: false
  287. Slot: 29
  288. Name: 'placeholder'
  289. pane31:
  290. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  291. Toggle: false
  292. Slot: 31
  293. Name: 'placeholder'
  294. pane33:
  295. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  296. Toggle: false
  297. Slot: 33
  298. Name: 'placeholder'
  299. pane35:
  300. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  301. Toggle: false
  302. Slot: 35
  303. Name: 'placeholder'
  304. pane38:
  305. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  306. Toggle: false
  307. Slot: 38
  308. Name: 'placeholder'
  309. pane39:
  310. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  311. Toggle: false
  312. Slot: 39
  313. Name: 'placeholder'
  314. pane40:
  315. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  316. Toggle: false
  317. Slot: 40
  318. Name: 'placeholder'
  319. pane41:
  320. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  321. Toggle: false
  322. Slot: 41
  323. Name: 'placeholder'
  324. pane42:
  325. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  326. Toggle: false
  327. Slot: 42
  328. Name: 'placeholder'
  329. pane43:
  330. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  331. Toggle: false
  332. Slot: 43
  333. Name: 'placeholder'
  334. pane44:
  335. Item: 'LIGHT_GRAY_STAINED_GLASS_PANE'
  336. Toggle: false
  337. Slot: 44
  338. Name: 'placeholder'
  339. OtherSettings: #Other Settings for the GUIs.
  340. SellingItems: #The button for your current items.
  341. Item: 'DIAMOND' #The item that this button is.
  342. Toggle: true #If the item is in the gui or not.
  343. Slot: 46 #The slot it is in. I recommend not changing these. If you do make sure they are still in the bottom row.
  344. Name: '&bItems You are Selling' #Name of the item.
  345. Lore: #Lore of the item.
  346. - '&7Click here to view all the items you'
  347. - '&7are currently selling on the auction.'
  348. Cancelled/ExpiredItems: #The button for Cancelled/Expired Items.
  349. Item: 'BARRIER'
  350. Toggle: true
  351. Slot: 47
  352. Name: '&bCollect Expired / Cancelled Items'
  353. Lore:
  354. - '&7Click here to view and collect all of the'
  355. - '&7items you have cancelled or has expired.'
  356. PreviousPage: #The button for Previous Page.
  357. Item: 'PAPER'
  358. Toggle: true
  359. Slot: 49
  360. Name: '&bPrevious Page'
  361. Lore: {}
  362. Refesh: #The button for Refresh Page.
  363. Item: 'SUNFLOWER'
  364. Toggle: true
  365. Slot: 50
  366. Name: '&bRefresh Page'
  367. Lore: {}
  368. NextPage: #The button for Next Page.
  369. Item: 'ARROW'
  370. Toggle: true
  371. Slot: 51
  372. Name: '&bNext Page'
  373. Lore: {}
  374. Category1: #The button for Next Page.
  375. Item: 'CHEST'
  376. Toggle: true
  377. Slot: 52
  378. Name: '&bCategories'
  379. Lore:
  380. - '&bCurrent Category: &6%Category%'
  381. - '&7Want see items in specific categories?'
  382. - '&7Click here to see all categories of items.'
  383. Category2: #The button for Next Page.
  384. Item: 'CHEST'
  385. Toggle: true
  386. Slot: 48
  387. Name: '&bCategories'
  388. Lore:
  389. - '&bCurrent Category: &6%Category%'
  390. - '&7Want see items in specific categories?'
  391. - '&7Click here to see all categories of items.'
  392. Bidding/Selling: #Switch between Bidding and Selling.
  393. Selling:
  394. Item: 'SLIME_BALL'
  395. Toggle: true
  396. Slot: 53
  397. Name: '&bCurrently looking at items being sold.'
  398. Lore:
  399. - '&7&l(&3&l!&7&l) &7Click here to see items'
  400. - '&7that you can be bidded on.'
  401. Bidding:
  402. Item: 'MAGMA_CREAM'
  403. Toggle: true
  404. Slot: 53
  405. Name: '&bCurrently looking at items that can be bid on.'
  406. Lore:
  407. - '&7&l(&3&l!&7&l) &7Click here to see items'
  408. - '&7that you can buy at a price.'
  409. WhatIsThis: #The info on all the Books buttons.
  410. SellingShop: #The Book in the main shop.
  411. Item: 'BOOK'
  412. Toggle: true
  413. Slot: 54
  414. Name: '&bWhat Is This Page?'
  415. Lore:
  416. - '&7This is the arcadian auctions, here you can'
  417. - '&7put items for sale, and buy items'
  418. - '&7that others have put for sale.'
  419. - ''
  420. - '&7The auction is also a great place to make'
  421. - '&7money by selling items that others'
  422. - '&7may be interested in buying.'
  423. BiddingShop: #The Book in the main shop.
  424. Item: 'BOOK'
  425. Toggle: true
  426. Slot: 54
  427. Name: '&bWhat Is This Page?'
  428. Lore:
  429. - '&7This is the arcadian auctions, here you can'
  430. - '&7put items for sale, and bid on items'
  431. - '&7that others have put for sale.'
  432. - ''
  433. - '&7The bidding auction is also a great place to'
  434. - '&7make money by bidding off items that others'
  435. - '&7may be interested in bidding on.'
  436. CurrentItems: #The Book in the Current items GUI.
  437. Item: 'BOOK'
  438. Toggle: true
  439. Slot: 54
  440. Name: '&bWhat Is This Page?'
  441. Lore:
  442. - '&7These are your current listings, all of'
  443. - '&7the items you currenty have listed on'
  444. - '&7arcadian auctions are displayed here.'
  445. - ''
  446. - '&7You can cancel and view your listings'
  447. - '&7expire time here.'
  448. Cancelled/ExpiredItems: #The Book in the Cancelled/Expired Items GUI.
  449. Item: 'BOOK'
  450. Toggle: true
  451. Slot: 54
  452. Name: '&bWhat Is This Page?'
  453. Lore:
  454. - '&7This page houses all of your cancelled and'
  455. - '&7expired items, when a listings is cancelled'
  456. - '&7or expires you will be able to return that'
  457. - '&7item back to you from this menu.'
  458. - ''
  459. - '&7Just click on the item and if you have enough'
  460. - '&7inventory space you will receive that item.'
  461. Viewing: #The Book in the Viewing Items GUI.
  462. Item: 'BOOK'
  463. Toggle: true
  464. Slot: 50
  465. Name: '&bWhat Is This Page?'
  466. Lore:
  467. - '&7This page shows all the items that'
  468. - '&7a player has currently on the bidding'
  469. - '&7and selling market. You can quickly see'
  470. - '&7what a specific player is selling.'
  471. Categories: #The Book in the Viewing Items GUI.
  472. Item: 'BOOK'
  473. Toggle: true
  474. Slot: 54
  475. Name: '&bWhat Is This Page?'
  476. Lore:
  477. - '&7This page shows all the categories'
  478. - '&7that you can choose from. When you click'
  479. - '&7a category it will open the gui with only'
  480. - '&7items that belong to that category.'
  481. Back: #The Back Buttons.
  482. Item: 'PAPER'
  483. Slot: 46
  484. Name: '&6Back'
  485. Return: #The Return Buttons.
  486. Item: 'FLOWER_POT'
  487. Slot: 50
  488. Name: '&bReturn All'
  489. Lore:
  490. - '&7Click here to return all cancelled'
  491. - '&7and expired items to your inventory.'
  492. Confirm: #The Confirm Buttons.
  493. Item: 'LIME_STAINED_GLASS_PANE'
  494. Name: '&aConfirm'
  495. Cancel: #The Cancel Buttons.
  496. Item: 'RED_STAINED_GLASS_PANE'
  497. Name: '&cCancel'
  498. Your-Item: #The item that shows when you try to buy/bid on your item.
  499. Item: 'BARRIER'
  500. Name: '&bYou Cant Purchase Your Own Item.'
  501. Cant-Afford: #The item that shows when you cant afford this item.
  502. Item: 'BARRIER'
  503. Name: '&bYou Cant Afford This Item.'
  504. Top-Bidder: #The item for when a player is already the top bidder.
  505. Item: 'BARRIER'
  506. Name: '&bYou are already the top bidder.'
  507. Bidding: #The item in the middle when bidding on an item.
  508. Item: 'BLACK_STAINED_GLASS_PANE'
  509. Name: '&7Bidding'
  510. Lore:
  511. - '&7<--&aAdd &cRemove&7-->'
  512. - '&bYour Current Bid: &3$%Bid%'
  513. - '&bCurrent Top Bid: &3$%TopBid%'
  514. Bid: #The button for when you want to confirm your bid.
  515. Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
  516. Name: '&bBid Now'
  517. Lore:
  518. - '&7Click here to Bid Now.'
  519. BlackList:
  520. - '7'
  521. - '120'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement