Advertisement
Guest User

spigot.yml

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