Advertisement
Guest User

Untitled

a guest
Nov 24th, 2012
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. bukkit.yml
  2. # This is the main configuration file for Bukkit.
  3. # As you can see, there's actually not that much to configure without any plugins.
  4. # For a reference for any variable inside this file, check out the bukkit wiki at
  5. # http://wiki.bukkit.org/Bukkit.yml
  6. settings:
  7. allow-end: false
  8. warn-on-overload: true
  9. permissions-file: permissions.yml
  10. update-folder: update
  11. ping-packet-limit: 100
  12. use-exact-login-location: false
  13. plugin-profiling: false
  14. connection-throttle: 4000
  15. query-plugins: true
  16. deprecated-verbose: default
  17. restart-script-location: start.bat
  18. timeout-time: 180
  19. restart-on-crash: true
  20. stop-message: Server is restarting, try again in 60 seconds :)
  21. filter-unsafe-ips: false
  22. whitelist-message: Server is under maintance, try again later.
  23. log-commands: true
  24. command-complete: true
  25. spam-exclusions:
  26. - /skill
  27. world-settings:
  28. default:
  29. growth-chunks-per-tick: 650
  30. mob-spawn-range: 4
  31. item-merge-radius: 3.5
  32. random-light-updates: false
  33. aggregate-chunkticks: 4
  34. wheat-growth-modifier: 100
  35. cactus-growth-modifier: 100
  36. melon-growth-modifier: 100
  37. pumpkin-growth-modifier: 100
  38. sugar-growth-modifier: 100
  39. tree-growth-modifier: 100
  40. mushroom-growth-modifier: 100
  41. world:
  42. growth-chunks-per-tick: 1000
  43. world_nether:
  44. growth-chunks-per-tick: 0
  45. random-light-updates: true
  46. water-creatures-per-chunk: 0
  47. storm-settings:
  48. strong-electrical-storm:
  49. chance: 5
  50. lightning-delay: 10
  51. lightning-random-delay: 20
  52. electrical-storm:
  53. chance: 15
  54. lightning-delay: 40
  55. lightning-random-delay: 150
  56. strong-thunderstorm:
  57. chance: 30
  58. lightning-delay: 60
  59. lightning-random-delay: 250
  60. thunderstorm:
  61. chance: 50
  62. lightning-delay: 100
  63. lightning-random-delay: 500
  64. weak-thunderstorm:
  65. chance: 75
  66. lightning-delay: 300
  67. lightning-random-delay: 1000
  68. rainstorm:
  69. chance: 100
  70. lightning-delay: 500
  71. lightning-random-delay: 2000
  72. spawn-limits:
  73. monsters: 70
  74. animals: 15
  75. water-animals: 5
  76. ambient: 15
  77. ticks-per:
  78. animal-spawns: 400
  79. monster-spawns: 1
  80. autosave: 0
  81. auto-updater:
  82. enabled: false
  83. on-broken:
  84. - warn-console
  85. - warn-ops
  86. on-update:
  87. - warn-console
  88. - warn-ops
  89. preferred-channel: dev
  90. host: dl.bukkit.org
  91. suggest-channels: true
  92. database:
  93. username: bukkit
  94. isolation: SERIALIZABLE
  95. driver: org.sqlite.JDBC
  96. password: walrus
  97. url: jdbc:sqlite:{DIR}{NAME}.db
  98.  
  99. Error:
  100. 2012-11-24 23:41:36 [WARNING] Failed to handle packet for SwiftSwamp/66.61.22.5: java.lang.NullPointerException
  101. java.lang.NullPointerException
  102. at net.minecraft.server.World.addEntity(World.java:945)
  103. at net.minecraft.server.World.addEntity(World.java:904)
  104. at net.minecraft.server.EntityHuman.a(EntityHuman.java:454)
  105. at net.minecraft.server.EntityHuman.a(EntityHuman.java:447)
  106. at net.minecraft.server.EntityHuman.bR(EntityHuman.java:397)
  107. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:501)
  108. at net.minecraft.server.Packet14BlockDig.handle(SourceFile:46)
  109. at net.minecraft.server.NetworkManager.b(NetworkManager.java:290)
  110. at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:113)
  111. at net.minecraft.server.ServerConnection.b(SourceFile:39)
  112. at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
  113. at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:596)
  114. at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
  115. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:494)
  116. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
  117. at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement