2018-05-15 23:30:20 +00:00
|
|
|
# Chest Shop Notifier
|
|
|
|
# Config file for 1.2
|
|
|
|
|
|
|
|
logging:
|
|
|
|
admin-shop: true
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
notify-on-user-join: true
|
|
|
|
delay-seconds: 5
|
|
|
|
|
|
|
|
history:
|
|
|
|
max-rows: 10
|
|
|
|
|
|
|
|
debugging:
|
2018-06-17 23:02:49 +00:00
|
|
|
verbose: false
|
2018-05-15 23:30:20 +00:00
|
|
|
|
|
|
|
database:
|
|
|
|
host: 'localhost'
|
|
|
|
port: 3306
|
2018-05-31 00:39:09 +00:00
|
|
|
dbname: 'chestshop_notifier'
|
|
|
|
username: 'chestshop'
|
|
|
|
password: 'NOPE'
|
2018-05-15 23:30:20 +00:00
|
|
|
|
|
|
|
clean-on-startup:
|
|
|
|
enabled: false
|
|
|
|
parameters: "--older-than 30 --all"
|
|
|
|
|
|
|
|
messages:
|
|
|
|
sales: "&c ** You made &f{sales} sales&c since you last checked."
|
|
|
|
history-cmd: "&c ** To see them, type &f/csn history&c."
|
|
|
|
history-caption: "&dChestShop Notifier // &7Latest Commissions"
|
|
|
|
history-empty: "&cNothing to show."
|
|
|
|
history-bought: "&f+ &9{player} &7bought &a{count}x&9{item} &f{timeago} ago &a(+{money})"
|
|
|
|
history-sold: "&f- &9{player} &7sold you &c{count}x&9{item} &f{timeago} ago &c(-{money})"
|
|
|
|
history-footer-page: "&c- Page &f{current}&c/&f{pages}&6 - &7/csn history <page>"
|
|
|
|
history-footer-clear: "&c- To remove all old entries, type /csn clear"
|
|
|
|
history-clear: "&cHistory cleared! New sales will continue to be recorded."
|
2018-05-31 00:39:09 +00:00
|
|
|
history-marked-read: "&cUnread entries marked read!"
|
|
|
|
|