Advertisement
Guest User

Untitled

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