Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.13 KB | None | 0 0
  1. # iConomy 0.9
  2. # @author: Nijikokun
  3. # @copyright: 2010 Nijikokun CC
  4. #
  5. # !!! IMPORTANT !!!
  6. # After making changes & you like the look of this file, back it up.
  7. # Copy paste in the directory, and rename it settings.properties.bak or something.
  8. #
  9. # !!! WHY? !!!
  10. #
  11. # To keep a nice version because the parsed version will look ugly and unorganized!
  12. #
  13. use-mysql=true
  14. use-shop=true
  15. use-auction=false
  16. use-lottery=false
  17. use-signs=false
  18. use-trade=true
  19. use-trade-global=true
  20. use-stock=false
  21.  
  22. # MySQL Settings
  23. driver=com.mysql.jdbc.Driver
  24. user=minecraft
  25. pass=linksys24
  26. db=jdbc:mysql://localhost:3306/minecraft
  27.  
  28. # Money Settings
  29. money-name=MineCoin
  30. money-take=0
  31. money-give=0
  32. money-take-interval=0
  33. money-give-interval=0
  34.  
  35. # Starting Balance
  36. starting-balance=1
  37.  
  38. # Stock Details AKA supply/demand
  39. #
  40. # SETUP
  41. #
  42. # After, you have set these keys or even BEFORE you have set these keys, you must setup the BUYING properties or sql table with the stocks.
  43. # Then, set some default prices in the BUYING properties file or mysql table. NOT the selling. DO NOT USE SELLING IT WONT USE IT AT ALL.
  44. # Currently, bundling is disabled for stock supply/demand.
  45. #
  46. # NOTE: !!! (Stock has to be at least 1) !!!
  47. #
  48. # ABOUT THE KEYS
  49. #
  50. # shop-decay
  51. #
  52. # Decay is how much you wish to eat away at how much an item "weighs". It relies on shop-decay-seconds
  53. # The smaller this number (IE: 0.0000005) the slower the decay and the longer it takes to even back to normal price.
  54. #
  55. # shop-decay-seconds
  56. #
  57. # This is how often an items "weight" decays. The more the seconds the slower the decay, the reverse is true for shop-decay.
  58. # This will also affect how often the items "weights" & "stocks" are saved to database. Still at a 5 minute increment + the offset of time.
  59. #
  60. # Use with caution.
  61. #
  62. # shop-sell-offset
  63. #
  64. # The amount you wish your sell to be offset from the buying amount.
  65. #
  66. # 0.2 = 20% OF the buy price.
  67. #
  68. shop-decay=0.000008
  69. shop-decay-seconds=1
  70. shop-sell-offset=0.2
  71.  
  72. # Shop static positioning
  73. shop-position=-253.9360020296591;-526.4766634696841;
  74.  
  75. # The number of blocks from the position a player can use the shop
  76. shop-distance=20
  77.  
  78. # Do you want them to be greeted?
  79. shop-greet=true
  80.  
  81. # Lottery Ticket Cost
  82. ticket-cost=150
  83.  
  84. # Sign Shop Own Stuff
  85. sign-own-use=true
  86.  
  87. # How many shops can a player own, every sign item = shop.
  88. sign-own-amount=3
  89.  
  90. # Upgrading not yet implemented [TODO]
  91. sign-upgrade-cost=300
  92.  
  93. # Max amount per signshop
  94. sign-max-amount=1000
  95.  
  96. # Amount of waiting before player can shop again in seconds.
  97. sign-wait-amount=2
  98.  
  99. # Actionable Permissions
  100. #
  101. # Description:
  102. # 1. Seperate groups with commas.
  103. # 2. For all groups use the asterisk
  104. # 3. Don't add all groups for all, just use the asterisk!
  105. #
  106. # * don't put a comma after the asterisk!
  107. #
  108. can-view-player-balance=*
  109. can-credit=admin,mods,Banker
  110. can-debit=admin,mods,Banker
  111. can-reset=admin,mods,Banker
  112. can-rank=*
  113. can-top=*
  114. can-pay=*
  115. can-buy=donators
  116. can-sell=donators
  117. can-auction=Banker
  118. can-bid=*
  119. can-end=admin,mods
  120. can-lottery=admin
  121. can-make-sign-shops=Cashier
  122. can-sign-shop-buy=Cashier
  123. can-sign-shop-sell=Cashier
  124. can-trade=*
  125. can-position=*
  126.  
  127.  
  128. # Debugging
  129. #
  130. # SEVERELY IMPORTANT:
  131. # Sends a lot of messages to console, use only when.. well debugging an error!!
  132. #
  133. debugging=false
  134.  
  135. # Logging
  136. #
  137. # Set to true to enable logging.
  138. #
  139. log-pay=true
  140. log-sell=true
  141. log-buy=true
  142. log-auction=true
  143. log-signs=true
  144. log-trade=true
  145.  
  146. # Internal Messages
  147. #
  148. # If you change these make sure to take note of the % variables.
  149. # ... and no. you can't mix and match them.
  150. #
  151. # The ones in the strings are the only ones allowed in that string.
  152. #
  153. # Colors do work with these.
  154. # Usage:
  155. # \u00C2\u00A7[color-code] || §[color-code]
  156. # Example:
  157. # \u00C2\u00A7e || §e
  158. # `-----`- e = yellow.
  159. # RL Example:
  160. # buy-success=§eYour purchase cost you §f%s§e! Here you go!
  161. #
  162. buy-success=Your purchase cost you %s! Here you go :)!
  163. buy-not-enough=Sorry, you currently don't have enough to buy that!
  164. buy-rejected=Sorry, that item is currently unavailable!
  165. buy-invalid-amount=Sorry, you must buy these in increments of %d!
  166.  
  167. # Selling
  168. sell-none=Whoops, you seem to not have any of that item!
  169. sell-success=Your account has been credited with %s!
  170. sell-success-sold=Sold %d out of %d!
  171. sell-rejected=Sorry, that item is currently unavailable!
  172. sell-invalid-amount=Sorry, you must sell these in increments of %d!
  173.  
  174. # Lottery
  175. lottery-not-enough=Sorry, you do not have enough to buy a ticket!
  176. lottery-winner=Congratulations %s won %d %s in the lottery!
  177. lottery-loser=The lady looks at you and shakes her head. Try Again!
  178. lottery-not-available=Lottery seems to be unavailable this time. Try again!
  179. lottery-cost=The lady snatches %s from your hand and gives you a ticket.
  180.  
  181. # Money template
  182. # I've already gone through and colored them for you, feel free to change them
  183. money-tag=§7[§2Money§7]
  184. money-recieve=You recieved §2%1$s§f.
  185. money-deposited=§2%1$s§f deposited into §c%2$s's§f account.
  186. money-removed=§2%1$s§f removed from §c%2$s's§f account.
  187. money-deducted=§2%1$s§f was deducted from your account.
  188. money-reset=§eYour account has been reset.
  189. money-reset-alert=§2%1$s's account has been reset.
  190. money-pay=You have sent §2%1$s§f to §2%2$s§f.
  191. money-not-enough=§cYou do not have enough money.
  192. money-pay-self=§cYou cannot send money to yourself.
  193. money-pay-from=§2%1$s§f has sent you §2%2$s§f.
  194. money-balance=§7Balance: §2%1$s
  195. money-balance-player=§2%1$s's §7Balance: §2%2$s
  196.  
  197. # Shop template
  198. shop-tag=§f[§aShop§f]
  199. shop-item-data=Item: §2%1$s §f[#§2%2$d§f] Details:
  200. shop-purchase-bundle=Must be bought in bundles of §a%1$d§f for §2%2$s§f.
  201. shop-purchase-single=Can be bought for §2%1$s§f per item.
  202. shop-purchase-stock=Currently flux is at §2%1$s§f per item.
  203. shop-purchase-amount-bundle=§a%1$d§f bundles cost §2%2$s§f.
  204. shop-purchase-amount-single=§a%1$d§f will cost §2%2$s§f.
  205. shop-purchase-amount-stock=§a%1$d§f fluxuating at §2%2$s§f.
  206. shop-purchase-stock-low=§eCurrently stock on that item is low!
  207. shop-purchase-unavailable=§eCurrently cannot be bought!
  208. shop-purchase-list-start=Shop Buying (Page §a%1$d§f of §2%2$d§f):
  209. shop-purchase-list-bundle=§a%1$s§f costs §2%2$s§f at §a%3$d§f per bundle.
  210. shop-purchase-list-single=§a%1$s§f costs §2%2$s§f per item
  211. shop-purchase-list-stock=§a%1$s§f in flux at §2%2$s§f per item.
  212. shop-purchase-no-items=§eNo items are available for buying.
  213. shop-selling-bundle=Must be sold in bundles of §a%1$d§f for §2%2$s§f.
  214. shop-selling-single=Can be sold for §a%1$s§f per item.
  215. shop-selling-stock=Current flux is at §a%1$s§f per item.
  216. shop-selling-amount-bundle=§a%1$d§f bundles are selling for §2%2$s§f.
  217. shop-selling-amount-single=§a%1$d§f will sell for §2%2$s§f.
  218. shop-selling-amount-stock=§a%1$d§f fluxuating at §2%2$s§f.
  219. shop-selling-unavailable=§eCurrently cannot be sold!
  220. shop-selling-list-start=Shop Selling (Page §a%1$d§f of §2%2$d§f):
  221. shop-selling-list-bundle=§a%1$s§f is worth §2%2$s§f at §a%3$d§f per bundle.
  222. shop-selling-list-single=§a%1$s§f is worth §2%2$s§f per item
  223. shop-selling-list-stock=§a%1$s§f in flux at §2%2$s§f per item.
  224. shop-selling-no-items=§cNo items are available for selling.
  225. shop-stock-item=Current Stock: §2%1$d
  226. shop-invalid-item=§eInvalid Item!
  227. shop-invalid-amount=§eInvalid amount specified!
  228. shop-invalid-page=§eNot a valid page number.
  229. shop-welcome=Hello there %1$s, welcome to our shop!
  230. shop-goodbye=Thanks for shopping with us!
  231. shop-not-inside=You must be inside the shop to do that!
  232. shop-position-set=Shop has been set to the position: %1$fx, %1$fz!
  233. shop-position-unset=Shop is once again globally useable!
  234.  
  235. # Trade template
  236. trade-tag=§f[§6Trade§f]
  237. trade-item-amount=Trading: §6%1$s§f - Amount: §6%2$d§f.
  238. trade-item-recieve=You received §6%1$d §e%2$s§f.
  239. trade-item-remainder=There are §6%1$d §e%2$s§f left in the chest.
  240. trade-money-recieve=You recieved §6%1$s§f.
  241. trade-global-item-recieve=§6%1$s§f got §6%2$d §e%3$s from trading.
  242. trade-global-money-recieve=§6%1$s§f got §6%2$s§f from trading.
  243. trade-item-not-enough=Not enough items (§6%1$d§f/§6%2$d§f) for trade.
  244. trade-item-not-usable=§cThis item cannot be used for trade.
  245. trade-item-first-slot=§cAdd the items in the first slot.
  246. trade-rates=§cTrading rates are currently:
  247. trade-rates-for-item= §f- §6%1$s§fx §6%2$s§f for §6%3$s %4$s.
  248. trade-rates-for-money= §f- §6%1$s§fx §6%2$s§f for §6%3$s.
  249.  
  250. # Lottery
  251. lottery-tag=§f[§eLottery§f]
  252. lottery-not-enough=Sorry, you do not have enough to buy a ticket!
  253. lottery-winner=Congratulations %1$s won %2$d %3$s in the lottery!
  254. lottery-loser=The lady looks at you and shakes her head. Try Again!
  255. lottery-not-available=Lottery seems to be unavailable this time. Try again!
  256. lottery-cost=The lady snatches %1$s from your hand and gives you a ticket.
  257.  
  258. # Sign Shop Messages
  259. # I've already gone through and colored them for you! :D Green / white, rose / white, yellow for waiting.
  260. sign-amount-greater-than=§cAmount must be greater then §f%1$d
  261. sign-amount-left=§2You now have §f%1$d §2left of §f%2$s §2in your stock.
  262. sign-bought-amount=§2You bought §f%1$d §2of §f%2$s§2, it cost you §f%3$s
  263. sign-buy-created=§2Shop sign created! §2People can buy §f%1$d %2$s §2for §f%3$s §2from you.
  264. sign-failed-parse=§cFailed to parse: §f%1$s
  265. sign-invalid=§cShop no longer exists, resetting text!
  266. sign-invalid-item=§cInvalid item!
  267. sign-max-buysell=§cYou may not sell or buy items in amounts over §f%1$d
  268. sign-not-enough-player=§cYou don't have enough §f%1$s §cto do that!
  269. sign-non-existant=§cYou don't have a sign with that item.
  270. sign-owner-bankrupt=§f%1$s §cis currently out of §f%2$s.
  271. sign-owner-not-enough-stock=§f%1$s §cdoesn't have enough §f%2$s §cleft in stock!
  272. sign-owner-no-stock=§f%1$s §cdoesn't have that in stock!
  273. sign-you-no-stock=§f%1$s §cdon't have that in stock!
  274. sign-owner-stock=§f%1$d %2$s �§2has been put into stock!
  275. sign-player-sold=§2You sold §f%1$d %2$s §2giving you §f%3$s
  276. sign-sell-created=§2Shop sign created! §2People can sell §f%1$d %2$s §2at §f%3$s §2to you.
  277. sign-transaction-greater-than=§cTransaction amount must be greater then §f%1$d
  278. sign-upgrade-amount=§cCannot upgrade! You must have at least %1$s to upgrade.
  279. sign-upgrade-exists=§cSorry! Cannot upgrade, you must create a sign first!
  280. sign-values-numerical=§cValues are not numerical: §f%1$s
  281. sign-wait=§eYou need to wait §6%1$d seconds before shopping!
  282. sign-stock-full=§eSorry, currently your stock is full!
  283. sign-stock-owner-full=§eSorry, %1$s's stock is currently full!
  284. buy-not-enough-stock=Sorry, stock on that item is currently low!
  285. shop-stock-low=Currently stock on that item is low!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement