Advertisement
dreamxdestroyer

spigot.yml

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