Advertisement
Jish

spigot.yml

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