Advertisement
Guest User

Untitled

a guest
Jul 16th, 2020
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 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: 12
  14. settings:
  15. save-user-cache-on-stop-only: true
  16. bungeecord: true
  17. timeout-time: 60
  18. restart-on-crash: false
  19. restart-script: ./start.sh
  20. netty-threads: 4
  21. sample-count: 12
  22. player-shuffle: 0
  23. user-cache-size: 1000
  24. moved-wrongly-threshold: 0.0625
  25. moved-too-quickly-multiplier: 10.0
  26. log-villager-deaths: true
  27. debug: false
  28. attribute:
  29. maxHealth:
  30. max: 2048.0
  31. movementSpeed:
  32. max: 2048.0
  33. attackDamage:
  34. max: 2048.0
  35. messages:
  36. whitelist: You are not whitelisted on this server!
  37. unknown-command: Unknown command. Type "/help" for help.
  38. server-full: The server is full!
  39. outdated-client: Outdated client! Please use {0}
  40. outdated-server: Outdated server! I'm still on {0}
  41. restart: Server is restarting
  42. commands:
  43. tab-complete: 0
  44. send-namespaced: true
  45. spam-exclusions:
  46. - /skill
  47. silent-commandblock-console: false
  48. replace-commands:
  49. - setblock
  50. - summon
  51. - testforblock
  52. - tellraw
  53. log: true
  54. stats:
  55. disable-saving: false
  56. forced-stats: {}
  57. advancements:
  58. disable-saving: false
  59. disabled:
  60. - minecraft:story/disabled
  61. world-settings:
  62. default:
  63. seed-endcity: 10387313
  64. seed-bastion: 30084232
  65. seed-fortress: 30084232
  66. seed-mansion: 10387319
  67. seed-fossil: 14357921
  68. seed-portal: 34222645
  69. end-portal-sound-radius: 0
  70. max-entity-collisions: 5
  71. verbose: true
  72. mob-spawn-range: 3
  73. hopper-amount: 1
  74. dragon-death-sound-radius: 0
  75. seed-village: 10387312
  76. seed-desert: 14357617
  77. seed-igloo: 14357618
  78. seed-jungle: 14357619
  79. seed-swamp: 14357620
  80. seed-monument: 10387313
  81. seed-shipwreck: 165745295
  82. seed-ocean: 14357621
  83. seed-outpost: 165745296
  84. seed-slime: 987234911
  85. max-tnt-per-tick: 100
  86. view-distance: 4
  87. arrow-despawn-rate: 300
  88. trident-despawn-rate: 900
  89. enable-zombie-pigmen-portal-spawns: true
  90. item-despawn-rate: 4500
  91. wither-spawn-sound-radius: 0
  92. hanging-tick-frequency: 100
  93. zombie-aggressive-towards-villager: true
  94. nerf-spawner-mobs: false
  95. merge-radius:
  96. exp: 6.0
  97. item: 4.0
  98. growth:
  99. cactus-modifier: 100
  100. cane-modifier: 100
  101. melon-modifier: 100
  102. mushroom-modifier: 100
  103. pumpkin-modifier: 100
  104. sapling-modifier: 100
  105. beetroot-modifier: 100
  106. carrot-modifier: 100
  107. potato-modifier: 100
  108. wheat-modifier: 100
  109. netherwart-modifier: 100
  110. vine-modifier: 100
  111. cocoa-modifier: 100
  112. bamboo-modifier: 100
  113. sweetberry-modifier: 100
  114. kelp-modifier: 100
  115. entity-activation-range:
  116. villagers: 32
  117. flying-monsters: 32
  118. villagers-work-immunity-after: 100
  119. villagers-work-immunity-for: 20
  120. villagers-active-for-panic: true
  121. water: 12
  122. animals: 12
  123. monsters: 20
  124. raiders: 30
  125. misc: 8
  126. tick-inactive-villagers: false
  127. wake-up-inactive:
  128. animals-max-per-tick: 4
  129. animals-every: 1200
  130. animals-for: 100
  131. monsters-max-per-tick: 8
  132. monsters-every: 400
  133. monsters-for: 100
  134. villagers-max-per-tick: 4
  135. villagers-every: 600
  136. villagers-for: 100
  137. flying-monsters-max-per-tick: 8
  138. flying-monsters-every: 200
  139. flying-monsters-for: 100
  140. entity-tracking-range:
  141. players: 38
  142. animals: 38
  143. monsters: 32
  144. misc: 32
  145. other: 32
  146. ticks-per:
  147. hopper-transfer: 12
  148. hopper-check: 12
  149. hunger:
  150. jump-walk-exhaustion: 0.05
  151. jump-sprint-exhaustion: 0.2
  152. combat-exhaustion: 0.1
  153. regen-exhaustion: 6.0
  154. swim-multiplier: 0.01
  155. sprint-multiplier: 0.1
  156. other-multiplier: 0.0
  157. max-tick-time:
  158. tile: 1000
  159. entity: 1000
  160. squid-spawn-range:
  161. min: 35.0
  162. worldeditregentempworld:
  163. verbose: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement