Advertisement
Guest User

Untitled

a guest
Jul 9th, 2017
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. # iConomy 1.0
  2. # Copyright (c) 2010 Nijikokun <nijikokun@gmail.com>
  3. # Licensed under the GNU Lesser General Public License v2
  4. #
  5. # !!! IMPORTANT !!! LIKE REALLY IMPORTANT !!!
  6. #
  7. # After making changes & you like the look of this file, back it up.
  8. # save as -> backup/(filename).tpl
  9. #
  10. # !!! WHY? !!!
  11. #
  12. # To keep a nice version because the parsed version will look ugly and unorganized!
  13. #
  14.  
  15. #
  16. # If you haven't, read the README section for more information about settings!
  17. #
  18.  
  19. # Name of currency.. Default: Coin
  20. money-name=Coin
  21.  
  22. # Starting Balance
  23. starting-balance=0
  24.  
  25. # Usage
  26. use-mysql=true
  27.  
  28. # Debugging
  29. debugging=true
  30.  
  31. # MySQL Settings
  32. user=xx
  33. pass=xx
  34. driver=com.mysql.jdbc.Driver
  35. db=jdbc:mysql://localhost:3306/minecraft
  36.  
  37. # Ranking permissions (* = Everyone)
  38. can-rank=*
  39.  
  40. # Toplist permissions (* = Everyone)
  41. can-list=*
  42.  
  43. # Ranking permissions (admins, = admins group via groups.txt) Remember to keep a trailing comma. Ie: admins,default,
  44. can-reset=admins,
  45.  
  46. # View other players money permissions (* = Everyone)
  47. can-access=*
  48.  
  49. # Payment permissions (* = Everyone)
  50. can-payment=*
  51.  
  52. # Withdraw & Deposit permissions (admins, = admins group via groups.txt) Remember to keep a trailing comma. Ie: admins,default,
  53. can-deposit=admins,
  54. can-withdraw=admins,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement