Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. # This is the main configuration file for Bukkit.
  2. # As you can see, there's actually not that much to configure without any plugins.
  3. # For a reference for any variable inside this file, check out the bukkit wiki at
  4. # http://wiki.bukkit.org/Bukkit.yml
  5. settings:
  6. allow-end: false
  7. warn-on-overload: false
  8. permissions-file: permissions.yml
  9. update-folder: update
  10. ping-packet-limit: 100
  11. use-exact-login-location: true
  12. plugin-profiling: false
  13. connection-throttle: 4000
  14. query-plugins: true
  15. deprecated-verbose: default
  16. shutdown-message: Server Restart due to severe error detected.
  17. restart-script-location: start.bat
  18. timeout-time: 180
  19. restart-on-crash: true
  20. stop-message: Server restarting. Brb
  21. filter-unsafe-ips: true
  22. whitelist-message: You are not white-listed on this server!
  23. log-commands: true
  24. command-complete: true
  25. auto-updater:
  26. enabled: true
  27. on-broken:
  28. - warn-console
  29. - warn-ops
  30. on-update:
  31. - warn-console
  32. - warn-ops
  33. preferred-channel: rb
  34. host: dl.bukkit.org
  35. suggest-channels: true
  36. database:
  37. username: root
  38. isolation: SERIALIZABLE
  39. driver: com.mysql.jdbc.Driver
  40. password: ''
  41. url: jdbc:mysql://localhost:3306/bukkit_creative
  42. aliases:
  43. canihasbukkit: version
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement