· 9 years ago · Jul 02, 2017, 11:54 PM
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#
13use-mysql=true
14use-shop=true
15use-auction=false
16use-lottery=false
17use-signs=false
18use-trade=true
19use-trade-global=true
20use-stock=false
21
22# MySQL Settings
23driver=com.mysql.jdbc.Driver
24user=minecraft
25pass=linksys24
26db=jdbc:mysql://localhost:3306/minecraft
27
28# Money Settings
29money-name=MineCoin
30money-take=0
31money-give=0
32money-take-interval=0
33money-give-interval=0
34
35# Starting Balance
36starting-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#
68shop-decay=0.000008
69shop-decay-seconds=1
70shop-sell-offset=0.2
71
72# Shop static positioning
73shop-position=-253.9360020296591;-526.4766634696841;
74
75# The number of blocks from the position a player can use the shop
76shop-distance=20
77
78# Do you want them to be greeted?
79shop-greet=true
80
81# Lottery Ticket Cost
82ticket-cost=150
83
84# Sign Shop Own Stuff
85sign-own-use=true
86
87# How many shops can a player own, every sign item = shop.
88sign-own-amount=3
89
90# Upgrading not yet implemented [TODO]
91sign-upgrade-cost=300
92
93# Max amount per signshop
94sign-max-amount=1000
95
96# Amount of waiting before player can shop again in seconds.
97sign-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#
108can-view-player-balance=*
109can-credit=admin,mods,Banker
110can-debit=admin,mods,Banker
111can-reset=admin,mods,Banker
112can-rank=*
113can-top=*
114can-pay=*
115can-buy=donators
116can-sell=donators
117can-auction=Banker
118can-bid=*
119can-end=admin,mods
120can-lottery=admin
121can-make-sign-shops=Cashier
122can-sign-shop-buy=Cashier
123can-sign-shop-sell=Cashier
124can-trade=*
125can-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#
133debugging=false
134
135# Logging
136#
137# Set to true to enable logging.
138#
139log-pay=true
140log-sell=true
141log-buy=true
142log-auction=true
143log-signs=true
144log-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#
162buy-success=Your purchase cost you %s! Here you go :)!
163buy-not-enough=Sorry, you currently don't have enough to buy that!
164buy-rejected=Sorry, that item is currently unavailable!
165buy-invalid-amount=Sorry, you must buy these in increments of %d!
166
167# Selling
168sell-none=Whoops, you seem to not have any of that item!
169sell-success=Your account has been credited with %s!
170sell-success-sold=Sold %d out of %d!
171sell-rejected=Sorry, that item is currently unavailable!
172sell-invalid-amount=Sorry, you must sell these in increments of %d!
173
174# Lottery
175lottery-not-enough=Sorry, you do not have enough to buy a ticket!
176lottery-winner=Congratulations %s won %d %s in the lottery!
177lottery-loser=The lady looks at you and shakes her head. Try Again!
178lottery-not-available=Lottery seems to be unavailable this time. Try again!
179lottery-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
183money-tag=§7[§2Money§7]
184money-recieve=You recieved §2%1$s§f.
185money-deposited=§2%1$s§f deposited into §c%2$s's§f account.
186money-removed=§2%1$s§f removed from §c%2$s's§f account.
187money-deducted=§2%1$s§f was deducted from your account.
188money-reset=§eYour account has been reset.
189money-reset-alert=§2%1$s's account has been reset.
190money-pay=You have sent §2%1$s§f to §2%2$s§f.
191money-not-enough=§cYou do not have enough money.
192money-pay-self=§cYou cannot send money to yourself.
193money-pay-from=§2%1$s§f has sent you §2%2$s§f.
194money-balance=§7Balance: §2%1$s
195money-balance-player=§2%1$s's §7Balance: §2%2$s
196
197# Shop template
198shop-tag=§f[§aShop§f]
199shop-item-data=Item: §2%1$s §f[#§2%2$d§f] Details:
200shop-purchase-bundle=Must be bought in bundles of §a%1$d§f for §2%2$s§f.
201shop-purchase-single=Can be bought for §2%1$s§f per item.
202shop-purchase-stock=Currently flux is at §2%1$s§f per item.
203shop-purchase-amount-bundle=§a%1$d§f bundles cost §2%2$s§f.
204shop-purchase-amount-single=§a%1$d§f will cost §2%2$s§f.
205shop-purchase-amount-stock=§a%1$d§f fluxuating at §2%2$s§f.
206shop-purchase-stock-low=§eCurrently stock on that item is low!
207shop-purchase-unavailable=§eCurrently cannot be bought!
208shop-purchase-list-start=Shop Buying (Page §a%1$d§f of §2%2$d§f):
209shop-purchase-list-bundle=§a%1$s§f costs §2%2$s§f at §a%3$d§f per bundle.
210shop-purchase-list-single=§a%1$s§f costs §2%2$s§f per item
211shop-purchase-list-stock=§a%1$s§f in flux at §2%2$s§f per item.
212shop-purchase-no-items=§eNo items are available for buying.
213shop-selling-bundle=Must be sold in bundles of §a%1$d§f for §2%2$s§f.
214shop-selling-single=Can be sold for §a%1$s§f per item.
215shop-selling-stock=Current flux is at §a%1$s§f per item.
216shop-selling-amount-bundle=§a%1$d§f bundles are selling for §2%2$s§f.
217shop-selling-amount-single=§a%1$d§f will sell for §2%2$s§f.
218shop-selling-amount-stock=§a%1$d§f fluxuating at §2%2$s§f.
219shop-selling-unavailable=§eCurrently cannot be sold!
220shop-selling-list-start=Shop Selling (Page §a%1$d§f of §2%2$d§f):
221shop-selling-list-bundle=§a%1$s§f is worth §2%2$s§f at §a%3$d§f per bundle.
222shop-selling-list-single=§a%1$s§f is worth §2%2$s§f per item
223shop-selling-list-stock=§a%1$s§f in flux at §2%2$s§f per item.
224shop-selling-no-items=§cNo items are available for selling.
225shop-stock-item=Current Stock: §2%1$d
226shop-invalid-item=§eInvalid Item!
227shop-invalid-amount=§eInvalid amount specified!
228shop-invalid-page=§eNot a valid page number.
229shop-welcome=Hello there %1$s, welcome to our shop!
230shop-goodbye=Thanks for shopping with us!
231shop-not-inside=You must be inside the shop to do that!
232shop-position-set=Shop has been set to the position: %1$fx, %1$fz!
233shop-position-unset=Shop is once again globally useable!
234
235# Trade template
236trade-tag=§f[§6Trade§f]
237trade-item-amount=Trading: §6%1$s§f - Amount: §6%2$d§f.
238trade-item-recieve=You received §6%1$d §e%2$s§f.
239trade-item-remainder=There are §6%1$d §e%2$s§f left in the chest.
240trade-money-recieve=You recieved §6%1$s§f.
241trade-global-item-recieve=§6%1$s§f got §6%2$d §e%3$s from trading.
242trade-global-money-recieve=§6%1$s§f got §6%2$s§f from trading.
243trade-item-not-enough=Not enough items (§6%1$d§f/§6%2$d§f) for trade.
244trade-item-not-usable=§cThis item cannot be used for trade.
245trade-item-first-slot=§cAdd the items in the first slot.
246trade-rates=§cTrading rates are currently:
247trade-rates-for-item= §f- §6%1$s§fx §6%2$s§f for §6%3$s %4$s.
248trade-rates-for-money= §f- §6%1$s§fx §6%2$s§f for §6%3$s.
249
250# Lottery
251lottery-tag=§f[§eLottery§f]
252lottery-not-enough=Sorry, you do not have enough to buy a ticket!
253lottery-winner=Congratulations %1$s won %2$d %3$s in the lottery!
254lottery-loser=The lady looks at you and shakes her head. Try Again!
255lottery-not-available=Lottery seems to be unavailable this time. Try again!
256lottery-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.
260sign-amount-greater-than=§cAmount must be greater then §f%1$d
261sign-amount-left=§2You now have §f%1$d §2left of §f%2$s §2in your stock.
262sign-bought-amount=§2You bought §f%1$d §2of §f%2$s§2, it cost you §f%3$s
263sign-buy-created=§2Shop sign created! §2People can buy §f%1$d %2$s §2for §f%3$s §2from you.
264sign-failed-parse=§cFailed to parse: §f%1$s
265sign-invalid=§cShop no longer exists, resetting text!
266sign-invalid-item=§cInvalid item!
267sign-max-buysell=§cYou may not sell or buy items in amounts over §f%1$d
268sign-not-enough-player=§cYou don't have enough §f%1$s §cto do that!
269sign-non-existant=§cYou don't have a sign with that item.
270sign-owner-bankrupt=§f%1$s §cis currently out of §f%2$s.
271sign-owner-not-enough-stock=§f%1$s §cdoesn't have enough §f%2$s §cleft in stock!
272sign-owner-no-stock=§f%1$s §cdoesn't have that in stock!
273sign-you-no-stock=§f%1$s §cdon't have that in stock!
274sign-owner-stock=§f%1$d %2$s �§2has been put into stock!
275sign-player-sold=§2You sold §f%1$d %2$s §2giving you §f%3$s
276sign-sell-created=§2Shop sign created! §2People can sell §f%1$d %2$s §2at §f%3$s §2to you.
277sign-transaction-greater-than=§cTransaction amount must be greater then §f%1$d
278sign-upgrade-amount=§cCannot upgrade! You must have at least %1$s to upgrade.
279sign-upgrade-exists=§cSorry! Cannot upgrade, you must create a sign first!
280sign-values-numerical=§cValues are not numerical: §f%1$s
281sign-wait=§eYou need to wait §6%1$d seconds before shopping!
282sign-stock-full=§eSorry, currently your stock is full!
283sign-stock-owner-full=§eSorry, %1$s's stock is currently full!
284buy-not-enough-stock=Sorry, stock on that item is currently low!
285shop-stock-low=Currently stock on that item is low!