Advertisement
hkkongou

spigot.yml

May 25th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 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. sample-count: 12
  17. save-user-cache-on-stop-only: true
  18. bungeecord: true
  19. player-shuffle: 0
  20. user-cache-size: 1000
  21. timeout-time: 60
  22. restart-on-crash: true
  23. restart-script: ./start.sh
  24. netty-threads: 4
  25. moved-wrongly-threshold: 0.0625
  26. moved-too-quickly-multiplier: 10.0
  27. log-villager-deaths: true
  28. attribute:
  29. maxHealth:
  30. max: 4096.0
  31. movementSpeed:
  32. max: 2048.0
  33. attackDamage:
  34. max: 2048.0
  35. messages:
  36. whitelist: やばいわよ!!似乎伺服器在維護!
  37. unknown-command: 未知的指令.
  38. server-full: やばいですね☆伺服器人數滿了!請耐心等候!
  39. outdated-client: やばいわよ!!請用 {0} 版本進入伺服器
  40. outdated-server: やばいわよ!!請用 {0} 版本進入伺服器
  41. restart: やばいですね☆伺服器正在重啟!請等待幾分鐘!
  42. commands:
  43. log: true
  44. tab-complete: 0
  45. send-namespaced: true
  46. spam-exclusions:
  47. - /skill
  48. replace-commands:
  49. - setblock
  50. - summon
  51. - testforblock
  52. - tellraw
  53. silent-commandblock-console: false
  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. worldeditregentempworld:
  63. verbose: false
  64. default:
  65. end-portal-sound-radius: 0
  66. seed-endcity: 10387313
  67. verbose: true
  68. view-distance: default
  69. nerf-spawner-mobs: true
  70. enable-zombie-pigmen-portal-spawns: true
  71. arrow-despawn-rate: 100
  72. trident-despawn-rate: 600
  73. item-despawn-rate: 2000
  74. wither-spawn-sound-radius: 0
  75. hanging-tick-frequency: 100
  76. zombie-aggressive-towards-villager: true
  77. mob-spawn-range: 3
  78. max-tnt-per-tick: 100
  79. hopper-amount: 1
  80. dragon-death-sound-radius: 0
  81. seed-village: 10387312
  82. seed-desert: 14357617
  83. seed-igloo: 14357618
  84. seed-jungle: 14357619
  85. seed-swamp: 14357620
  86. seed-monument: 10387313
  87. seed-shipwreck: 165745295
  88. seed-ocean: 14357621
  89. seed-outpost: 165745296
  90. seed-slime: 987234911
  91. max-entity-collisions: 2
  92. merge-radius:
  93. item: 6.0
  94. exp: 8.0
  95. hunger:
  96. jump-walk-exhaustion: 0.05
  97. jump-sprint-exhaustion: 0.2
  98. combat-exhaustion: 0.1
  99. regen-exhaustion: 6.0
  100. swim-multiplier: 0.01
  101. sprint-multiplier: 0.1
  102. other-multiplier: 0.0
  103. max-tick-time:
  104. tile: 1000
  105. entity: 1000
  106. squid-spawn-range:
  107. min: 45.0
  108. growth:
  109. cactus-modifier: 100
  110. cane-modifier: 100
  111. melon-modifier: 100
  112. mushroom-modifier: 100
  113. pumpkin-modifier: 100
  114. sapling-modifier: 100
  115. beetroot-modifier: 100
  116. carrot-modifier: 100
  117. potato-modifier: 100
  118. wheat-modifier: 100
  119. netherwart-modifier: 100
  120. vine-modifier: 100
  121. cocoa-modifier: 100
  122. bamboo-modifier: 100
  123. sweetberry-modifier: 100
  124. kelp-modifier: 100
  125. entity-activation-range:
  126. villagers-work-immunity-after: 100
  127. villagers-work-immunity-for: 20
  128. villagers-active-for-panic: true
  129. villagers: 32
  130. flying-monsters: 32
  131. animals: 8
  132. monsters: 16
  133. raiders: 32
  134. misc: 2
  135. water: 8
  136. tick-inactive-villagers: false
  137. wake-up-inactive:
  138. animals-max-per-tick: 4
  139. animals-every: 1200
  140. animals-for: 100
  141. monsters-max-per-tick: 8
  142. monsters-every: 400
  143. monsters-for: 100
  144. villagers-max-per-tick: 4
  145. villagers-every: 300
  146. villagers-for: 100
  147. flying-monsters-max-per-tick: 8
  148. flying-monsters-every: 200
  149. flying-monsters-for: 100
  150. entity-tracking-range:
  151. players: 20
  152. animals: 20
  153. monsters: 20
  154. misc: 20
  155. other: 20
  156. ticks-per:
  157. hopper-transfer: 20
  158. hopper-check: 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement