Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. # Welcome to the configuration file of BungeeBan.
  2. # This configuration file contains the most important
  3. # settings for the plugin. If you want to change the
  4. # messages, edit messages.yml.
  5. # Support: Skype: VinciPlayz Email: luca@vinciguerra.co
  6. sql:
  7. driver: 'SQLITE'
  8. sqlite:
  9. filename: 'plugins/BungeeBan/bungeeban.db'
  10. mysql:
  11. hostname: 'localhost'
  12. port: '3306'
  13. username: 'Ban'
  14. password: '13'
  15. database: 'Ban'
  16. general:
  17. asyncbancheck: true
  18. permissions:
  19. ban: 'lucavinci.bungeeban.ban'
  20. tempban: 'lucavinci.bungeeban.tempban'
  21. unban: 'lucavinci.bungeeban.unban'
  22. ban-broadcast: 'lucavinci.bungeeban.banbroadcast'
  23. mute: 'lucavinci.bungeeban.mute'
  24. tempmute: 'lucavinci.bungeeban.tempmute'
  25. unmute: 'lucavinci.bungeeban.unmute'
  26. mute-broadcast: 'lucavinci.bungeeban.mutebroadcast'
  27. kick: 'lucavinci.bungeeban.kick'
  28. kick-broadcast: 'lucavinci.bungeeban.kickbroadcast'
  29. check: 'lucavinci.bungeeban.check'
  30. exempt:
  31. ban: 'lucavinci.bungeeban.ban.exempt'
  32. mute: 'lucavinci.bungeeban.mute.exempt'
  33. kick: 'lucavinci.bungeeban.kick.exempt'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement