Advertisement
Guest User

Untitled

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