Advertisement
Guest User

bukkit.yml

a guest
Jul 16th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 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: true
  7. warn-on-overload: true
  8. permissions-file: permissions.yml
  9. update-folder: update
  10. ping-packet-limit: 100
  11. use-exact-login-location: false
  12. plugin-profiling: false
  13. connection-throttle: -1
  14. query-plugins: true
  15. deprecated-verbose: default
  16. shutdown-message: Server wird neugestartet!
  17. whitelist-message: You are not white-listed on this server!
  18. log-commands: true
  19. command-complete: true
  20. spam-exclusions:
  21. - /skill
  22. filter-unsafe-ips: false
  23. tab-ping: false
  24. timeout-time: 60
  25. restart-on-crash: false
  26. restart-script-location: /path/to/server/start.sh
  27. bungee-proxies:
  28. - 127.0.0.1
  29. texture-resolution: 16
  30. snapshot-protocol: true
  31. spawn-limits:
  32. monsters: 70
  33. animals: 15
  34. water-animals: 5
  35. ambient: 15
  36. chunk-gc:
  37. period-in-ticks: 600
  38. load-threshold: 0
  39. ticks-per:
  40. animal-spawns: 400
  41. monster-spawns: 1
  42. autosave: 0
  43. auto-updater:
  44. enabled: false
  45. on-broken:
  46. - warn-console
  47. - warn-ops
  48. on-update:
  49. - warn-console
  50. - warn-ops
  51. preferred-channel: rb
  52. host: dl.bukkit.org
  53. suggest-channels: true
  54. database:
  55. username: bukkit
  56. isolation: SERIALIZABLE
  57. driver: org.sqlite.JDBC
  58. password: walrus
  59. url: jdbc:sqlite:{DIR}{NAME}.db
  60. world-settings:
  61. default:
  62. growth-chunks-per-tick: 650
  63. mob-spawn-range: 4
  64. random-light-updates: false
  65. aggregate-chunkticks: 4
  66. item-merge-radius: 3.5
  67. exp-merge-radius: 3.5
  68. wheat-growth-modifier: 100
  69. cactus-growth-modifier: 100
  70. melon-growth-modifier: 100
  71. pumpkin-growth-modifier: 100
  72. sugar-growth-modifier: 100
  73. tree-growth-modifier: 100
  74. mushroom-growth-modifier: 100
  75. entity-activation-range-animals: 32
  76. entity-activation-range-monsters: 32
  77. entity-activation-range-misc: 16
  78. entity-tracking-range-players: 48
  79. entity-tracking-range-animals: 48
  80. entity-tracking-range-monsters: 48
  81. entity-tracking-range-misc: 32
  82. entity-tracking-range-max: 64
  83. info: true
  84. world:
  85. growth-chunks-per-tick: 1000
  86. world_nether:
  87. view-distance: 5
  88. growth-chunks-per-tick: 0
  89. random-light-updates: true
  90. water-creatures-per-chunk: 0
  91. orebfuscator:
  92. enable: false
  93. engine-mode: 1
  94. update-radius: 2
  95. disabled-worlds:
  96. - world_the_end
  97. blocks:
  98. - 1
  99. - 5
  100. - 14
  101. - 15
  102. - 16
  103. - 21
  104. - 48
  105. - 49
  106. - 54
  107. - 56
  108. - 73
  109. - 74
  110. - 82
  111. - 129
  112. - 130
  113. config-version: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement