Advertisement
Guest User

Minecraft Bukkit Server

a guest
May 13th, 2013
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. #Minecraft server properties
  2. #Mon May 13 11:50:09 CEST 2013
  3. generator-settings=
  4. allow-nether=true
  5. level-name=world
  6. enable-query=false
  7. allow-flight=false
  8. server-port=25565
  9. level-type=DEFAULT
  10. enable-rcon=false
  11. level-seed=
  12. server-ip=
  13. max-build-height=256
  14. spawn-npcs=true
  15. white-list=false
  16. spawn-animals=true
  17. snooper-enabled=true
  18. hardcore=false
  19. texture-pack=
  20. online-mode=true
  21. pvp=false
  22. difficulty=2
  23. server-name=Test Server
  24. gamemode=0
  25. max-players=20
  26. spawn-monsters=true
  27. generate-structures=true
  28. view-distance=10
  29. spawn-protection=16
  30. motd=Test Server
  31.  
  32.  
  33. # This is the main configuration file for Bukkit.
  34. # As you can see, there's actually not that much to configure without any plugins.
  35. # For a reference for any variable inside this file, check out the bukkit wiki at
  36. # http://wiki.bukkit.org/Bukkit.yml
  37. settings:
  38. allow-end: true
  39. warn-on-overload: true
  40. permissions-file: permissions.yml
  41. update-folder: update
  42. ping-packet-limit: 100
  43. use-exact-login-location: false
  44. plugin-profiling: false
  45. connection-throttle: 4000
  46. query-plugins: true
  47. deprecated-verbose: default
  48. shutdown-message: Server closed
  49. spawn-limits:
  50. monsters: 70
  51. animals: 15
  52. water-animals: 5
  53. ambient: 15
  54. chunk-gc:
  55. period-in-ticks: 600
  56. load-threshold: 0
  57. ticks-per:
  58. animal-spawns: 400
  59. monster-spawns: 1
  60. autosave: 0
  61. auto-updater:
  62. enabled: true
  63. on-broken:
  64. - warn-console
  65. - warn-ops
  66. on-update:
  67. - warn-console
  68. - warn-ops
  69. preferred-channel: rb
  70. host: dl.bukkit.org
  71. suggest-channels: true
  72. database:
  73. username: bukkit
  74. isolation: SERIALIZABLE
  75. driver: org.sqlite.JDBC
  76. password: walrus
  77. url: jdbc:sqlite:{DIR}{NAME}.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement