Advertisement
Guest User

Spigot

a guest
May 24th, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 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. stats:
  15. disable-saving: false
  16. forced-stats: {}
  17. settings:
  18. timeout-time: 300
  19. restart-on-crash: true
  20. restart-script: ./start.sh
  21. netty-threads: 4
  22. attribute:
  23. maxHealth:
  24. max: 2048.0
  25. movementSpeed:
  26. max: 2048.0
  27. attackDamage:
  28. max: 2048.0
  29. bungeecord: true
  30. late-bind: false
  31. sample-count: 12
  32. player-shuffle: 0
  33. filter-creative-items: true
  34. user-cache-size: 1000
  35. int-cache-limit: 1024
  36. moved-wrongly-threshold: 0.0625
  37. moved-too-quickly-threshold: 100.0
  38. save-user-cache-on-stop-only: false
  39. debug: false
  40. global-api-cache: false
  41. messages:
  42. restart: Server is restarting
  43. whitelist: '&a&lThe server is currently undergoing maintenance, be back soon!'
  44. unknown-command: '&aVenom &8// &7Unknown command.'
  45. server-full: '&bThe server is currently full, donate to join full servers!'
  46. outdated-client: Outdated client! Please use {0}
  47. outdated-server: Outdated server! I'm still on {0}
  48. commands:
  49. log: true
  50. spam-exclusions:
  51. - /skill
  52. replace-commands:
  53. - setblock
  54. - summon
  55. - testforblock
  56. - tellraw
  57. silent-commandblock-console: false
  58. tab-complete: -1
  59. world-settings:
  60. default:
  61. verbose: true
  62. max-tnt-per-tick: 100
  63. max-tick-time:
  64. tile: 50
  65. entity: 50
  66. view-distance: 4
  67. wither-spawn-sound-radius: 0
  68. save-structure-info: true
  69. max-bulk-chunks: 5
  70. max-entity-collisions: 8
  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.5
  77. combat-exhaustion: 0.3
  78. regen-exhaustion: 3.0
  79. mob-spawn-range: 4
  80. entity-activation-range:
  81. animals: 5
  82. monsters: 5
  83. misc: 5
  84. entity-tracking-range:
  85. players: 32
  86. animals: 16
  87. monsters: 16
  88. misc: 16
  89. other: 16
  90. ticks-per:
  91. hopper-transfer: 16
  92. hopper-check: 16
  93. hopper-amount: 1
  94. random-light-updates: false
  95. anti-xray:
  96. enabled: false
  97. engine-mode: 1
  98. hide-blocks:
  99. - 14
  100. - 15
  101. - 16
  102. - 21
  103. - 48
  104. - 49
  105. - 54
  106. - 56
  107. - 73
  108. - 74
  109. - 82
  110. - 129
  111. - 130
  112. replace-blocks:
  113. - 1
  114. - 5
  115. nerf-spawner-mobs: true
  116. growth:
  117. cactus-modifier: 100
  118. cane-modifier: 100
  119. melon-modifier: 100
  120. mushroom-modifier: 100
  121. pumpkin-modifier: 100
  122. sapling-modifier: 100
  123. wheat-modifier: 100
  124. item-despawn-rate: 600
  125. merge-radius:
  126. item: 2.5
  127. exp: 3.0
  128. zombie-aggressive-towards-villager: true
  129. chunks-per-tick: 400
  130. clear-tick-list: false
  131. arrow-despawn-rate: 600
  132. hanging-tick-frequency: 100
  133. enable-zombie-pigmen-portal-spawns: true
  134. hopper-alt-ticking: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement