Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 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: 11
  14. settings:
  15. debug: false
  16. save-user-cache-on-stop-only: false
  17. filter-creative-items: true
  18. moved-wrongly-threshold: 0.0625
  19. user-cache-size: 1000
  20. player-shuffle: 0
  21. int-cache-limit: 1024
  22. item-dirty-ticks: 20
  23. sample-count: 12
  24. netty-threads: 4
  25. attribute:
  26. maxHealth:
  27. max: 2048.0
  28. movementSpeed:
  29. max: 2048.0
  30. attackDamage:
  31. max: 2048.0
  32. bungeecord: false
  33. late-bind: false
  34. timeout-time: 60
  35. restart-on-crash: true
  36. restart-script: ./start.sh
  37. moved-too-quickly-multiplier: 10.0
  38. moved-too-quickly-threshold: 100.0
  39. global-api-cache: false
  40. commands:
  41. tab-complete: 0
  42. silent-commandblock-console: false
  43. replace-commands:
  44. - setblock
  45. - summon
  46. - testforblock
  47. - tellraw
  48. spam-exclusions:
  49. - /skill
  50. log: true
  51. messages:
  52. whitelist: '&cNie jestes na bialej liscie!'
  53. unknown-command: '&cNieznana komenda! Wpisz &4/pomoc &cby sprawdzic komendy!'
  54. server-full: '&cSerwer jest pelen!'
  55. outdated-client: wersja klienta! Uzyj&f {0}
  56. outdated-server: ma stara wersje! Jest na wersji&f {0}
  57. restart: '&cSerwer jest restartowany!'
  58. stats:
  59. disable-saving: false
  60. forced-stats: {}
  61. world-settings:
  62. default:
  63. verbose: true
  64. mob-spawn-range: 4
  65. anti-xray:
  66. enabled: true
  67. engine-mode: 1
  68. hide-blocks:
  69. - 14
  70. - 15
  71. - 16
  72. - 21
  73. - 48
  74. - 49
  75. - 54
  76. - 56
  77. - 73
  78. - 74
  79. - 82
  80. - 129
  81. - 130
  82. replace-blocks:
  83. - 1
  84. - 5
  85. nerf-spawner-mobs: false
  86. growth:
  87. cactus-modifier: 100
  88. cane-modifier: 100
  89. melon-modifier: 100
  90. mushroom-modifier: 100
  91. pumpkin-modifier: 100
  92. sapling-modifier: 100
  93. wheat-modifier: 100
  94. netherwart-modifier: 100
  95. vine-modifier: 100
  96. cocoa-modifier: 100
  97. entity-activation-range:
  98. animals: 32
  99. monsters: 32
  100. misc: 16
  101. entity-tracking-range:
  102. players: 48
  103. animals: 48
  104. monsters: 48
  105. misc: 32
  106. other: 64
  107. hopper-alt-ticking: false
  108. ticks-per:
  109. hopper-transfer: 8
  110. hopper-check: 1
  111. hopper-amount: 1
  112. random-light-updates: false
  113. save-structure-info: true
  114. max-bulk-chunks: 5
  115. max-entity-collisions: 8
  116. dragon-death-sound-radius: 0
  117. seed-village: 10387312
  118. seed-feature: 14357617
  119. hunger:
  120. walk-exhaustion: 0.2
  121. sprint-exhaustion: 0.8
  122. combat-exhaustion: 0.1
  123. regen-exhaustion: 6.0
  124. jump-walk-exhaustion: 0.05
  125. jump-sprint-exhaustion: 0.2
  126. swim-multiplier: 0.01
  127. sprint-multiplier: 0.1
  128. other-multiplier: 0.0
  129. max-tnt-per-tick: 100
  130. view-distance: 10
  131. chunks-per-tick: 650
  132. clear-tick-list: false
  133. merge-radius:
  134. exp: 3.0
  135. item: 2.5
  136. item-despawn-rate: 6000
  137. arrow-despawn-rate: 1200
  138. enable-zombie-pigmen-portal-spawns: true
  139. wither-spawn-sound-radius: 0
  140. hanging-tick-frequency: 100
  141. zombie-aggressive-towards-villager: true
  142. seed-monument: 10387313
  143. seed-slime: 987234911
  144. max-tick-time:
  145. tile: 50
  146. entity: 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement