Advertisement
Guest User

Untitled

a guest
Jun 5th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. # This is the main configuration file for Spigot.
  2. # As you can see, there's tons to configure. Some options may impact gameplay, so use
  3. # with caution, and make sure you know what each option does before configuring.
  4. # For a reference for any variable inside this file, check out the Spigot wiki at
  5. # http://www.spigotmc.org/wiki/spigot-configuration/
  6. #
  7. # If you need help with the configuration or have any questions related to Spigot,
  8. # join us at the IRC or drop by our forums and leave a post.
  9. #
  10. # IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )
  11. # Forums: http://www.spigotmc.org/
  12.  
  13. config-version: 8
  14. settings:
  15. debug: false
  16. save-user-cache-on-stop-only: false
  17. late-bind: false
  18. sample-count: 12
  19. player-shuffle: 0
  20. filter-creative-items: true
  21. user-cache-size: 0
  22. int-cache-limit: 1024
  23. moved-wrongly-threshold: 0.0625
  24. moved-too-quickly-threshold: 100.0
  25. bungeecord: true
  26. timeout-time: 240
  27. restart-on-crash: true
  28. restart-script: ./start.sh
  29. netty-threads: 6
  30. attribute:
  31. maxHealth:
  32. max: 2048.0
  33. movementSpeed:
  34. max: 2048.0
  35. attackDamage:
  36. max: 2048.0
  37. messages:
  38. whitelist: Небольшое обновление, потерпите :) К вечеру откроемся.
  39. unknown-command: Неизвестная команда. Введите /help или обратитесь к администратору.
  40. server-full: Сервер полон!
  41. outdated-client: Сервер работает на новых версиях! Используйте 1.8-1.9.
  42. outdated-server: Старая версия сервера! Вы на версии {0}
  43. restart: Перезапуск сервера. Возвращайтесь через 1 минутку :3
  44. commands:
  45. tab-complete: 0
  46. spam-exclusions:
  47. - /skill
  48. silent-commandblock-console: false
  49. replace-commands:
  50. - setblock
  51. - summon
  52. - testforblock
  53. - tellraw
  54. log: true
  55. stats:
  56. disable-saving: false
  57. forced-stats: {}
  58. world-settings:
  59. default:
  60. verbose: true
  61. mob-spawn-range: 1
  62. anti-xray:
  63. enabled: false
  64. engine-mode: 2
  65. hide-blocks:
  66. - 14
  67. - 15
  68. - 16
  69. - 21
  70. - 48
  71. - 49
  72. - 54
  73. - 56
  74. - 73
  75. - 74
  76. - 82
  77. - 129
  78. - 130
  79. replace-blocks:
  80. - 1
  81. - 5
  82. nerf-spawner-mobs: false
  83. growth:
  84. cactus-modifier: 800
  85. cane-modifier: 800
  86. melon-modifier: 800
  87. mushroom-modifier: 800
  88. pumpkin-modifier: 800
  89. sapling-modifier: 800
  90. wheat-modifier: 800
  91. netherwart-modifier: 800
  92. entity-activation-range:
  93. animals: 4
  94. monsters: 4
  95. misc: 2
  96. entity-tracking-range:
  97. players: 48
  98. animals: 15
  99. monsters: 15
  100. misc: 25
  101. other: 28
  102. ticks-per:
  103. hopper-transfer: 30
  104. hopper-check: 30
  105. hopper-amount: 4
  106. random-light-updates: false
  107. save-structure-info: true
  108. max-bulk-chunks: 1
  109. max-entity-collisions: 2
  110. dragon-death-sound-radius: 0
  111. seed-village: 10387312
  112. seed-feature: 14357617
  113. hunger:
  114. walk-exhaustion: 0.2
  115. sprint-exhaustion: 0.8
  116. combat-exhaustion: 0.3
  117. regen-exhaustion: 3.0
  118. max-tnt-per-tick: 100
  119. max-tick-time:
  120. tile: 1000
  121. entity: 1000
  122. item-despawn-rate: 2000
  123. merge-radius:
  124. item: 4.0
  125. exp: 3.0
  126. arrow-despawn-rate: 120
  127. enable-zombie-pigmen-portal-spawns: true
  128. view-distance: 3
  129. wither-spawn-sound-radius: 0
  130. hanging-tick-frequency: 100
  131. zombie-aggressive-towards-villager: true
  132. chunks-per-tick: 100
  133. clear-tick-list: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement