Advertisement
Guest User

Spigot.yml

a guest
Jul 7th, 2017
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 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-multiplier: 10.0
  26. item-dirty-ticks: 20
  27. timeout-time: 60
  28. restart-on-crash: true
  29. restart-script: ./start.sh
  30. netty-threads: 4
  31. attribute:
  32. maxHealth:
  33. max: 10000000
  34. movementSpeed:
  35. max: 5000.0
  36. attackDamage:
  37. max: 4000.0
  38. moved-too-quickly-threshold: 100.0
  39. messages:
  40. whitelist: Whitelisted! Check website for more information! porkopolis.enjin.com
  41. unknown-command: command. Type "/help" for help.
  42. server-full: The server is full!
  43. outdated-client: Outdated client! Please use 1.10
  44. outdated-server: Outdated server! I'm still on 1.10
  45. restart: Server is restarting
  46. commands:
  47. tab-complete: 0
  48. log: true
  49. spam-exclusions:
  50. - /skill
  51. silent-commandblock-console: false
  52. replace-commands:
  53. - setblock
  54. - summon
  55. - testforblock
  56. - tellraw
  57. stats:
  58. disable-saving: false
  59. forced-stats: {}
  60. world-settings:
  61. default:
  62. verbose: true
  63. ticks-per:
  64. hopper-transfer: 24
  65. hopper-check: 24
  66. hopper-amount: 3
  67. random-light-updates: false
  68. save-structure-info: true
  69. max-entity-collisions: 2
  70. dragon-death-sound-radius: 0
  71. seed-village: 10387312
  72. seed-feature: 14357617
  73. hunger:
  74. walk-exhaustion: 0.2
  75. sprint-exhaustion: 0.8
  76. combat-exhaustion: 0.3
  77. regen-exhaustion: 3.0
  78. max-tnt-per-tick: 100
  79. max-tick-time:
  80. tile: 50
  81. entity: 50
  82. growth:
  83. cactus-modifier: 100
  84. cane-modifier: 100
  85. melon-modifier: 100
  86. mushroom-modifier: 100
  87. pumpkin-modifier: 100
  88. sapling-modifier: 100
  89. wheat-modifier: 100
  90. netherwart-modifier: 100
  91. vine-modifier: 100
  92. cocoa-modifier: 100
  93. entity-activation-range:
  94. animals: 10
  95. monsters: 24
  96. misc: 6
  97. entity-tracking-range:
  98. players: 48
  99. animals: 48
  100. monsters: 48
  101. misc: 32
  102. other: 64
  103. mob-spawn-range: 3
  104. item-despawn-rate: 6000
  105. merge-radius:
  106. item: 3.5
  107. exp: 6.0
  108. arrow-despawn-rate: 600
  109. enable-zombie-pigmen-portal-spawns: true
  110. nerf-spawner-mobs: false
  111. wither-spawn-sound-radius: 0
  112. view-distance: 5
  113. hanging-tick-frequency: 100
  114. zombie-aggressive-towards-villager: true
  115. anti-xray:
  116. enabled: true
  117. engine-mode: 1
  118. hide-blocks:
  119. - 14
  120. - 15
  121. - 16
  122. - 21
  123. - 48
  124. - 49
  125. - 54
  126. - 56
  127. - 73
  128. - 74
  129. - 82
  130. - 129
  131. - 130
  132. replace-blocks:
  133. - 1
  134. - 5
  135. max-bulk-chunks: 10
  136. chunks-per-tick: 650
  137. clear-tick-list: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement