Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.84 KB | None | 0 0
  1. Settings:
  2. Prefix: '&7[&bМаркет&7]: ' #Prefix of when you get Crazy Auctions Messages.
  3. GUIName: '&4Маркет&8' #Name of the Main GUI.
  4. Players-Current-Items: '&8Ваши Предложения' #The Name of the Player Current Items GUI.
  5. Cancelled/Expired-Items: '&8Отмененные / Истекшие предложения' #Name of the Cancelled/Expired GUI.
  6. Buying-Item: '&8Покупка: Вы уверены?' #Name of the Buying GUI.
  7. Bidding-On-Item: '&8Вы предлагаете цену за этот предмет.' #Name of the Budding GUI.
  8. Categories: '&8Категории' #Name of the Category GUI.
  9. Sell-Time: 2d #The time that each item will sell for.
  10. Bid-Time: 5m 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. Sounds:
  20. Toggle: False #Disable the clicking sound.
  21. 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.
  22. #1.8 sounds are found here: http://docs.codelanx.com/Bukkit/1.8/org/bukkit/Sound.html
  23. #1.9 sounds are found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
  24. GUISettings: #Settings for things in the gui.
  25. SellingItemLore: #The lore on items that are being sold.
  26. - '&7-------------------------'
  27. - '&aНажмите, что бы купить.'
  28. - ''
  29. - '&9Цена: &e$%Price%'
  30. - '&9Продавец: &e%Seller%'
  31. - '&7-------------------------'
  32. CurrentLore: #Lore on items that are in your current items GUI.
  33. - '&7-------------------------'
  34. - '&aНажмите, что бы отменить.'
  35. - ''
  36. - '&9Цена: &e$%Price%'
  37. - '&9Истекает: &e%Time%'
  38. - '&7-------------------------'
  39. Cancelled/ExpiredLore: #Lore on items that are in your cancelled/expired GUI.
  40. - '&7-------------------------'
  41. - '&aНажмите, что бы вернуть в инвентарь.'
  42. - ''
  43. - '&9Полный срок: &e%Time%'
  44. - '&7-------------------------'
  45. Bidding: #Lore on Bidding Items.
  46. - '&7-------------------------'
  47. - '&aНажмите для торга.'
  48. - ''
  49. - '&9Продавец: &e%Seller%'
  50. - '&9Текущая ставка: &e$%TopBid%'
  51. - '&9Претендент: &e%TopBidder%'
  52. - '&9До конца: &e%Time%'
  53. - '&7-------------------------'
  54. Category-Settings:
  55. Armor:
  56. Item: '315'
  57. Toggle: true
  58. Slot: 11
  59. Name: '&6&lЗащита'
  60. Lore:
  61. - '&7Эта категория содержит всю'
  62. - '&7защиту, которая в настоящее время продаются.'
  63. Weapons:
  64. Item: '283'
  65. Toggle: true
  66. Slot: 12
  67. Name: '&6&lПредметы'
  68. Lore:
  69. - '&7Эта категория содержит все'
  70. - '&7предметы, которые в настоящее время продаются.'
  71. Tools:
  72. Item: '285'
  73. Toggle: true
  74. Slot: 13
  75. Name: '&6&lИнструменты'
  76. Lore:
  77. - '&7Эта категория содержит все'
  78. - '&7инструменты, которые в настоящее время продаются.'
  79. Food:
  80. Item: '322'
  81. Toggle: true
  82. Slot: 14
  83. Name: '&6&lЕда'
  84. Lore:
  85. - '&7Эта категория содержит всю'
  86. - '&7еду, которая в настоящее время продаются.'
  87. Potions:
  88. Item: '373:8227'
  89. Toggle: true
  90. Slot: 15
  91. Name: '&6&lЗелья'
  92. Lore:
  93. - '&7Эта категория содержит все'
  94. - '&7зелья, которые в настоящее время продаются.'
  95. Blocks:
  96. Item: '2'
  97. Toggle: true
  98. Slot: 16
  99. Name: '&6&lБлоки'
  100. Lore:
  101. - '&7Эта категория содержит все'
  102. - '&7блоки, которые в настоящее время продаются.'
  103. Other:
  104. Item: '371'
  105. Toggle: true
  106. Slot: 17
  107. Name: '&6&lПрочее'
  108. Lore:
  109. - '&7Эта категория содержит все'
  110. - '&7прочее предметы, которые в настоящее время продаются.'
  111. None:
  112. Item: '166'
  113. Toggle: true
  114. Slot: 23
  115. Name: '&6&lНет'
  116. Lore:
  117. - '&7Эта категория содержит все'
  118. - '&7предметы которые в настроящее время продаются.'
  119. OtherSettings: #Other Settings for the GUIs.
  120. SellingItems: #The button for your current items.
  121. Item: '264' #The item that this button is.
  122. Toggle: true #If the item is in the gui or not.
  123. Slot: 46 #The slot it is in. I recommend not changing these. If you do make sure they are still in the bottom row.
  124. Name: '&6Предметы которые вы продаете' #Name of the item.
  125. Lore: #Lore of the item.
  126. - '&aНажмите что бы просмотреть все предметы,'
  127. - '&aкоторые вы продаете.'
  128. Cancelled/ExpiredItems: #The button for Cancelled/Expired Items.
  129. Item: '394'
  130. Toggle: true
  131. Slot: 47
  132. Name: '&6Истекшие / Отмененные предметы'
  133. Lore:
  134. - '&aНажмите что бы просмотреть все'
  135. - '&aпредметы которые вы отменили или истекло время.'
  136. PreviousPage: #The button for Previous Page.
  137. Item: '339'
  138. Toggle: true
  139. Slot: 49
  140. Name: '&6Предыдушая страница'
  141. Lore: {}
  142. Refesh: #The button for Refresh Page.
  143. Item: '175'
  144. Toggle: true
  145. Slot: 50
  146. Name: '&6Обновить страницу'
  147. Lore: {}
  148. NextPage: #The button for Next Page.
  149. Item: '339'
  150. Toggle: true
  151. Slot: 51
  152. Name: '&6Следующая страница'
  153. Lore: {}
  154. Category1: #The button for Next Page.
  155. Item: '54'
  156. Toggle: true
  157. Slot: 52
  158. Name: '&6Категории'
  159. Lore:
  160. - '&bТекущая Категория: &6%Category%'
  161. - '&aХотите увидеть предметы в определенной категории?'
  162. - '&aНажмите что бы просмотреть все категории.'
  163. Category2: #The button for Next Page.
  164. Item: '54'
  165. Toggle: true
  166. Slot: 48
  167. Name: '&6Категории'
  168. Lore:
  169. - '&bТекущая Категория: &6%Category%'
  170. - '&aХотите увидеть предметы в определенной категории?'
  171. - '&aНажмите что бы просмотреть все категории.'
  172. Bidding/Selling: #Switch between Bidding and Selling.
  173. Selling:
  174. Item: '341'
  175. Toggle: true
  176. Slot: 53
  177. Name: '&6Сейчас вы просматриваете маркет.'
  178. Lore:
  179. - '&7&l(&6&l!&7&l) &7Нажмите что бы перейти на аукцион'
  180. Bidding:
  181. Item: '378'
  182. Toggle: true
  183. Slot: 53
  184. Name: '&6Сейчас вы просматриваете аукцион'
  185. Lore:
  186. - '&7&l(&6&l!&7&l) &7Нажмите что бы перейти в маркет.'
  187. WhatIsThis: #The info on all the Books buttons.
  188. SellingShop: #The Book in the main shop.
  189. Item: '340'
  190. Toggle: true
  191. Slot: 54
  192. Name: '&6Что это за страница?'
  193. Lore:
  194. - '&aЭто страница торговли'
  195. - '&aвы можете продавать / покупать'
  196. - '&aне нужные / нужные вам предметы'
  197. - ''
  198. - '&aЗдесь вы можете найти подходящий'
  199. - '&aвам по цене предмет и купить его'
  200. - '&eWORLDBEAR.RU - Донат'
  201. BiddingShop: #The Book in the main shop.
  202. Item: '340'
  203. Toggle: true
  204. Slot: 54
  205. Name: '&6What Is This Page?'
  206. Lore:
  207. - '&aThis is the crazy auctions, here you can'
  208. - '&aput items for sale, and bid on items'
  209. - '&athat others have put for sale.'
  210. - ''
  211. - '&aThe bidding auction is also a great place to'
  212. - '&amake money by bidding off items that others'
  213. - '&amay be interested in bidding on.'
  214. CurrentItems: #The Book in the Current items GUI.
  215. Item: '340'
  216. Toggle: true
  217. Slot: 54
  218. Name: '&6What Is This Page?'
  219. Lore:
  220. - '&aThese are your current listings, all of'
  221. - '&athe items you currenty have listed on'
  222. - '&acrazy auctions are displayed here.'
  223. - ''
  224. - '&aYou can cancel and view your listings'
  225. - '&aexpire time here.'
  226. Cancelled/ExpiredItems: #The Book in the Cancelled/Expired Items GUI.
  227. Item: '340'
  228. Toggle: true
  229. Slot: 54
  230. Name: '&6What Is This Page?'
  231. Lore:
  232. - '&aThis page houses all of your cancelled and'
  233. - '&aexpired items, when a listings is cancelled'
  234. - '&aor expires you will be able to return that'
  235. - '&aitem back to you from this menu.'
  236. - ''
  237. - '&aJust click on the item and if you have enough'
  238. - '&ainventory space you will receive that item.'
  239. Viewing: #The Book in the Viewing Items GUI.
  240. Item: '340'
  241. Toggle: true
  242. Slot: 50
  243. Name: '&6What Is This Page?'
  244. Lore:
  245. - '&aThis page shows all the items that'
  246. - '&aa player has currently on the bidding'
  247. - '&aand selling market. You can quickly see'
  248. - '&awhat a specific player is selling.'
  249. Categories: #The Book in the Viewing Items GUI.
  250. Item: '340'
  251. Toggle: true
  252. Slot: 54
  253. Name: '&6What Is This Page?'
  254. Lore:
  255. - '&aThis page shows all the categories'
  256. - '&athat you can choose from. When you click'
  257. - '&aa category it will open the gui with only'
  258. - '&aitems that belong to that category.'
  259. Back: #The Back Buttons.
  260. Item: '339'
  261. Slot: 46
  262. Name: '&6Назад'
  263. Return: #The Return Buttons.
  264. Item: '390'
  265. Slot: 50
  266. Name: '&6Вернуть все'
  267. Lore:
  268. - '&aНажмите что бы вернуть все в инвентарь'
  269. Confirm: #The Confirm Buttons.
  270. Item: '160:5'
  271. Name: '&aПодтвердить'
  272. Cancel: #The Cancel Buttons.
  273. Item: '160:14'
  274. Name: '&cОтменить'
  275. Your-Item: #The item that shows when you try to buy/bid on your item.
  276. Item: '166'
  277. Name: '&cВы не можете купить свой собственный товар.'
  278. Cant-Afford: #The item that shows when you cant afford this item.
  279. Item: '166'
  280. Name: '&cВы не можете позволить себе этот товар.'
  281. Top-Bidder: #The item for when a player is already the top bidder.
  282. Item: '166'
  283. Name: '&cВы являетесь первым претендентом на предмет.'
  284. Bidding: #The item in the middle when bidding on an item.
  285. Item: '160:15'
  286. Name: '&7Лот'
  287. Lore:
  288. - '&7<--&aДобавить &cУбрать&7-->'
  289. - '&9Ваша текущая ставка: &e$%Bid%'
  290. - '&9Текущая ставка: &e$%TopBid%'
  291. Bid: #The button for when you want to confirm your bid.
  292. Item: '160:3'
  293. Name: '&bСделать ставку'
  294. Lore:
  295. - '&7Нажмите что бы сделать ставку.'
  296. BlackList:
  297. - '7'
  298. - '120'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement