Advertisement
mmuziek

spigot

Oct 31st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 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: true
  16. sample-count: 12
  17. bungeecord: true
  18. late-bind: true
  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: 6000
  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. messages:
  39. whitelist: You are not whitelisted on this server!
  40. unknown-command: Unknown command.
  41. server-full: The server is full!
  42. outdated-client: Outdated client! Please use {0}
  43. outdated-server: Outdated server! I'm still on {0}
  44. restart: Server is restarting
  45. stats:
  46. disable-saving: false
  47. forced-stats: {}
  48. commands:
  49. log: true
  50. tab-complete: 0
  51. send-namespaced: true
  52. spam-exclusions:
  53. - /skill
  54. silent-commandblock-console: true
  55. replace-commands:
  56. - setblock
  57. - summon
  58. - testforblock
  59. - tellraw
  60. advancements:
  61. disable-saving: false
  62. disabled:
  63. - minecraft:story/disabled
  64. world-settings:
  65. default:
  66. verbose: true
  67. mob-spawn-range: 4
  68. growth:
  69. cactus-modifier: 100
  70. cane-modifier: 100
  71. melon-modifier: 100
  72. mushroom-modifier: 100
  73. pumpkin-modifier: 100
  74. sapling-modifier: 100
  75. wheat-modifier: 100
  76. netherwart-modifier: 100
  77. vine-modifier: 100
  78. cocoa-modifier: 100
  79. entity-activation-range:
  80. animals: 12
  81. monsters: 20
  82. misc: 16
  83. water: 16
  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. zombie-aggressive-towards-villager: true
  121. merge-radius:
  122. exp: 0.1
  123. item: 2.5
  124. enable-zombie-pigmen-portal-spawns: true
  125. item-despawn-rate: 6000
  126. arrow-despawn-rate: 1200
  127. view-distance: 10
  128. hanging-tick-frequency: 100
  129. nerf-spawner-mobs: false
  130. wither-spawn-sound-radius: 0
  131. max-entity-collisions: 8
  132. save-structure-info: true
  133. seed-feature: 14357617
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement