Advertisement
Guest User

Untitled

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