Advertisement
TheStuntman

spigot.yml

Mar 5th, 2015
313
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. filter-creative-items: true
  18. moved-wrongly-threshold: 0.0625
  19. moved-too-quickly-threshold: 100.0
  20. attribute:
  21. maxHealth:
  22. max: 2048.0
  23. movementSpeed:
  24. max: 2048.0
  25. attackDamage:
  26. max: 2048.0
  27. bungeecord: false
  28. late-bind: false
  29. sample-count: 12
  30. player-shuffle: 0
  31. user-cache-size: 1000
  32. int-cache-limit: 1024
  33. timeout-time: 60
  34. restart-on-crash: true
  35. restart-script: ./start.sh
  36. netty-threads: 4
  37. commands:
  38. tab-complete: 0
  39. spam-exclusions:
  40. - /skill
  41. silent-commandblock-console: false
  42. replace-commands:
  43. - setblock
  44. - summon
  45. - testforblock
  46. - tellraw
  47. log: true
  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. item-despawn-rate: 800
  62. hanging-tick-frequency: 100
  63. chunks-per-tick: 650
  64. clear-tick-list: false
  65. merge-radius:
  66. exp: 3.0
  67. item: 2.5
  68. enable-zombie-pigmen-portal-spawns: false
  69. wither-spawn-sound-radius: 0
  70. zombie-aggressive-towards-villager: true
  71. arrow-despawn-rate: 1200
  72. save-structure-info: true
  73. entity-tracking-range:
  74. players: 48
  75. animals: 48
  76. monsters: 48
  77. misc: 32
  78. other: 64
  79. hopper-alt-ticking: false
  80. ticks-per:
  81. hopper-transfer: 8
  82. hopper-check: 8
  83. hopper-amount: 1
  84. random-light-updates: false
  85. anti-xray:
  86. enabled: true
  87. engine-mode: 1
  88. hide-blocks:
  89. - 14
  90. - 15
  91. - 16
  92. - 21
  93. - 48
  94. - 49
  95. - 54
  96. - 56
  97. - 73
  98. - 74
  99. - 82
  100. - 129
  101. - 130
  102. replace-blocks:
  103. - 1
  104. - 5
  105. mob-spawn-range: 4
  106. hunger:
  107. walk-exhaustion: 0.2
  108. sprint-exhaustion: 0.8
  109. combat-exhaustion: 0.3
  110. regen-exhaustion: 3.0
  111. max-tnt-per-tick: 100
  112. max-tick-time:
  113. tile: 50
  114. entity: 50
  115. view-distance: 10
  116. nerf-spawner-mobs: false
  117. growth:
  118. cactus-modifier: 100
  119. cane-modifier: 100
  120. melon-modifier: 100
  121. mushroom-modifier: 100
  122. pumpkin-modifier: 100
  123. sapling-modifier: 100
  124. wheat-modifier: 100
  125. entity-activation-range:
  126. animals: 32
  127. monsters: 32
  128. misc: 16
  129. max-bulk-chunks: 10
  130. max-entity-collisions: 8
  131. dragon-death-sound-radius: 0
  132. seed-village: 10387312
  133. seed-feature: 14357617
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement