Advertisement
Guest User

Untitled

a guest
May 6th, 2015
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 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. merge-radius:
  63. exp: 7.0
  64. item: 5.0
  65. enable-zombie-pigmen-portal-spawns: false
  66. zombie-aggressive-towards-villager: false
  67. chunks-per-tick: 650
  68. clear-tick-list: false
  69. hanging-tick-frequency: 100
  70. item-despawn-rate: 300
  71. arrow-despawn-rate: 20
  72. wither-spawn-sound-radius: 0
  73. view-distance: 9
  74. max-entity-collisions: 0
  75. dragon-death-sound-radius: 0
  76. seed-village: 10387312
  77. seed-feature: 14357617
  78. hunger:
  79. walk-exhaustion: 0.2
  80. sprint-exhaustion: 0.8
  81. combat-exhaustion: 0.3
  82. regen-exhaustion: 3.0
  83. max-tnt-per-tick: 100
  84. max-tick-time:
  85. tile: 50
  86. entity: 50
  87. entity-tracking-range:
  88. players: 59
  89. animals: 1
  90. monsters: 1
  91. misc: 10
  92. other: 35
  93. hopper-alt-ticking: false
  94. ticks-per:
  95. hopper-transfer: 20
  96. hopper-check: 20
  97. hopper-amount: 1
  98. random-light-updates: false
  99. save-structure-info: false
  100. max-bulk-chunks: 10
  101. mob-spawn-range: 1
  102. anti-xray:
  103. enabled: false
  104. engine-mode: 2
  105. hide-blocks:
  106. - 14
  107. - 15
  108. - 16
  109. - 21
  110. - 48
  111. - 49
  112. - 54
  113. - 56
  114. - 73
  115. - 74
  116. - 82
  117. - 129
  118. - 130
  119. replace-blocks:
  120. - 1
  121. - 5
  122. nerf-spawner-mobs: true
  123. growth:
  124. cactus-modifier: 1
  125. cane-modifier: 1
  126. melon-modifier: 1
  127. mushroom-modifier: 1
  128. pumpkin-modifier: 1
  129. sapling-modifier: 1
  130. wheat-modifier: 1
  131. entity-activation-range:
  132. animals: 1
  133. monsters: 1
  134. misc: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement