Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. ## iConomy Settings ##
  2. # These comments will be stripped when you run iConomy so make a backup!
  3. debugging=false
  4.  
  5.  
  6. ## MONEY ##
  7. # Currency:
  8. money-name=Rubies
  9.  
  10. # Initial balance for players who have never joined before:
  11. starting-balance=200
  12.  
  13. # Money [take/give] Intervals
  14. money-take-amount=0
  15. money-take-interval=0
  16. money-give-amount=0
  17. money-give-interval=0
  18.  
  19.  
  20. ## DATABASE ##
  21. # Database types: flatfile (Default), sqlite, mysql
  22. database-type=flatfile
  23.  
  24. ## MySQL Settings ##
  25. mysql-db=jdbc:mysql://localhost:3306/minecraft
  26. mysql-user=root
  27. mysql-pass=
  28.  
  29.  
  30. ## PERMISSIONS ##
  31. # Permissions are based on MC In-Game Name. Case Sensitive.
  32. # Seperate permissions with a comma (,) Don't forget the trailing comma!
  33.  
  34. # View other players accounts
  35. can-access=*
  36.  
  37. # Send payments to other players
  38. can-payment=*
  39.  
  40. # Top & Ranking
  41. can-rank=*
  42. can-list=*
  43.  
  44. # reset, deposit, withdraw
  45. can-reset=Moochiez
  46. can-deposit=Moochiez
  47. can-withdraw=Moochiez
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement