Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 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: 10000
  11. use-exact-login-location: false
  12. plugin-profiling: false
  13. connection-throttle: -1
  14. query-plugins: false
  15. deprecated-verbose: default
  16. shutdown-message: Server closed
  17. whitelist-message: You are not white-listed on this server!
  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. - 127.0.0.1
  29. texture-resolution: 16
  30. world-settings:
  31. default:
  32. growth-chunks-per-tick: 650
  33. mob-spawn-range: 4
  34. random-light-updates: false
  35. aggregate-chunkticks: 4
  36. item-merge-radius: 3.5
  37. exp-merge-radius: 3.5
  38. wheat-growth-modifier: 100
  39. cactus-growth-modifier: 100
  40. melon-growth-modifier: 100
  41. pumpkin-growth-modifier: 100
  42. sugar-growth-modifier: 100
  43. tree-growth-modifier: 100
  44. mushroom-growth-modifier: 100
  45. entity-activation-range-animals: 32
  46. entity-activation-range-monsters: 32
  47. entity-activation-range-misc: 16
  48. entity-tracking-range-players: 48
  49. entity-tracking-range-animals: 48
  50. entity-tracking-range-monsters: 48
  51. entity-tracking-range-misc: 32
  52. entity-tracking-range-max: 64
  53. info: true
  54. world:
  55. growth-chunks-per-tick: 1000
  56. world_nether:
  57. view-distance: 5
  58. growth-chunks-per-tick: 0
  59. random-light-updates: false
  60. spawn-limits:
  61. monsters: 70
  62. animals: 15
  63. water-animals: 5
  64. ambient: 15
  65. chunk-gc:
  66. period-in-ticks: 600
  67. load-threshold: 0
  68. ticks-per:
  69. animal-spawns: 400
  70. monster-spawns: 1
  71. autosave: 0
  72. hopper-transfer: 8
  73. hopper-check: 8
  74. auto-updater:
  75. enabled: false
  76. on-broken:
  77. - warn-console
  78. - warn-ops
  79. on-update:
  80. - warn-console
  81. - warn-ops
  82. preferred-channel: rb
  83. host: dl.bukkit.org
  84. suggest-channels: false
  85. database:
  86. username: bukkit
  87. isolation: SERIALIZABLE
  88. driver: org.sqlite.JDBC
  89. password: walrus
  90. url: jdbc:sqlite:{DIR}{NAME}.db
  91. orebfuscator:
  92. enable: false
  93. engine-mode: 1
  94. disabled-worlds:
  95. - world_the_end
  96. - world
  97. - terrenos
  98. - tesouros
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement