Advertisement
Guest User

Untitled

a guest
Jun 7th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. # Chest Shop Notifier
  2. # Config file for 1.2
  3.  
  4. logging:
  5. admin-shop: true
  6.  
  7. notifications:
  8. notify-on-user-join: true
  9. delay-seconds: 5
  10.  
  11. history:
  12. max-rows: 10
  13.  
  14. debugging:
  15. verbose: true
  16.  
  17. database:
  18. host: 'localhost'
  19. port: 3306
  20. dbname: 'database1'
  21. username: 'dbadmin'
  22. password: '123456'
  23.  
  24. clean-on-startup:
  25. enabled: false
  26. parameters: "--older-than 30 --all"
  27.  
  28. messages:
  29. sales: "&c ** You made &f{sales} sales&c since you last checked."
  30. history-cmd: "&c ** To see them, type &f/csn history&c."
  31. history-caption: "&dChestShop Notifier // &7Latest Commissions"
  32. history-empty: "&cNothing to show."
  33. history-bought: "&f+ &9{player} &7bought &a{count}x&9{item} &f{timeago} ago &a(+{money})"
  34. history-sold: "&f- &9{player} &7sold you &c{count}x&9{item} &f{timeago} ago &c(-{money})"
  35. history-footer-page: "&c- Page &f{current}&c/&f{pages}&6 - &7/csn history <page>"
  36. history-footer-clear: "&c- To remove all old entries, type /csn clear"
  37. history-clear: "&cHistory cleared! New sales will continue to be recorded."
  38. history-marked-read: "&cUnread entries marked read!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement