DuckWeed246

Untitled

Apr 16th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 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. user-cache-size: 1000
  22. int-cache-limit: 1024
  23. timeout-time: 60
  24. restart-on-crash: true
  25. restart-script: ./start.sh
  26. netty-threads: 4
  27. attribute:
  28. maxHealth:
  29. max: 2048.0
  30. movementSpeed:
  31. max: 2048.0
  32. attackDamage:
  33. max: 2048.0
  34. filter-creative-items: true
  35. moved-wrongly-threshold: 0.0625
  36. moved-too-quickly-threshold: 100.0
  37. commands:
  38. tab-complete: 0
  39. log: true
  40. spam-exclusions:
  41. - /skill
  42. replace-commands:
  43. - setblock
  44. - summon
  45. - testforblock
  46. - tellraw
  47. silent-commandblock-console: false
  48. messages:
  49. whitelist: You are not whitelisted on this server!
  50. unknown-command: Unknown command. Type "/help" for help.
  51. server-full: The server is full!
  52. outdated-client: Outdated client! Please use {0}
  53. outdated-server: Outdated server! I'm still on {0}
  54. restart: Server is restarting
  55. stats:
  56. disable-saving: false
  57. forced-stats: {}
  58. world-settings:
  59. default:
  60. verbose: true
  61. arrow-despawn-rate: 1200
  62. merge-radius:
  63. item: 6.0
  64. exp: 3.0
  65. item-despawn-rate: 6000
  66. view-distance: 3
  67. zombie-aggressive-towards-villager: true
  68. chunks-per-tick: 650
  69. clear-tick-list: false
  70. mob-spawn-range: 3
  71. anti-xray:
  72. enabled: true
  73. engine-mode: 2
  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. nerf-spawner-mobs: false
  92. growth:
  93. cactus-modifier: 100
  94. cane-modifier: 100
  95. melon-modifier: 100
  96. mushroom-modifier: 100
  97. pumpkin-modifier: 100
  98. sapling-modifier: 100
  99. wheat-modifier: 100
  100. netherwart-modifier: 100
  101. entity-activation-range:
  102. animals: 2
  103. monsters: 8
  104. misc: 1
  105. entity-tracking-range:
  106. players: 48
  107. animals: 48
  108. monsters: 48
  109. misc: 32
  110. other: 64
  111. ticks-per:
  112. hopper-transfer: 24
  113. hopper-check: 24
  114. hopper-amount: 3
  115. random-light-updates: false
  116. save-structure-info: true
  117. max-bulk-chunks: 10
  118. hunger:
  119. walk-exhaustion: 0.2
  120. sprint-exhaustion: 0.8
  121. combat-exhaustion: 0.3
  122. regen-exhaustion: 3.0
  123. max-tnt-per-tick: 100
  124. max-tick-time:
  125. tile: 50
  126. entity: 50
  127. max-entity-collisions: 1
  128. dragon-death-sound-radius: 0
  129. seed-village: 10387312
  130. seed-feature: 14357617
  131. enable-zombie-pigmen-portal-spawns: true
  132. wither-spawn-sound-radius: 0
  133. hanging-tick-frequency: 100
Add Comment
Please, Sign In to add comment