Advertisement
Guest User

Untitled

a guest
Mar 12th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.90 KB | None | 0 0
  1. database:
  2. type: sqlite
  3. mySQLHost: localhost
  4. mySQLPort: 3306
  5. mySQLDatabase: db
  6. mySQLUser: root
  7. mySQLPassword: ""
  8. tableNames:
  9. players: "players"
  10.  
  11. economyType: VAULT
  12. shopMenuName: "&8&l* &e&lAquila Shop &8&l*"
  13. shopMenuSize: 54
  14. enableSellAll: true
  15. enableBuyGUI: true
  16. enableSellGUI: true
  17. enableSellGUISellAll: true
  18. returnToShop: true
  19. quickBuySell: false
  20. hideBuyPriceForUnbuyable: true
  21. hideSellPriceForUnsellable: true
  22. invertBuySell: false
  23. maxEnchantments: 3
  24. limitEnchantmentLevelDiff: false
  25. enableAmountSelectionFix: true
  26. allowAllSellAllStackSizes: false
  27. roundPrices: none
  28. disableMainMenu: false
  29. useDifferentMessagesForFreeItems: true
  30. capitalizeItemNames: true
  31. priceModifiersType: BOTH
  32. closeGuiAfterSellAll: false
  33. openBulkGuiImmediately: false
  34.  
  35. itemStackSizeCappedAt:
  36. 1:
  37. material: ENDER_PEARL
  38. size: 16
  39. 2:
  40. material: SNOW_BALL
  41. size: 16
  42. 3:
  43. material: SIGN
  44. size: 16
  45. 4:
  46. material: EGG
  47. size: 16
  48. 5:
  49. material: BUCKET
  50. size: 1
  51.  
  52. disableShopsInGamemodes:
  53. - ADVENTURE
  54. - CREATIVE
  55. - SPECTATOR
  56.  
  57. disableShopsInWorlds: []
  58. displayPriceModifiersInPercents: true
  59. disableSudoWorldPermissionCheck: false
  60. disableSudoShopPermissionCheck: false
  61. sellHandAllExcludeFreeItems: true
  62.  
  63. defaultItemSettings:
  64. compareMeta: false
  65. stripItemMeta: false
  66.  
  67. shopItemLoreFormat:
  68. item:
  69. - "&7Buy price: &c%buy%$"
  70. - "&7Sell price: &a%sell%$"
  71. - "&7Click MMB to sell all"
  72. itemBuyGUI:
  73. - "&7Buy price: &c%buy%$"
  74. itemSellGUI:
  75. - "&7Sell price: &a%sell%$"
  76. itemSellGUISellAll:
  77. - "&7Sell all for: &a%sell%$"
  78. permission:
  79. - "&7Buy price: &c%buy%$"
  80. enchantment:
  81. - "&7Buy price: &c%buy%$"
  82. command:
  83. - "&7Buy price: &c%buy%$"
  84.  
  85. log:
  86. toConsole: true
  87. toFile: false
  88. formatDate: "yyyy/MM/dd HH:mm:ss"
  89. formatBuy: "%player% bought %amount% x %item% for %price%$ from %shop% shop"
  90. formatSell: "%player% sold %amount% x %item% for %price%$ to %shop% shop"
  91. formatSellAll: "%player% sold all %amount% x %item% for %price%$ to %shop% shop"
  92.  
  93. sellHand:
  94. allowAllQuantites: true
  95. sellsAllItems: false
  96.  
  97. sellAll:
  98. detailedSummary: false
  99.  
  100. buttons:
  101. goBack:
  102. item:
  103. material: NETHER_STAR
  104. amount: 1
  105. damage: 0
  106. name: "&cGo back to categories"
  107. lore:
  108. - "&7Click here to return"
  109. - "&7to the main menu"
  110. slot: 49
  111. previousPage:
  112. item:
  113. material: PAPER
  114. quantity: 1
  115. name: "&ePrevious page"
  116. slot: 45
  117. nextPage:
  118. item:
  119. material: PAPER
  120. quantity: 1
  121. name: "&eNext page"
  122. slot: 53
  123.  
  124. amountSelectionGUIBulkBuy:
  125. size: 18
  126. replaceButtonsType: true
  127. buttons:
  128. buy1:
  129. item:
  130. quantity: 1
  131. name: "&aBuy 1 stack"
  132. lore:
  133. - "&7Price: &c%buy%$"
  134. value: 1
  135. slot: 0
  136. buy2:
  137. item:
  138. quantity: 2
  139. name: "&aBuy 2 stacks"
  140. lore:
  141. - "&7Price: &c%buy%$"
  142. value: 2
  143. slot: 1
  144. buy3:
  145. item:
  146. quantity: 3
  147. name: "&aBuy 3 stacks"
  148. lore:
  149. - "&7Price: &c%buy%$"
  150. value: 3
  151. slot: 2
  152. buy4:
  153. item:
  154. quantity: 4
  155. name: "&aBuy 4 stacks"
  156. lore:
  157. - "&7Price: &c%buy%$"
  158. value: 4
  159. slot: 3
  160. buy5:
  161. item:
  162. quantity: 5
  163. name: "&aBuy 5 stacks"
  164. lore:
  165. - "&7Price: &c%buy%$"
  166. value: 5
  167. slot: 4
  168. buy6:
  169. item:
  170. quantity: 6
  171. name: "&aBuy 6 stacks"
  172. lore:
  173. - "&7Price: &c%buy%$"
  174. value: 6
  175. slot: 5
  176. buy7:
  177. item:
  178. quantity: 7
  179. name: "&aBuy 7 stacks"
  180. lore:
  181. - "&7Price: &c%buy%$"
  182. value: 7
  183. slot: 6
  184. buy8:
  185. item:
  186. quantity: 8
  187. name: "&aBuy 8 stacks"
  188. lore:
  189. - "&7Price: &c%buy%$"
  190. value: 8
  191. slot: 7
  192. buy9:
  193. item:
  194. quantity: 9
  195. name: "&aBuy 9 stacks"
  196. lore:
  197. - "&7Price: &c%buy%$"
  198. value: 9
  199. slot: 8
  200. cancel:
  201. item:
  202. material: STAINED_GLASS
  203. quantity: 1
  204. damage: 14
  205. name: "&cCancel"
  206. slot: 13
  207.  
  208. amountSelectionGUIBulkSell:
  209. size: 18
  210. replaceButtonsType: true
  211. buttons:
  212. sell1:
  213. item:
  214. quantity: 1
  215. name: "&aSell 1 stack"
  216. lore:
  217. - "&7Price: &c%sell%$"
  218. value: 1
  219. slot: 0
  220. sell2:
  221. item:
  222. quantity: 2
  223. name: "&aSell 2 stacks"
  224. lore:
  225. - "&7Price: &c%sell%$"
  226. value: 2
  227. slot: 1
  228. sell3:
  229. item:
  230. quantity: 3
  231. name: "&aSell 3 stacks"
  232. lore:
  233. - "&7Price: &c%sell%$"
  234. value: 3
  235. slot: 2
  236. sell4:
  237. item:
  238. quantity: 4
  239. name: "&aSell 4 stacks"
  240. lore:
  241. - "&7Price: &c%sell%$"
  242. value: 4
  243. slot: 3
  244. sell5:
  245. item:
  246. quantity: 5
  247. name: "&aSell 5 stacks"
  248. lore:
  249. - "&7Price: &c%sell%$"
  250. value: 5
  251. slot: 4
  252. sell6:
  253. item:
  254. quantity: 6
  255. name: "&aSell 6 stacks"
  256. lore:
  257. - "&7Price: &c%sell%$"
  258. value: 6
  259. slot: 5
  260. sell7:
  261. item:
  262. quantity: 7
  263. name: "&aSell 7 stacks"
  264. lore:
  265. - "&7Price: &c%sell%$"
  266. value: 7
  267. slot: 6
  268. sell8:
  269. item:
  270. quantity: 8
  271. name: "&aSell 8 stacks"
  272. lore:
  273. - "&7Price: &c%sell%$"
  274. value: 8
  275. slot: 7
  276. sell9:
  277. item:
  278. quantity: 9
  279. name: "&aSell 9 stacks"
  280. lore:
  281. - "&7Price: &c%sell%$"
  282. value: 9
  283. slot: 8
  284. cancel:
  285. item:
  286. material: STAINED_GLASS
  287. quantity: 1
  288. damage: 14
  289. name: "&cCancel"
  290. slot: 13
  291.  
  292. amountSelectionGUI:
  293. size: 54
  294. itemSlot: 22
  295. buttons:
  296. set1:
  297. item:
  298. material: STAINED_GLASS_PANE
  299. quantity: 1
  300. damage: 14
  301. name: "&cSet to 1"
  302. slot: 18
  303. remove10:
  304. item:
  305. material: STAINED_GLASS_PANE
  306. quantity: 10
  307. damage: 14
  308. name: "&cRemove 10"
  309. slot: 19
  310. remove1:
  311. item:
  312. material: STAINED_GLASS_PANE
  313. quantity: 1
  314. damage: 14
  315. name: "&cRemove 1"
  316. slot: 20
  317. add1:
  318. item:
  319. material: STAINED_GLASS_PANE
  320. quantity: 1
  321. damage: 5
  322. name: "&aAdd 1"
  323. slot: 24
  324. add10:
  325. item:
  326. material: STAINED_GLASS_PANE
  327. quantity: 10
  328. damage: 5
  329. name: "&aAdd 10"
  330. slot: 25
  331. set16:
  332. item:
  333. material: STAINED_GLASS_PANE
  334. quantity: 16
  335. damage: 5
  336. name: "&aSet to 16"
  337. slot: 26
  338. set64:
  339. item:
  340. material: STAINED_GLASS_PANE
  341. quantity: 64
  342. damage: 5
  343. name: "&aSet to 64"
  344. slot: 26
  345. confirm:
  346. item:
  347. material: STAINED_GLASS
  348. quantity: 1
  349. damage: 5
  350. name: "&aConfirm"
  351. slot: 39
  352. sellAll:
  353. item:
  354. material: STAINED_GLASS
  355. quantity: 1
  356. damage: 5
  357. name: "&aSell all"
  358. slot: 40
  359. buyMore:
  360. item:
  361. material: STAINED_GLASS
  362. quantity: 64
  363. damage: 5
  364. name: "&aBuy more"
  365. slot: 49
  366. sellMore:
  367. item:
  368. material: STAINED_GLASS
  369. quantity: 64
  370. damage: 5
  371. name: "&aSell more"
  372. slot: 49
  373. cancel:
  374. item:
  375. material: STAINED_GLASS
  376. quantity: 1
  377. damage: 14
  378. name: "&cCancel"
  379. slot: 41
  380.  
  381. shopMenuItems:
  382. 1:
  383. item:
  384. material: 264
  385. quantity: 1
  386. name: "&7* &bOres &7*"
  387. shop: "ores"
  388. slot: 12
  389. 2:
  390. item:
  391. material: 2
  392. quantity: 1
  393. name: "&7* &6Blocks &7*"
  394. shop: "blocks"
  395. slot: 14
  396. 3:
  397. item:
  398. material: 364
  399. quantity: 1
  400. name: "&7* &9Food &7*"
  401. shop: "food"
  402. slot: 20
  403. 4:
  404. item:
  405. material: 351
  406. damage: 1
  407. quantity: 1
  408. name: "&7* &cColored Blocks &7*"
  409. shop: "coloredblocks"
  410. slot: 22
  411. 5:
  412. item:
  413. material: 331
  414. quantity: 1
  415. name: "&7* &4Redstone &7*"
  416. shop: "redstone"
  417. slot: 24
  418. 6:
  419. item:
  420. material: 421
  421. quantity: 1
  422. name: "&7* &2Miscellaneous &7*"
  423. shop: "miscellaneous"
  424. slot: 28
  425. 7:
  426. item:
  427. material: 296
  428. quantity: 1
  429. name: "&7* &eFarming &7*"
  430. shop: "farming"
  431. slot: 30
  432. 8:
  433. item:
  434. material: 52
  435. quantity: 1
  436. name: "&7* &aSpawners &7*"
  437. shop: "spawners"
  438. slot: 32
  439. 9:
  440. item:
  441. material: 367
  442. quantity: 1
  443. name: "&7* &dMob Drops &7*"
  444. shop: "mobdrops"
  445. slot: 34
  446.  
  447. specialElements:
  448. balance:
  449. item:
  450. material: GOLD_NUGGET
  451. quantity: 1
  452. name: "&6Your balance"
  453. lore:
  454. - "&7$%balance%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement