Advertisement
Guest User

Untitled

a guest
Jul 4th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 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: false
  7. warn-on-overload: false
  8. permissions-file: permissions.yml
  9. update-folder: update
  10. ping-packet-limit: 2000
  11. use-exact-login-location: false
  12. plugin-profiling: false
  13. connection-throttle: 4000
  14. query-plugins: false
  15. deprecated-verbose: default
  16. shutdown-message: Reiniciando Servidor
  17. whitelist-message: Servidor em Manutencao
  18. log-commands: false
  19. command-complete: false
  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. - 192.99.207.21
  29. - 0.0.0.0
  30. texture-resolution: 16
  31. world-settings:
  32. default:
  33. growth-chunks-per-tick: 650
  34. mob-spawn-range: 4
  35. random-light-updates: false
  36. aggregate-chunkticks: 4
  37. item-merge-radius: 3.5
  38. exp-merge-radius: 3.5
  39. wheat-growth-modifier: 100
  40. cactus-growth-modifier: 100
  41. melon-growth-modifier: 100
  42. pumpkin-growth-modifier: 100
  43. sugar-growth-modifier: 100
  44. tree-growth-modifier: 100
  45. mushroom-growth-modifier: 100
  46. entity-activation-range-animals: 32
  47. entity-activation-range-monsters: 32
  48. entity-activation-range-misc: 16
  49. entity-tracking-range-players: 48
  50. entity-tracking-range-animals: 48
  51. entity-tracking-range-monsters: 48
  52. entity-tracking-range-misc: 32
  53. entity-tracking-range-max: 64
  54. info: false
  55. world:
  56. growth-chunks-per-tick: 1000
  57. world_nether:
  58. view-distance: 1
  59. growth-chunks-per-tick: 0
  60. random-light-updates: false
  61. spawn-limits:
  62. monsters: 70
  63. animals: 15
  64. water-animals: 5
  65. ambient: 15
  66. chunk-gc:
  67. period-in-ticks: 300
  68. load-threshold: 300
  69. ticks-per:
  70. animal-spawns: 400
  71. monster-spawns: 1
  72. autosave: 0
  73. hopper-transfer: 9
  74. hopper-check: 9
  75. auto-updater:
  76. enabled: false
  77. on-broken:
  78. - warn-console
  79. - warn-ops
  80. on-update:
  81. - warn-console
  82. - warn-ops
  83. preferred-channel: rb
  84. host: dl.bukkit.org
  85. suggest-channels: false
  86. database:
  87. username: bukkit
  88. isolation: SERIALIZABLE
  89. driver: org.sqlite.JDBC
  90. password: walrus
  91. url: jdbc:sqlite:{DIR}{NAME}.db
  92. orebfuscator:
  93. enable: false
  94. engine-mode: 1
  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