Advertisement
stormtrooper28

spigot.yml

Mar 28th, 2015
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 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: 180
  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. messages:
  39. whitelist: You are not whitelisted on this server!
  40. unknown-command: Unknown command. Type "/help" for help, "/helpop" for staff, or "faq" for extra info.
  41. server-full: The server is full!
  42. outdated-client: Outdated client! Please use {0}
  43. outdated-server: Outdated server! I'm still on {0}
  44. restart: Server is restarting
  45. commands:
  46. tab-complete: 0
  47. log: true
  48. spam-exclusions:
  49. - /skill
  50. - /help
  51. - //help
  52. - /faq
  53. silent-commandblock-console: false
  54. replace-commands:
  55. - setblock
  56. - summon
  57. - testforblock
  58. - tellraw
  59. stats:
  60. disable-saving: false
  61. forced-stats: {}
  62. world-settings:
  63. default:
  64. verbose: true
  65. mob-spawn-range: 32
  66. anti-xray:
  67. enabled: true
  68. engine-mode: 1
  69. hide-blocks:
  70. - 14
  71. - 15
  72. - 16
  73. - 21
  74. - 48
  75. - 49
  76. - 54
  77. - 56
  78. - 73
  79. - 74
  80. - 82
  81. - 129
  82. - 130
  83. replace-blocks:
  84. - 1
  85. - 5
  86. nerf-spawner-mobs: false
  87. growth:
  88. cactus-modifier: 100
  89. cane-modifier: 150
  90. melon-modifier: 100
  91. mushroom-modifier: 100
  92. pumpkin-modifier: 100
  93. sapling-modifier: 250
  94. wheat-modifier: 100
  95. entity-activation-range:
  96. animals: 32
  97. monsters: 32
  98. misc: 16
  99. entity-tracking-range:
  100. players: 48
  101. animals: 32
  102. monsters: 32
  103. misc: 8
  104. other: 16
  105. ticks-per:
  106. hopper-transfer: 8
  107. hopper-check: 8
  108. hopper-amount: 1
  109. random-light-updates: false
  110. save-structure-info: true
  111. max-bulk-chunks: 5
  112. max-entity-collisions: 8
  113. dragon-death-sound-radius: 0
  114. seed-village: 10387312
  115. seed-feature: 14357617
  116. hunger:
  117. walk-exhaustion: 0.2
  118. sprint-exhaustion: 0.8
  119. combat-exhaustion: 0.3
  120. regen-exhaustion: 3.0
  121. max-tnt-per-tick: 50
  122. max-tick-time:
  123. tile: 50
  124. entity: 50
  125. item-despawn-rate: 6000
  126. merge-radius:
  127. item: 2.5
  128. exp: 3.0
  129. arrow-despawn-rate: 1200
  130. enable-zombie-pigmen-portal-spawns: true
  131. wither-spawn-sound-radius: 0
  132. view-distance: 7
  133. hanging-tick-frequency: 100
  134. zombie-aggressive-towards-villager: true
  135. chunks-per-tick: 650
  136. clear-tick-list: false
  137. hopper-alt-ticking: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement