Advertisement
Guest User

eee

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