Advertisement
Guest User

Spigot.yml

a guest
Feb 9th, 2021
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 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. debug: false
  16. bungeecord: false
  17. sample-count: 12
  18. player-shuffle: 0
  19. user-cache-size: 1000
  20. save-user-cache-on-stop-only: false
  21. moved-wrongly-threshold: 0.0625
  22. moved-too-quickly-multiplier: 10.0
  23. log-villager-deaths: true
  24. timeout-time: 60
  25. restart-on-crash: true
  26. restart-script: ./start.sh
  27. netty-threads: 4
  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. stats:
  43. disable-saving: false
  44. forced-stats: {}
  45. commands:
  46. log: true
  47. tab-complete: 0
  48. send-namespaced: true
  49. spam-exclusions:
  50. - /skill
  51. silent-commandblock-console: false
  52. replace-commands:
  53. - setblock
  54. - summon
  55. - testforblock
  56. - tellraw
  57. advancements:
  58. disable-saving: false
  59. disabled:
  60. - minecraft:story/disabled
  61. players:
  62. disable-saving: false
  63. world-settings:
  64. default:
  65. verbose: true
  66. mob-spawn-range: 6
  67. hopper-amount: 1
  68. dragon-death-sound-radius: 0
  69. seed-village: 10387312
  70. seed-desert: 14357617
  71. seed-igloo: 14357618
  72. seed-jungle: 14357619
  73. seed-swamp: 14357620
  74. seed-monument: 10387313
  75. seed-shipwreck: 165745295
  76. seed-ocean: 14357621
  77. seed-outpost: 165745296
  78. seed-endcity: 10387313
  79. seed-slime: 987234911
  80. seed-bastion: 30084232
  81. seed-fortress: 30084232
  82. seed-mansion: 10387319
  83. seed-fossil: 14357921
  84. seed-portal: 34222645
  85. max-tnt-per-tick: 100
  86. enable-zombie-pigmen-portal-spawns: true
  87. item-despawn-rate: 6000
  88. view-distance: default
  89. end-portal-sound-radius: 0
  90. wither-spawn-sound-radius: 0
  91. arrow-despawn-rate: 300
  92. trident-despawn-rate: 300
  93. hanging-tick-frequency: 100
  94. zombie-aggressive-towards-villager: true
  95. nerf-spawner-mobs: false
  96. merge-radius:
  97. exp: 4.0
  98. item: 6.0
  99. growth:
  100. cactus-modifier: 100
  101. cane-modifier: 100
  102. melon-modifier: 100
  103. mushroom-modifier: 100
  104. pumpkin-modifier: 100
  105. sapling-modifier: 100
  106. beetroot-modifier: 100
  107. carrot-modifier: 100
  108. potato-modifier: 100
  109. wheat-modifier: 100
  110. netherwart-modifier: 100
  111. vine-modifier: 100
  112. cocoa-modifier: 100
  113. bamboo-modifier: 100
  114. sweetberry-modifier: 100
  115. kelp-modifier: 100
  116. entity-activation-range:
  117. animals: 32
  118. monsters: 32
  119. raiders: 48
  120. misc: 16
  121. tick-inactive-villagers: false
  122. ticks-per:
  123. hopper-transfer: 8
  124. hopper-check: 1
  125. hunger:
  126. jump-walk-exhaustion: 0.05
  127. jump-sprint-exhaustion: 0.2
  128. combat-exhaustion: 0.1
  129. regen-exhaustion: 6.0
  130. swim-multiplier: 0.01
  131. sprint-multiplier: 0.1
  132. other-multiplier: 0.0
  133. max-tick-time:
  134. tile: 50
  135. entity: 50
  136. squid-spawn-range:
  137. min: 45.0
  138. entity-tracking-range:
  139. players: 48
  140. animals: 48
  141. monsters: 48
  142. misc: 32
  143. other: 64
  144. worldeditregentempworld:
  145. verbose: false
  146.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement