Advertisement
Guest User

Untitled

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