Advertisement
MajorLOLGaming

spigot.yml

Mar 18th, 2018
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 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: 11
  14. settings:
  15. debug: false
  16. save-user-cache-on-stop-only: false
  17. moved-too-quickly-multiplier: 10.0
  18. filter-creative-items: true
  19. moved-wrongly-threshold: 0.0625
  20. sample-count: 12
  21. int-cache-limit: 1024
  22. user-cache-size: 1000
  23. player-shuffle: 0
  24. item-dirty-ticks: 20
  25. attribute:
  26. maxHealth:
  27. max: 2048.0
  28. movementSpeed:
  29. max: 2048.0
  30. attackDamage:
  31. max: 2048.0
  32. netty-threads: 4
  33. bungeecord: false
  34. late-bind: false
  35. timeout-time: 60
  36. restart-on-crash: true
  37. restart-script: ./start.sh
  38. commands:
  39. tab-complete: 1
  40. silent-commandblock-console: false
  41. log: true
  42. spam-exclusions:
  43. - /skill
  44. replace-commands:
  45. - setblock
  46. - summon
  47. - testforblock
  48. - tellraw
  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. advancements:
  57. disable-saving: false
  58. disabled:
  59. - minecraft:story/disabled
  60. stats:
  61. disable-saving: false
  62. forced-stats: {}
  63. world-settings:
  64. default:
  65. verbose: true
  66. item-despawn-rate: 6000
  67. merge-radius:
  68. item: 2.5
  69. exp: 3.0
  70. zombie-aggressive-towards-villager: true
  71. enable-zombie-pigmen-portal-spawns: true
  72. wither-spawn-sound-radius: 0
  73. view-distance: 10
  74. arrow-despawn-rate: 1200
  75. hanging-tick-frequency: 100
  76. nerf-spawner-mobs: false
  77. seed-village: 10387312
  78. seed-feature: 14357617
  79. seed-monument: 10387313
  80. seed-slime: 987234911
  81. dragon-death-sound-radius: 0
  82. ticks-per:
  83. hopper-transfer: 8
  84. hopper-check: 1
  85. hopper-amount: 1
  86. mob-spawn-range: 4
  87. entity-activation-range:
  88. animals: 32
  89. monsters: 32
  90. misc: 16
  91. entity-tracking-range:
  92. players: 48
  93. animals: 48
  94. monsters: 48
  95. misc: 32
  96. other: 64
  97. growth:
  98. cactus-modifier: 100
  99. cane-modifier: 100
  100. melon-modifier: 100
  101. mushroom-modifier: 100
  102. pumpkin-modifier: 100
  103. sapling-modifier: 100
  104. wheat-modifier: 100
  105. netherwart-modifier: 100
  106. vine-modifier: 100
  107. cocoa-modifier: 100
  108. save-structure-info: true
  109. random-light-updates: true
  110. max-tick-time:
  111. tile: 50
  112. entity: 50
  113. max-tnt-per-tick: 1000
  114. hunger:
  115. jump-walk-exhaustion: 0.05
  116. jump-sprint-exhaustion: 0.2
  117. combat-exhaustion: 0.1
  118. regen-exhaustion: 6.0
  119. swim-multiplier: 0.01
  120. sprint-multiplier: 0.1
  121. other-multiplier: 0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement