Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Plugin by GotoFinal: https://github.com/GotoFinal
  2. #   database: YAML/SQLITE/MYSQL
  3. VERSION: 1
  4. database: yaml # not used yet
  5. addDefaultEffects: true
  6. auto-save_players: 5
  7. auto-save_effects: 0
  8. taskSpeed: 300
  9. builderEscape: '@' # not used yet
  10. defaultShop: EG_ShopOne
  11. openBuffShopCmdAliases: # not used yet
  12. - buffShop
  13. - openShop
  14. message:
  15.   noPermissionMessage: No permissions!
  16.   noMoneyMessage: '&cYou do''t have required items and/or money.'
  17.   buyMessage: '&aYou bought selected item!'
  18. MySQL: # not used yet
  19.   hostname: localhost
  20.   username: root
  21.   password: '1234'
  22.   database: database
  23.   prefix: GTbs_
  24.   port: 3306
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement