Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. #
  2. # Your database information should go here.#
  3. SQLite: true
  4. sql:
  5. host: 127.0.0.1
  6. port: '3306'
  7. database: database
  8. user: user
  9. pass: password
  10. auction:
  11. listingPrice: 2
  12. listingHours: 24
  13. unclaimedHours: 240
  14. preventCreativeSale: true
  15. maxSellPrice: 1000000000000
  16. taxPercentage: 0.0
  17. maxPermissionIncludeExpired: false
  18. useAuctionNoAHPermission: true
  19. blacklist:
  20. - '1000'
  21. - '1001:12'
  22. - '12333:4'
  23. blacklistLore:
  24. - Blacklisted Line Of Lore
  25. language:
  26. mainMenuName: Aukcje
  27. currentListingsMenuName: Twoje aukcje
  28. expiredMenuName: Anulowane / wygasniete aukcje
  29. purchaseItemMenuName: 'Czy na pewno chcesz to zrobić?'
  30. menuItemText:
  31. listedItem:
  32. lore:
  33. - '&7-------------------------'
  34. - '&aNaciśnij aby podbić.'
  35. - ''
  36. - '&9Cena: &e$%price%'
  37. - '&9Sprzedający: &e%seller%'
  38. - '&9Do końca: &e%time%'
  39. - '&7-------------------------'
  40. yourListedItem:
  41. lore:
  42. - '&7-------------------------'
  43. - '&cNaciśnij aby anulować.'
  44. - ''
  45. - '&9Cena: &e$%price%'
  46. - '&9Do końca: &e%time%'
  47. - '&7-------------------------'
  48. yourExpiredItem:
  49. lore:
  50. - '&7-------------------------'
  51. - '&aNaciśnij aby odebrać do ekwipunku.'
  52. - '&7-------------------------'
  53. yourListedItems:
  54. id: '264'
  55. name: '&6Twoje aukcje'
  56. lore:
  57. - '&aNaciśnij, aby zobaczyć wszystkie przedmioty'
  58. - '&aktóre obecnie wystawiłeś na aukcje.'
  59. - ''
  60. - '&9Przedmioty: &e%selling%'
  61. yourExpiredItems:
  62. id: '394'
  63. name: '&6Odbierz przedmioty'
  64. lore:
  65. - '&aNaciśnij aby zobaczyć listę przedmiotów'
  66. - '&aktóre wygrałeś na aukcji lub twoje aukcje, które anulowałeś.'
  67. - ''
  68. - '&9Przedmioty: &e%expired%'
  69. returnAllItems:
  70. id: '390'
  71. name: '&6Odbierz wszystkie'
  72. lore:
  73. - '&aNaciśnij, aby odebrać wszystkie przedmioty'
  74. - '&aprosto do twojego ekwipunku.'
  75. previousPage:
  76. id: '339'
  77. name: '&6Poprzednia strona'
  78. refreshPage:
  79. id: '175'
  80. name: '&6Odśwież stronę'
  81. nextPage:
  82. id: '339'
  83. name: '&6Następna strona'
  84. backButton:
  85. id: '339'
  86. name: '&6Powrót'
  87. howToSell:
  88. id: '388'
  89. name: '&6Jak wystawić przedmiot?'
  90. lore:
  91. - '&aAby wystawić przedmiot na aukcję, musisz trzymając go'
  92. - '&aw ręce wpisać &e/wystaw <cena>'
  93. mainWhatIsThisPage:
  94. id: '340'
  95. name: '&6Co jest na tej stronie?'
  96. lore:
  97. - '&aTutaj znajduje się lista wszystkich przedmiotów'
  98. - '&awystawionych przez innych graczy na aukcję.'
  99. - '&aMożesz podbić aukcję naciskając na przedmiot.'
  100. yourListedWhatIsThisPage:
  101. id: '340'
  102. name: '&6Co jest na tej stronie?'
  103. lore:
  104. - '&aTutaj znajduje się lista twoich przedmiotów'
  105. - '&aktóre wystawiłeś na aukcję.'
  106. expiredWhatIsThisPage:
  107. id: '340'
  108. name: '&6Co jest na tej stronie?'
  109. lore:
  110. - '&aTutaj znajduje się lista przedmiotów, które'
  111. - '&akupiłeś na aukcji, lub twoje anulowane bądź wygaśnięte aukcje.'
  112. purchaseConfirm:
  113. name: '&aPotwierdź'
  114. purchaseCancel:
  115. name: '&cAnuluj'
  116. purchaseItem:
  117. lore:
  118. - ''
  119. - '&9Cena: &e$%price%'
  120. - '&9Sprzedający: &e%seller%'
  121. recentSalesLog:
  122. id: '266'
  123. name: '&6Niedawno sprzedaje przedmioty'
  124. logLineFormat: '&9Sprzedano &e%item% &9graczowi &e%buyer% &9za &e$%price%&9.'
  125. noneSoldLore: '&cJeszcze nic nie sprzedałeś.'
  126. clickFails:
  127. notEnoughInventory: Brak miejsca w ekwipunku
  128. cannotPurchaseSelf: Nie mozesz podbic wlasnej aukcji
  129. notExists: Ten przedmiot juz nie jest na aukcji
  130. cannotAfford: Nie mozesz tego zrobic
  131. noListingsToReturn: Nie mozesz tego zrobic
  132. chatMessages:
  133. itemPurchased: '&ePomyślnie podbito cenę!'
  134. buyerPurchased: '&6%buyer% &epodbił twoją aukcję do &6$%taxedPrice%&e!'
  135. listedItem: '&eYou have &6listed &ean item on the &6auction house&e!'
  136. listingCancel: '&ePomyślnie anulowano aukcję. Aby odebrać przedmiot, udaj się do zakładki &aAnulowane / Wygaśnięte aukcje'
  137. adminRemoveListing: '&eListing Removed.'
  138. expiredReturned: '&ePrzedmiot zwrócony.'
  139. notEnoughInventory: '&cBrak miejsca w ekwipunku.'
  140. returnedAll: '&6Zwrócono wszystkie przedmioty.'
  141. unknownCommand: '&cUnknown command. Use /ah help for auction commands.'
  142. notHoldingItem: '&cMusisz trzymać przedmiot w ręce.'
  143. inCreative: '&cYou cannot sell items while in creative.'
  144. noMore: '&cNie możesz wystawić więcej przedmiotów.'
  145. max: '&cNie możesz wystawić więcej przedmiotów.'
  146. invalidPrice: '&cPodano niepoprawną cenę.'
  147. maxMoney: '&cCena nie może być wyższa niż $999,999,999.'
  148. maxSetMoney: '&cCena nie może być wyższa niż $1,000,000,000,000'
  149. notEnoughMoney: '&cNie masz tyle pieniędzy.'
  150. getHelp: '&cUse /ah help for help.'
  151. isBlacklisted: '&cThat item is not allowed to be put on the auction house!'
  152. help:
  153. - '&9/ah - &6Open the Auction house.'
  154. - '&9/ah sell <amount>- &6Sell the item you are holding.'
  155. - '&9/ah selling - &6View the items you are selling.'
  156. - '&9/ah expired - &6View your expired items to return.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement