Advertisement
Guest User

Untitled

a guest
May 3rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 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: 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. spawn-limits:
  31. monsters: 70
  32. animals: 15
  33. water-animals: 5
  34. ambient: 15
  35. chunk-gc:
  36. period-in-ticks: 600
  37. load-threshold: 0
  38. ticks-per:
  39. animal-spawns: 400
  40. monster-spawns: 1
  41. autosave: 0
  42. hopper-transfer: 8
  43. hopper-check: 8
  44. auto-updater:
  45. enabled: true
  46. on-broken:
  47. - warn-console
  48. - warn-ops
  49. on-update:
  50. - warn-console
  51. - warn-ops
  52. preferred-channel: rb
  53. host: dl.bukkit.org
  54. suggest-channels: true
  55. database:
  56. username: bukkit
  57. isolation: SERIALIZABLE
  58. driver: org.sqlite.JDBC
  59. password: walrus
  60. url: jdbc:sqlite:{DIR}{NAME}.db
  61. world-settings:
  62. default:
  63. growth-chunks-per-tick: 650
  64. mob-spawn-range: 4
  65. random-light-updates: false
  66. aggregate-chunkticks: 4
  67. item-merge-radius: 3.5
  68. exp-merge-radius: 3.5
  69. wheat-growth-modifier: 100
  70. cactus-growth-modifier: 100
  71. melon-growth-modifier: 100
  72. pumpkin-growth-modifier: 100
  73. sugar-growth-modifier: 100
  74. tree-growth-modifier: 100
  75. mushroom-growth-modifier: 100
  76. entity-activation-range-animals: 32
  77. entity-activation-range-monsters: 32
  78. entity-activation-range-misc: 16
  79. entity-tracking-range-players: 48
  80. entity-tracking-range-animals: 48
  81. entity-tracking-range-monsters: 48
  82. entity-tracking-range-misc: 32
  83. entity-tracking-range-max: 64
  84. info: true
  85. world:
  86. growth-chunks-per-tick: 1000
  87. world_nether:
  88. view-distance: 5
  89. growth-chunks-per-tick: 0
  90. random-light-updates: true
  91. orebfuscator:
  92. enable: false
  93. engine-mode: 1
  94. disabled-worlds:
  95. - world_the_end
  96. blocks:
  97. - 1
  98. - 5
  99. - 14
  100. - 15
  101. - 16
  102. - 21
  103. - 48
  104. - 49
  105. - 54
  106. - 56
  107. - 73
  108. - 74
  109. - 82
  110. - 129
  111. - 130
  112. config-version: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement