Advertisement
Guest User

spigot

a guest
Jan 12th, 2023
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.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 Discord or drop by our forums and leave a post.
  9. #
  10. # Discord: https://www.spigotmc.org/go/discord
  11. # Forums: http://www.spigotmc.org/
  12.  
  13. settings:
  14. debug: false
  15. sample-count: 12
  16. timeout-time: 60
  17. restart-on-crash: true
  18. restart-script: ./start.sh
  19. bungeecord: false
  20. player-shuffle: 0
  21. user-cache-size: 1000
  22. save-user-cache-on-stop-only: false
  23. moved-wrongly-threshold: 0.0625
  24. moved-too-quickly-multiplier: 10.0
  25. netty-threads: 4
  26. attribute:
  27. maxHealth:
  28. max: 2048.0
  29. movementSpeed:
  30. max: 2048.0
  31. attackDamage:
  32. max: 2048.0
  33. log-villager-deaths: true
  34. log-named-deaths: true
  35. advancements:
  36. disable-saving: false
  37. disabled:
  38. - minecraft:story/disabled
  39. commands:
  40. spam-exclusions:
  41. - /skill
  42. silent-commandblock-console: false
  43. replace-commands:
  44. - setblock
  45. - summon
  46. - testforblock
  47. - tellraw
  48. log: true
  49. tab-complete: 0
  50. send-namespaced: true
  51. players:
  52. disable-saving: false
  53. world-settings:
  54. default:
  55. below-zero-generation-in-existing-chunks: true
  56. view-distance: 7
  57. simulation-distance: 6
  58. thunder-chance: 100000
  59. merge-radius:
  60. item: 4.0
  61. exp: 6.0
  62. item-despawn-rate: 6000
  63. enable-zombie-pigmen-portal-spawns: true
  64. arrow-despawn-rate: 300
  65. trident-despawn-rate: 1200
  66. wither-spawn-sound-radius: 0
  67. hanging-tick-frequency: 100
  68. end-portal-sound-radius: 0
  69. zombie-aggressive-towards-villager: true
  70. nerf-spawner-mobs: false
  71. mob-spawn-range: 5
  72. growth:
  73. cactus-modifier: 100
  74. cane-modifier: 100
  75. melon-modifier: 100
  76. mushroom-modifier: 100
  77. pumpkin-modifier: 100
  78. sapling-modifier: 100
  79. beetroot-modifier: 100
  80. carrot-modifier: 100
  81. potato-modifier: 100
  82. wheat-modifier: 100
  83. netherwart-modifier: 100
  84. vine-modifier: 100
  85. cocoa-modifier: 100
  86. bamboo-modifier: 100
  87. sweetberry-modifier: 100
  88. kelp-modifier: 100
  89. twistingvines-modifier: 100
  90. weepingvines-modifier: 100
  91. cavevines-modifier: 100
  92. glowberry-modifier: 100
  93. entity-activation-range:
  94. animals: 16
  95. monsters: 24
  96. raiders: 48
  97. misc: 8
  98. water: 12
  99. villagers: 32
  100. flying-monsters: 32
  101. wake-up-inactive:
  102. animals-max-per-tick: 4
  103. animals-every: 1200
  104. animals-for: 100
  105. monsters-max-per-tick: 8
  106. monsters-every: 400
  107. monsters-for: 100
  108. villagers-max-per-tick: 4
  109. villagers-every: 600
  110. villagers-for: 100
  111. flying-monsters-max-per-tick: 8
  112. flying-monsters-every: 200
  113. flying-monsters-for: 100
  114. villagers-work-immunity-after: 100
  115. villagers-work-immunity-for: 20
  116. villagers-active-for-panic: true
  117. tick-inactive-villagers: false
  118. ignore-spectators: false
  119. entity-tracking-range:
  120. players: 48
  121. animals: 48
  122. monsters: 48
  123. misc: 32
  124. other: 64
  125. ticks-per:
  126. hopper-transfer: 8
  127. hopper-check: 8
  128. hopper-amount: 1
  129. hopper-can-load-chunks: false
  130. dragon-death-sound-radius: 0
  131. seed-village: 10387312
  132. seed-desert: 14357617
  133. seed-igloo: 14357618
  134. seed-jungle: 14357619
  135. seed-swamp: 14357620
  136. seed-monument: 10387313
  137. seed-shipwreck: 165745295
  138. seed-ocean: 14357621
  139. seed-outpost: 165745296
  140. seed-endcity: 10387313
  141. seed-slime: 987234911
  142. seed-nether: 30084232
  143. seed-mansion: 10387319
  144. seed-fossil: 14357921
  145. seed-portal: 34222645
  146. seed-ancientcity: 20083232
  147. seed-buriedtreasure: 10387320
  148. seed-mineshaft: default
  149. seed-stronghold: default
  150. hunger:
  151. jump-walk-exhaustion: 0.05
  152. jump-sprint-exhaustion: 0.2
  153. combat-exhaustion: 0.1
  154. regen-exhaustion: 6.0
  155. swim-multiplier: 0.01
  156. sprint-multiplier: 0.1
  157. other-multiplier: 0.0
  158. max-tnt-per-tick: 100
  159. max-tick-time:
  160. tile: 50
  161. entity: 50
  162. verbose: false
  163. worldeditregentempworld:
  164. verbose: false
  165. config-version: 12
  166. stats:
  167. disable-saving: false
  168. forced-stats: {}
  169.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement