Advertisement
Guest User

Untitled

a guest
Feb 19th, 2016
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. economy:
  2. mode: Custom
  3. craftconomy3_currency: Dollar
  4. command_add: money give %player% %amount%
  5. command_remove: money take %player% %amount%
  6. custom:
  7. type: SQLite
  8. mysql:
  9. server: localhost
  10. port: 3306
  11. db: SkyWars
  12. table: SkyWars_Economy
  13. user: root
  14. password: password
  15. column_username: username
  16. column_money: money
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement