Advertisement
blazex224

Spigot YML Optimized

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