Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. # Bungee Admin Tools - Configuration file
  2.  
  3. language: en
  4. prefix: '&6[&4BAT&6]&e '
  5. # Force players to give reason when /ban /unban /kick /mute /unmute etc.
  6. mustGiveReason: false
  7. # Enable /bat confirm, to confirm command such as action on unknown player.
  8. confirmCommand: true
  9. # Enable or disable simple aliases to bypass the /bat prefix for core commands
  10. simpleAliasesCommands:
  11. confirm: false
  12. help: false
  13. lookup: false
  14. backup: false
  15. reload: false
  16. import: false
  17. migrateToMysql: false
  18. stafflookup: false
  19. modules: false
  20. # Make the date more readable.If the date correspond to today, tmw or yda, it will replace the date by the corresponding word
  21. litteralDate: true
  22. # Enable BETA (experimental) Redis support, requires RedisBungee
  23. redisSupport: false
  24. # For special setups, leave to false by default
  25. forceOfflineMode: false
  26. # The debug mode enables verbose logging. All the logged message will be in the debug.log file in BAT folder
  27. debugMode: false
  28. mysql:
  29. # Set to true to use MySQL. Otherwise SQL Lite will be used
  30. enabled: false
  31. user: user
  32. password: password
  33. database: database
  34. host: localhost
  35. # If you don't know it, just leave it like this (3306 = default mysql port)
  36. port: '3306'
  37. # Advanced parameters which should be happened at the end of mysql connection url, leave blank by default
  38. urlParameters: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement