Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 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: 60
  27. restart-on-crash: false
  28. restart-script: ./start.sh
  29. netty-threads: 12
  30. attribute:
  31. maxHealth:
  32. max: 2048.0
  33. movementSpeed:
  34. max: 2048.0
  35. attackDamage:
  36. max: 2048.0
  37. global-api-cache: false
  38. messages:
  39. whitelist: We're currently in maintenance-mode.
  40. unknown-command: Bakari ate this command. Sorry. /faq Bakari
  41. server-full: The server is full! Bakari is taking up too much room.
  42. outdated-client: Outdated client! Please use {0}
  43. outdated-server: Outdated server! I'm still on {0}
  44. restart: Server is restarting - Bakari fast will be!
  45. commands:
  46. tab-complete: 0
  47. log: false
  48. spam-exclusions:
  49. - /skill
  50. silent-commandblock-console: false
  51. replace-commands:
  52. - setblock
  53. - summon
  54. - testforblock
  55. - tellraw
  56. stats:
  57. disable-saving: false
  58. forced-stats: {}
  59. world-settings:
  60. default:
  61. verbose: false
  62. mob-spawn-range: 2
  63. anti-xray:
  64. enabled: false
  65. engine-mode: 1
  66. hide-blocks:
  67. - 14
  68. - 15
  69. - 16
  70. - 21
  71. - 48
  72. - 49
  73. - 54
  74. - 56
  75. - 73
  76. - 74
  77. - 82
  78. - 129
  79. - 130
  80. replace-blocks:
  81. - 1
  82. - 5
  83. nerf-spawner-mobs: true
  84. growth:
  85. cactus-modifier: 100
  86. cane-modifier: 100
  87. melon-modifier: 100
  88. mushroom-modifier: 100
  89. pumpkin-modifier: 100
  90. sapling-modifier: 100
  91. wheat-modifier: 100
  92. entity-activation-range:
  93. animals: 10
  94. monsters: 10
  95. misc: 1
  96. entity-tracking-range:
  97. players: 20
  98. animals: 20
  99. monsters: 20
  100. misc: 20
  101. other: 20
  102. hopper-alt-ticking: true
  103. ticks-per:
  104. hopper-transfer: 40
  105. hopper-check: 40
  106. hopper-amount: 16
  107. random-light-updates: false
  108. save-structure-info: false
  109. max-bulk-chunks: 8
  110. max-entity-collisions: 4
  111. dragon-death-sound-radius: 0
  112. seed-village: 10387312
  113. seed-feature: 14357617
  114. hunger:
  115. walk-exhaustion: 0.2
  116. sprint-exhaustion: 0.8
  117. combat-exhaustion: 0.3
  118. regen-exhaustion: 3.0
  119. max-tnt-per-tick: 100
  120. item-despawn-rate: 3600
  121. merge-radius:
  122. item: 4.0
  123. exp: 5.0
  124. arrow-despawn-rate: 120
  125. enable-zombie-pigmen-portal-spawns: false
  126. wither-spawn-sound-radius: 0
  127. view-distance: 4
  128. hanging-tick-frequency: 100
  129. zombie-aggressive-towards-villager: false
  130. chunks-per-tick: 200
  131. clear-tick-list: false
  132. theend:
  133. entity-tracking-range:
  134. players: 20
  135. animals: 64
  136. monsters: 64
  137. misc: 64
  138. other: 64
  139. wastelands:
  140. verbose: false
  141. mob-spawn-range: 2
  142. anti-xray:
  143. enabled: true
  144. engine-mode: 1
  145. hide-blocks:
  146. - 14
  147. - 15
  148. - 16
  149. - 21
  150. - 48
  151. - 49
  152. - 54
  153. - 56
  154. - 73
  155. - 74
  156. - 82
  157. - 129
  158. - 130
  159. replace-blocks:
  160. - 1
  161. - 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement