Advertisement
Guest User

Untitled

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