Advertisement
NORTBE

Untitled

Mar 22nd, 2016
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 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: §eТех. Работы.
  16. unknown-command: §7[§5TWC§7] §cНеизвестная комманда, возможно вы ошиблись.
  17. server-full: §aСервер переполнен, вы моежет купить привилегию §6VIP §aи выше \n §eЧто бы заходить на полный сервер!
  18. outdated-client: §aМы используем версию §e1.8+
  19. outdated-server: Outdated server! I'm still on {0}
  20. restart: §cРестарт сервера... §6(Перезайдите)
  21. settings:
  22. save-user-cache-on-stop-only: false
  23. bungeecord: true
  24. late-bind: false
  25. sample-count: 0
  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: false
  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: 50.0
  43. debug: false
  44. commands:
  45. tab-complete: 1
  46. log: true
  47. spam-exclusions:
  48. - /skill
  49. silent-commandblock-console: false
  50. replace-commands:
  51. - setblock
  52. - summon
  53. - testforblock
  54. - tellraw
  55. stats:
  56. disable-saving: false
  57. forced-stats: {}
  58. world-settings:
  59. default:
  60. verbose: false
  61. growth:
  62. cactus-modifier: 800
  63. cane-modifier: 800
  64. melon-modifier: 800
  65. mushroom-modifier: 800
  66. pumpkin-modifier: 800
  67. sapling-modifier: 800
  68. wheat-modifier: 800
  69. netherwart-modifier: 800
  70. entity-activation-range:
  71. animals: 2
  72. monsters: 2
  73. misc: 1
  74. entity-tracking-range:
  75. players: 38
  76. animals: 26
  77. monsters: 26
  78. misc: 24
  79. other: 32
  80. ticks-per:
  81. hopper-transfer: 24
  82. hopper-check: 24
  83. hopper-amount: 3
  84. random-light-updates: false
  85. save-structure-info: false
  86. nerf-spawner-mobs: true
  87. mob-spawn-range: 5
  88. anti-xray:
  89. enabled: false
  90. engine-mode: 1
  91. hide-blocks:
  92. - 14
  93. - 15
  94. - 16
  95. - 21
  96. - 48
  97. - 49
  98. - 54
  99. - 56
  100. - 73
  101. - 74
  102. - 82
  103. - 129
  104. - 130
  105. replace-blocks:
  106. - 1
  107. - 5
  108. max-bulk-chunks: 2
  109. max-entity-collisions: 1
  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: 50
  121. entity: 50
  122. item-despawn-rate: 2400
  123. merge-radius:
  124. item: 4
  125. exp: 7
  126. arrow-despawn-rate: 1200
  127. enable-zombie-pigmen-portal-spawns: false
  128. wither-spawn-sound-radius: 0
  129. view-distance: 3
  130. hanging-tick-frequency: 100
  131. zombie-aggressive-towards-villager: true
  132. chunks-per-tick: 80
  133. clear-tick-list: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement