Advertisement
Guest User

Untitled

a guest
Apr 17th, 2011
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. ##
  2. # iConomy Settings
  3. ##
  4.  
  5. System:
  6. # The name of your currency
  7. Currency: Coin
  8. Currency_Plural: Coins
  9. # The initial balance a player logs on with
  10. Initial_Balance: 30.0
  11. # Should we log transactions?
  12. Logging:
  13. # Logging is logged to a database table named [table]_Transactions
  14. # It will not be in a file like before it is all through the transaction
  15. # system which other plugins can tie into.
  16. Enabled: false
  17. # Should we use this system?
  18. Interest:
  19. # Default is false
  20. Enabled: false
  21. # Announce a message to the user?
  22. # Message located in: Messages.yml under interest
  23. Announce: false
  24. # How many seconds for this to happen
  25. IntervalSeconds: 60
  26. # Percentage
  27. # 10 is a good number
  28. # This overrides all below if used.
  29. Percentage: 0.0
  30. # Leave this at 0.0 if you wish to use Min/Max!
  31. # Otherwise, this will over-ride that.
  32. # This is the DIRECT amount, it's not dynamic and will not change.
  33. FlatRate: 0.0
  34. # How much minimum money do they get per interval
  35. MinimumPerInterval: 1
  36. # How much maximum money do they get per interval
  37. MaximumPerInterval: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement