Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. System:
  2. Default:
  3. Currency:
  4. Major: [ 'Dollar', 'Dollars' ] # Major ([Major].Minor) 1.00 Dollar (With Seperate 1 Dollar)
  5. Minor: [ 'Coin', 'Coins' ] # Minor (Major.[Minor]) 0.23 Coins (With Seperate 0 Dollars, 23 Coins)
  6. Account:
  7. Holdings: 30.0 # Default holdings on hand upon join / creation.
  8. Bank:
  9. Name: iConomy # Default Bank Name
  10. Currency:
  11. Major: [ 'Dollar', 'Dollars' ]
  12. Minor: [ 'Coin', 'Coins' ]
  13. Account:
  14. Fee: 20.0 # Default cost to register an account
  15. Holdings: 30.0 # Default initial account holdings
  16. Formatting:
  17. Minor: false # Example (true) 0.23 Coins and 1.23 Dollars (false) 0.23 Dollars and 1.23 Dollars
  18. Seperate: false # Example (true) 1 Dollar, 23 Coins (false) 1.23 Dollars (Only if Minor is true)
  19. Logging:
  20. Enabled: false # Logs transactions done inside iConomy only, other plugins must utilize the api. (Logs to SQL)
  21. Banking:
  22. Enabled: false
  23. Accounts:
  24. Multiple: true
  25. Interest:
  26. Enabled: false
  27. Online: true # Only give to players who are online?
  28. Announce:
  29. Enabled: false
  30. Interval:
  31. Seconds: 60
  32. Amount:
  33. Cutoff: 0.0 # Amount limit to be met until we stop giving interest. (0.0 for no limit)
  34. On: 'Players' # Banks or Players
  35. Percent: 0.0 # Percent of holdings to give / take (Negative to take) (Overrides Min/Max)
  36. Maximum: 1 # (Range) Maximum amount for random in between. (Make Max/Min equal for a flat-rate amount ie: 5/5)
  37. Minimum: 2 # (Range) Minimum amount for random in between.
  38. Database:
  39. Type: 'H2SQL' # H2 or MySQL
  40. Settings:
  41. Name: 'minecraft'
  42. Table: 'iConomy'
  43. MySQL:
  44. Username: 'root'
  45. Password: 'pass'
  46. Hostname: 'localhost'
  47. Port: 3306
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement