Advertisement
Guest User

http://forums.bukkit.org/threads/servers-starting-wont-allow

a guest
Jun 6th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.03 KB | None | 0 0
  1. # cat server.log
  2. 2014-06-06 04:29:13 [INFO] Starting minecraft server version 1.6.4
  3. 2014-06-06 04:29:13 [INFO] Loading properties
  4. 2014-06-06 04:29:13 [WARNING] server.properties does not exist
  5. 2014-06-06 04:29:13 [INFO] Generating new properties file
  6. 2014-06-06 04:29:13 [INFO] Default game type: SURVIVAL
  7. 2014-06-06 04:29:13 [INFO] Generating keypair
  8. 2014-06-06 04:29:13 [INFO] Starting Minecraft server on *:25565
  9. 2014-06-06 04:29:14 [INFO] This server is running CraftBukkit version git-Bukkit-1.6.4-R2.0-b2918jnks (MC: 1.6.4) (Implementing API version 1.6.4-R2.0)
  10. 2014-06-06 04:29:14 [WARNING] Failed to load operators list: java.io.FileNotFoundException: ./ops.txt (No such file or directory)
  11. 2014-06-06 04:29:14 [WARNING] Failed to load white-list: java.io.FileNotFoundException: ./white-list.txt (No such file or directory)
  12. 2014-06-06 04:29:14 [INFO] Preparing level "world"
  13. 2014-06-06 04:29:14 [WARNING] Unable to find spawn biome
  14. 2014-06-06 04:29:21 [INFO] Preparing start region for level 0 (Seed: -5120602839819181998)
  15. 2014-06-06 04:29:22 [INFO] Preparing spawn area: 12%
  16. 2014-06-06 04:29:23 [INFO] Preparing spawn area: 24%
  17. 2014-06-06 04:29:24 [INFO] Preparing spawn area: 38%
  18. 2014-06-06 04:36:12 [INFO] Starting minecraft server version 1.6.4
  19. 2014-06-06 04:36:12 [INFO] Loading properties
  20. 2014-06-06 04:36:12 [INFO] Default game type: SURVIVAL
  21. 2014-06-06 04:36:12 [INFO] Generating keypair
  22. 2014-06-06 04:36:12 [INFO] Starting Minecraft server on *:25565
  23. 2014-06-06 04:36:13 [INFO] This server is running CraftBukkit version git-Bukkit-1.6.4-R2.0-b2918jnks (MC: 1.6.4) (Implementing API version 1.6.4-R2.0)
  24. 2014-06-06 04:36:13 [INFO] Preparing level "world"
  25. 2014-06-06 04:36:13 [INFO] Preparing start region for level 0 (Seed: -2225700002059635557)
  26. 2014-06-06 04:36:14 [INFO] Preparing spawn area: 6%
  27. 2014-06-06 04:36:15 [INFO] Preparing spawn area: 12%
  28. 2014-06-06 04:36:16 [INFO] Preparing spawn area: 20%
  29. 2014-06-06 04:36:18 [INFO] Preparing spawn area: 27%
  30. 2014-06-06 04:36:19 [INFO] Preparing spawn area: 36%
  31. 2014-06-06 04:36:20 [INFO] Preparing spawn area: 43%
  32. 2014-06-06 04:36:21 [INFO] Preparing spawn area: 53%
  33. 2014-06-06 04:36:22 [INFO] Preparing spawn area: 63%
  34. 2014-06-06 04:36:23 [INFO] Preparing spawn area: 73%
  35. 2014-06-06 04:36:24 [INFO] Preparing spawn area: 84%
  36. 2014-06-06 04:36:25 [INFO] Preparing spawn area: 92%
  37. 2014-06-06 04:36:25 [INFO] Preparing start region for level 1 (Seed: -2225700002059635557)
  38. 2014-06-06 04:36:26 [INFO] Preparing spawn area: 8%
  39. 2014-06-06 04:36:28 [INFO] Preparing spawn area: 12%
  40. 2014-06-06 04:36:29 [INFO] Preparing spawn area: 27%
  41. 2014-06-06 04:36:30 [INFO] Preparing spawn area: 38%
  42. 2014-06-06 04:36:31 [INFO] Preparing spawn area: 54%
  43. 2014-06-06 04:36:32 [INFO] Preparing spawn area: 70%
  44. 2014-06-06 04:36:33 [INFO] Preparing spawn area: 90%
  45. 2014-06-06 04:36:33 [WARNING] Could not get information about this CraftBukkit version; perhaps you are running a custom one?: UnknownHostException
  46. 2014-06-06 04:36:33 [WARNING] Could not get latest artifact information: UnknownHostException
  47. 2014-06-06 04:36:34 [INFO] Preparing spawn area: 99%
  48. 2014-06-06 04:36:34 [INFO] Preparing start region for level 2 (Seed: -2225700002059635557)
  49. 2014-06-06 04:36:35 [INFO] Preparing spawn area: 38%
  50. 2014-06-06 04:36:36 [INFO] Preparing spawn area: 78%
  51. 2014-06-06 04:36:36 [INFO] Done (23.401s)! For help, type "help" or "?"
  52.  
  53.  
  54. # cat server.properties
  55. #Minecraft server properties
  56. #Fri Jun 06 04:36:36 EDT 2014
  57. generator-settings=
  58. allow-nether=true
  59. level-name=world
  60. enable-query=false
  61. allow-flight=false
  62. server-port=25565
  63. level-type=DEFAULT
  64. enable-rcon=false
  65. force-gamemode=false
  66. level-seed=
  67. server-ip=
  68. max-build-height=256
  69. spawn-npcs=true
  70. white-list=false
  71. spawn-animals=true
  72. hardcore=false
  73. texture-pack=
  74. online-mode=true
  75. pvp=true
  76. difficulty=1
  77. player-idle-timeout=0
  78. gamemode=0
  79. max-players=20
  80. spawn-monsters=true
  81. view-distance=10
  82. generate-structures=true
  83. motd=A Minecraft Server
  84.  
  85. # cat bukkit.yml
  86. # This is the main configuration file for Bukkit.
  87. # As you can see, there's actually not that much to configure without any plugins.
  88. # For a reference for any variable inside this file, check out the bukkit wiki at
  89. # http://wiki.bukkit.org/Bukkit.yml
  90. settings:
  91.   allow-end: true
  92.   warn-on-overload: true
  93.   permissions-file: permissions.yml
  94.   update-folder: update
  95.   ping-packet-limit: 100
  96.   use-exact-login-location: false
  97.   plugin-profiling: false
  98.   connection-throttle: 4000
  99.   query-plugins: true
  100.   deprecated-verbose: default
  101.   shutdown-message: Server closed
  102. spawn-limits:
  103.   monsters: 70
  104.   animals: 15
  105.   water-animals: 5
  106.   ambient: 15
  107. chunk-gc:
  108.   period-in-ticks: 600
  109.   load-threshold: 0
  110. ticks-per:
  111.   animal-spawns: 400
  112.   monster-spawns: 1
  113.   autosave: 6000
  114. auto-updater:
  115.   enabled: true
  116.   on-broken:
  117.   - warn-console
  118.   - warn-ops
  119.   on-update:
  120.   - warn-console
  121.   - warn-ops
  122.   preferred-channel: rb
  123.   host: dl.bukkit.org
  124.   suggest-channels: true
  125. database:
  126.   username: bukkit
  127.   isolation: SERIALIZABLE
  128.   driver: org.sqlite.JDBC
  129.   password: walrus
  130.   url: jdbc:sqlite:{DIR}{NAME}.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement