Advertisement
SchaumG550

Untitled

Jan 26th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 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: false
  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: 4
  29. attribute:
  30. maxHealth:
  31. max: 2048.0
  32. movementSpeed:
  33. max: 2048.0
  34. attackDamage:
  35. max: 2048.0
  36. debug: false
  37. timings:
  38. enabled: true
  39. verbose: false
  40. server-name-privacy: false
  41. hidden-config-entries:
  42. - database
  43. - settings.bungeecord-addresses
  44. history-interval: 300
  45. history-length: 3600
  46. commands:
  47. tab-complete: 0
  48. log: true
  49. spam-exclusions:
  50. - /skill
  51. silent-commandblock-console: false
  52. replace-commands:
  53. - setblock
  54. - summon
  55. - testforblock
  56. - tellraw
  57. messages:
  58. whitelist: Server is under maintenance, we will be back soon!
  59. unknown-command: Unknown command. Type "/help" for help.
  60. server-full: The server is full!
  61. outdated-client: Outdated client! Please use {0}
  62. outdated-server: Outdated server! I'm still on {0}
  63. restart: Server is restarting, we will be back shortly
  64. stats:
  65. disable-saving: false
  66. forced-stats: {}
  67. world-settings:
  68. default:
  69. verbose: true
  70. nerf-spawner-mobs: true
  71. anti-xray:
  72. enabled: true
  73. engine-mode: 1
  74. hide-blocks:
  75. - 14
  76. - 15
  77. - 16
  78. - 21
  79. - 48
  80. - 49
  81. - 54
  82. - 56
  83. - 73
  84. - 74
  85. - 82
  86. - 129
  87. - 130
  88. replace-blocks:
  89. - 1
  90. - 5
  91. mob-spawn-range: 4
  92. max-bulk-chunks: 8
  93. save-structure-info: true
  94. entity-activation-range:
  95. animals: 7
  96. monsters: 4
  97. misc: 2
  98. growth:
  99. cactus-modifier: 90
  100. cane-modifier: 90
  101. melon-modifier: 90
  102. mushroom-modifier: 90
  103. pumpkin-modifier: 90
  104. sapling-modifier: 90
  105. wheat-modifier: 90
  106. netherwart-modifier: 30
  107. ticks-per:
  108. hopper-transfer: 50
  109. hopper-check: 50
  110. hopper-amount: 3
  111. entity-tracking-range:
  112. players: 40
  113. animals: 40
  114. monsters: 40
  115. misc: 30
  116. other: 50
  117. random-light-updates: false
  118. max-entity-collisions: 1
  119. max-tick-time:
  120. tile: 1000
  121. entity: 1000
  122. dragon-death-sound-radius: 0
  123. seed-village: 10387312
  124. seed-feature: 14357617
  125. hunger:
  126. walk-exhaustion: 0.2
  127. sprint-exhaustion: 0.8
  128. combat-exhaustion: 0.3
  129. regen-exhaustion: 3.0
  130. max-tnt-per-tick: 100
  131. item-despawn-rate: 2400
  132. merge-radius:
  133. item: 4.0
  134. exp: 5.0
  135. arrow-despawn-rate: 300
  136. enable-zombie-pigmen-portal-spawns: false
  137. wither-spawn-sound-radius: 0
  138. view-distance: 5
  139. hanging-tick-frequency: 100
  140. zombie-aggressive-towards-villager: true
  141. chunks-per-tick: 80
  142. clear-tick-list: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement