Advertisement
rsod

Untitled

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