Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 18th, 2012  |  syntax: None  |  size: 1.05 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #Change to MySQL for mysql support#
  2. #Change to SQLite for sqlite support#
  3. Database: MySQL
  4. mysql-database: 'jdbc:mysql://localhost:3306/admin_wojnyG'
  5. mysql-user: 'admin_wojnyG'
  6. mysql-password: '1JqmY8gM'
  7. #Change these if you want to load or create different databases#
  8. #First load will create these databases#
  9. mysql-table: banlist
  10. mysql-table-ip: banlistip
  11. #SQLite Information#
  12. sqlite-dbname: banlist
  13. #parameters#
  14. auto-complete: true
  15. #Command Checks#
  16. useFine: true
  17. #Max allowable fine#
  18. #If Zero then no max will be placed#
  19. maxFineAmt: 0
  20. #Disable command usage on muted#
  21. muteVanilla: true
  22. #Max Warnings#
  23. enableMaxWarn: false
  24. maxWarnings: 5
  25. #Disable command usage#
  26. useJail: false
  27. useLockdown: true
  28. useStarve: false
  29. useForceRespawn: false
  30. useEmpty: false
  31. usePermaban: true
  32. useWarn: false
  33. useRules: false
  34. #Default labels#
  35. defAdminName: 'Witillie'
  36. defReason: 'Banned!'
  37. #change to true or false to enable lockdown#
  38. #also can be done ingame /lockdown#
  39. lockdown: false
  40. #Enabling dupePolicy will disallow duplicate IP connections#
  41. dupePolicy: false