Advertisement
Guest User

Untitled

a guest
May 6th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 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. messages:
  15. whitelist: Ведутся технические работы по улучшению сервера! Зайдите позже=)
  16. unknown-command: Неизвестная команда!
  17. server-full: Все слоты сервера заполнены!
  18. outdated-client: Outdated client! Please use {0}
  19. outdated-server: Outdated server! I'm still on {0}
  20. restart: Сервер перезапускается! Зайдите через 17 секунд.
  21. settings:
  22. save-user-cache-on-stop-only: false
  23. bungeecord: true
  24. late-bind: false
  25. sample-count: 23
  26. player-shuffle: 0
  27. filter-creative-items: true
  28. user-cache-size: 1000
  29. int-cache-limit: 1024
  30. moved-wrongly-threshold: 0.0625
  31. moved-too-quickly-threshold: 100.0
  32. timeout-time: 60
  33. restart-on-crash: true
  34. restart-script: ./Start.sh
  35. netty-threads: 4
  36. attribute:
  37. maxHealth:
  38. max: 2048.0
  39. movementSpeed:
  40. max: 2048.0
  41. attackDamage:
  42. max: 2048.0
  43. debug: false
  44. global-api-cache: false
  45. commands:
  46. tab-complete: 0
  47. log: true
  48. spam-exclusions:
  49. - /skill
  50. silent-commandblock-console: true
  51. replace-commands:
  52. - setblock
  53. - summon
  54. - testforblock
  55. - tellraw
  56. stats:
  57. disable-saving: false
  58. forced-stats: {}
  59. world-settings:
  60. default:
  61. verbose: false
  62. item-despawn-rate: 3000
  63. merge-radius:
  64. item: 5.0
  65. exp: 7.0
  66. arrow-despawn-rate: 20
  67. enable-zombie-pigmen-portal-spawns: false
  68. hanging-tick-frequency: 100
  69. zombie-aggressive-towards-villager: false
  70. chunks-per-tick: 650
  71. clear-tick-list: false
  72. max-tnt-per-tick: 100
  73. max-tick-time:
  74. tile: 50
  75. entity: 50
  76. growth:
  77. cactus-modifier: 30
  78. cane-modifier: 40
  79. melon-modifier: 60
  80. mushroom-modifier: 30
  81. pumpkin-modifier: 50
  82. sapling-modifier: 60
  83. wheat-modifier: 80
  84. entity-activation-range:
  85. animals: 12
  86. monsters: 12
  87. misc: 6
  88. entity-tracking-range:
  89. players: 32
  90. animals: 32
  91. monsters: 32
  92. misc: 22
  93. other: 32
  94. ticks-per:
  95. hopper-transfer: 20
  96. hopper-check: 20
  97. hopper-amount: 1
  98. random-light-updates: false
  99. save-structure-info: true
  100. max-bulk-chunks: 10
  101. max-entity-collisions: 0
  102. dragon-death-sound-radius: 0
  103. seed-village: 10387312
  104. seed-feature: 14357617
  105. hunger:
  106. walk-exhaustion: 0.2
  107. sprint-exhaustion: 0.8
  108. combat-exhaustion: 0.3
  109. regen-exhaustion: 3.0
  110. mob-spawn-range: 3
  111. anti-xray:
  112. enabled: true
  113. engine-mode: 2
  114. hide-blocks:
  115. - 14
  116. - 15
  117. - 16
  118. - 21
  119. - 48
  120. - 49
  121. - 54
  122. - 56
  123. - 73
  124. - 74
  125. - 82
  126. - 129
  127. - 130
  128. replace-blocks:
  129. - 1
  130. - 5
  131. nerf-spawner-mobs: true
  132. wither-spawn-sound-radius: 0
  133. view-distance: 6
  134. hopper-alt-ticking: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement