Advertisement
Guest User

Untitled

a guest
Jul 29th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 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. filter-creative-items: true
  18. moved-too-quickly-threshold: 100
  19. moved-wrongly-threshold: 0.0625
  20. netty-threads: 4
  21. attribute:
  22. maxHealth:
  23. max: 2048
  24. movementSpeed:
  25. max: 2048
  26. attackDamage:
  27. max: 2048
  28. player-shuffle: 0
  29. timeout-time: 60
  30. restart-on-crash: false
  31. restart-script: ./start.sh
  32. late-bind: false
  33. user-cache-size: 1000
  34. int-cache-limit: 1024
  35. sample-count: 12
  36. bungeecord: true
  37. moved-too-quickly-multiplier: 10.0
  38. item-dirty-ticks: 20
  39. messages:
  40. whitelist: You are not whitelisted on this server!
  41. unknown-command: Unknown command. Type "/help" for help.
  42. server-full: The server is full!
  43. outdated-client: Outdated client! Please use {0}
  44. outdated-server: Outdated server! I'm still on {0}
  45. restart: Server is restarting
  46. commands:
  47. tab-complete: 0
  48. silent-commandblock-console: false
  49. log: true
  50. spam-exclusions:
  51. - /skill
  52. replace-commands:
  53. - setblock
  54. - summon
  55. - testforblock
  56. - tellraw
  57. stats:
  58. disable-saving: false
  59. forced-stats: {}
  60. world-settings:
  61. default:
  62. verbose: true
  63. mob-spawn-range: 4
  64. anti-xray:
  65. enabled: true
  66. engine-mode: 1
  67. hide-blocks:
  68. - 14
  69. - 15
  70. - 16
  71. - 21
  72. - 48
  73. - 49
  74. - 54
  75. - 56
  76. - 73
  77. - 74
  78. - 82
  79. - 129
  80. - 130
  81. replace-blocks:
  82. - 1
  83. - 5
  84. nerf-spawner-mobs: false
  85. entity-activation-range:
  86. animals: 32
  87. monsters: 32
  88. misc: 16
  89. max-bulk-chunks: 10
  90. entity-tracking-range:
  91. players: 48
  92. animals: 48
  93. monsters: 48
  94. misc: 32
  95. other: 64
  96. random-light-updates: false
  97. ticks-per:
  98. hopper-transfer: 8
  99. hopper-check: 1
  100. hopper-amount: 1
  101. save-structure-info: true
  102. hunger:
  103. walk-exhaustion: 0.2
  104. sprint-exhaustion: 0.8
  105. combat-exhaustion: 0.1
  106. regen-exhaustion: 6.0
  107. jump-walk-exhaustion: 0.05
  108. jump-sprint-exhaustion: 0.2
  109. swim-multiplier: 0.01
  110. sprint-multiplier: 0.1
  111. other-multiplier: 0.0
  112. max-tnt-per-tick: 100
  113. growth:
  114. cactus-modifier: 100
  115. cane-modifier: 100
  116. melon-modifier: 100
  117. mushroom-modifier: 100
  118. pumpkin-modifier: 100
  119. sapling-modifier: 100
  120. wheat-modifier: 100
  121. netherwart-modifier: 100
  122. vine-modifier: 100
  123. cocoa-modifier: 100
  124. max-tick-time:
  125. tile: 50
  126. entity: 50
  127. arrow-despawn-rate: 1200
  128. merge-radius:
  129. item: 2.5
  130. exp: 3
  131. item-despawn-rate: 6000
  132. view-distance: 10
  133. zombie-aggressive-towards-villager: true
  134. enable-zombie-pigmen-portal-spawns: true
  135. wither-spawn-sound-radius: 0
  136. hanging-tick-frequency: 100
  137. chunks-per-tick: 650
  138. clear-tick-list: false
  139. seed-village: 10387312
  140. seed-feature: 14357617
  141. dragon-death-sound-radius: 0
  142. max-entity-collisions: 8
  143. seed-monument: 10387313
  144. seed-slime: 987234911
  145. advancements:
  146. disable-saving: false
  147. disabled:
  148. - minecraft:story/disabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement