Advertisement
Guest User

spigot.yml

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