Advertisement
mass0070

spigot.yml

Dec 1st, 2020
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 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: 8
  14. settings:
  15. debug: false
  16. save-user-cache-on-stop-only: false
  17. bungeecord: true
  18. late-bind: false
  19. sample-count: 12
  20. player-shuffle: 0
  21. filter-creative-items: true
  22. user-cache-size: 1000
  23. int-cache-limit: 1024
  24. moved-wrongly-threshold: 0.0625
  25. moved-too-quickly-threshold: 100.0
  26. timeout-time: 60
  27. restart-on-crash: true
  28. restart-script: ./start.sh
  29. netty-threads: 4
  30. attribute:
  31. maxHealth:
  32. max: 2048.0
  33. movementSpeed:
  34. max: 2048.0
  35. attackDamage:
  36. max: 2048.0
  37. messages:
  38. whitelist: §cWhitelist §8» §c§oConnection failed Not Whitelisted!.
  39. unknown-command: §cUgyldig kommand.
  40. server-full: §c§oConnection failed §8§l--§a§l> §cServer full!.
  41. outdated-client: §c§oConnection failed §8§l--§a§l> §cOutdated client! Brug 1.8-1.8.9!.
  42. outdated-server: §c§oConnection failed §8§l--§a§l> §cServeren er 1.8-1.8.9!.
  43. restart: Server is restarting
  44. timings:
  45. enabled: true
  46. verbose: true
  47. server-name-privacy: false
  48. hidden-config-entries:
  49. - database
  50. - settings.bungeecord-addresses
  51. history-interval: 300
  52. history-length: 3600
  53. commands:
  54. tab-complete: 0
  55. log: true
  56. spam-exclusions:
  57. - /skill
  58. silent-commandblock-console: false
  59. replace-commands:
  60. - setblock
  61. - summon
  62. - testforblock
  63. - tellraw
  64. stats:
  65. disable-saving: false
  66. forced-stats: {}
  67. world-settings:
  68. default:
  69. verbose: true
  70. mob-spawn-range: 6
  71. anti-xray:
  72. enabled: false
  73. engine-mode: 1
  74. hide-blocks:
  75. - 14
  76. - 15
  77. - 16
  78. - 21
  79. - 48
  80. - 49
  81. - 54
  82. - 56
  83. - 73
  84. - 74
  85. - 82
  86. - 129
  87. - 130
  88. replace-blocks:
  89. - 1
  90. - 5
  91. nerf-spawner-mobs: true
  92. growth:
  93. cactus-modifier: 100
  94. cane-modifier: 100
  95. melon-modifier: 100
  96. mushroom-modifier: 0
  97. pumpkin-modifier: 0
  98. sapling-modifier: 0
  99. wheat-modifier: 100
  100. netherwart-modifier: 100
  101. entity-activation-range:
  102. animals: 10
  103. monsters: 14
  104. misc: 5
  105. entity-tracking-range:
  106. players: 30
  107. animals: 30
  108. monsters: 30
  109. misc: 16
  110. other: 32
  111. ticks-per:
  112. hopper-transfer: 30
  113. hopper-check: 30
  114. hopper-amount: 5
  115. random-light-updates: false
  116. save-structure-info: true
  117. max-bulk-chunks: 5
  118. max-entity-collisions: 2
  119. dragon-death-sound-radius: 0
  120. seed-village: 10387312
  121. seed-feature: 14357617
  122. hunger:
  123. walk-exhaustion: 0.2
  124. sprint-exhaustion: 0.8
  125. combat-exhaustion: 0.3
  126. regen-exhaustion: 3.0
  127. max-tnt-per-tick: 100
  128. max-tick-time:
  129. tile: 1000
  130. entity: 1000
  131. item-despawn-rate: 3000
  132. merge-radius:
  133. item: 4.0
  134. exp: 8.0
  135. arrow-despawn-rate: 150
  136. enable-zombie-pigmen-portal-spawns: false
  137. wither-spawn-sound-radius: 0
  138. view-distance: 6
  139. hanging-tick-frequency: 100
  140. zombie-aggressive-towards-villager: false
  141. chunks-per-tick: 400
  142. clear-tick-list: true
  143.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement