Advertisement
Guest User

Untitled

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