Advertisement
Guest User

server/bukkit

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