Advertisement
Guest User

Untitled

a guest
Aug 25th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 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: true
  28. restart-script: ./start.sh
  29. netty-threads: 4
  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. commands:
  39. tab-complete: 0
  40. spam-exclusions:
  41. - /skill
  42. silent-commandblock-console: false
  43. replace-commands:
  44. - setblock
  45. - summon
  46. - testforblock
  47. - tellraw
  48. log: true
  49. messages:
  50. whitelist: You are not whitelisted on this server!
  51. unknown-command: Unknown command. Type "/help" for help.
  52. server-full: The server is full!
  53. outdated-client: Outdated client! Please use {0}
  54. outdated-server: Outdated server! I'm still on {0}
  55. restart: Server is restarting
  56. stats:
  57. disable-saving: false
  58. forced-stats: {}
  59. world-settings:
  60. default:
  61. verbose: true
  62. nerf-spawner-mobs: false
  63. mob-spawn-range: 4
  64. anti-xray:
  65. enabled: false
  66. engine-mode: 1
  67. hide-blocks:
  68. - 14
  69. - 15
  70. - 16
  71. - 21
  72. - 48
  73. - 49
  74. - 54
  75. - 56
  76. - 73
  77. - 74
  78. - 82
  79. - 129
  80. - 130
  81. replace-blocks:
  82. - 1
  83. - 5
  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. netherwart-modifier: 100
  93. entity-activation-range:
  94. animals: 6
  95. monsters: 16
  96. misc: 2
  97. entity-tracking-range:
  98. players: 128
  99. animals: 128
  100. monsters: 48
  101. misc: 32
  102. other: 128
  103. hopper-alt-ticking: false
  104. ticks-per:
  105. hopper-transfer: 24
  106. hopper-check: 24
  107. hopper-amount: 3
  108. random-light-updates: false
  109. save-structure-info: true
  110. max-bulk-chunks: 10
  111. max-entity-collisions: 2
  112. dragon-death-sound-radius: 0
  113. seed-village: 10387312
  114. seed-feature: 14357617
  115. hunger:
  116. walk-exhaustion: 0.2
  117. sprint-exhaustion: 0.8
  118. combat-exhaustion: 0.3
  119. regen-exhaustion: 3.0
  120. max-tnt-per-tick: 100
  121. view-distance: 8
  122. chunks-per-tick: 650
  123. clear-tick-list: false
  124. merge-radius:
  125. exp: 6.0
  126. item: 3.5
  127. item-despawn-rate: 6000
  128. arrow-despawn-rate: 1200
  129. enable-zombie-pigmen-portal-spawns: true
  130. wither-spawn-sound-radius: 0
  131. hanging-tick-frequency: 100
  132. zombie-aggressive-towards-villager: true
  133. max-tick-time:
  134. tile: 50
  135. entity: 50
  136. timings:
  137. enabled: true
  138. verbose: true
  139. server-name-privacy: false
  140. hidden-config-entries:
  141. - database
  142. - settings.bungeecord-addresses
  143. history-interval: 300
  144. history-length: 3600
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement