Advertisement
Guest User

spigot.yml

a guest
Dec 7th, 2019
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 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. save-user-cache-on-stop-only: false
  16. bungeecord: false
  17. late-bind: false
  18. sample-count: 12
  19. player-shuffle: 0
  20. filter-creative-items: true
  21. user-cache-size: 1000
  22. int-cache-limit: 1024
  23. moved-wrongly-threshold: 0.0625
  24. moved-too-quickly-threshold: 100.0
  25. timeout-time: 60
  26. restart-on-crash: true
  27. restart-script: ./start.shgv
  28. netty-threads: 4
  29. attribute:
  30. maxHealth:
  31. max: 2048.0
  32. movementSpeed:
  33. max: 2048.0
  34. attackDamage:
  35. max: 2048.0
  36. debug: false
  37. commands:
  38. tab-complete: 0
  39. log: true
  40. spam-exclusions:
  41. - /skill
  42. silent-commandblock-console: false
  43. replace-commands:
  44. - setblock
  45. - summon
  46. - testforblock
  47. - tellraw
  48. messages:
  49. whitelist: &l&c!&7 Server under maintenance. Exepect us to be back up soon!
  50. unknown-command: &l&c!&7 Unkown Command.
  51. server-full: The server is full!
  52. outdated-client: "&l&c!&7 Unfortinately your cilent is outdated. Our server supports &c1.8 - 1.14&7.
  53. outdated-server: "&l&c!&7 Unfortinately our server is outdated. Our server supports &c1.8 - 1.14&7 and will be updated as soon as possible.
  54. restart: &l&c!&8]&7 Server restart occuring. Our server will be back up shortly.
  55. stats:
  56. disable-saving: false
  57. forced-stats: {}
  58. world-settings:
  59. default:
  60. verbose: true
  61. mob-spawn-range: 4
  62. growth:
  63. cactus-modifier: 100
  64. cane-modifier: 100
  65. melon-modifier: 100
  66. mushroom-modifier: 100
  67. pumpkin-modifier: 100
  68. sapling-modifier: 100
  69. wheat-modifier: 100
  70. netherwart-modifier: 100
  71. entity-activation-range:
  72. animals: 32
  73. monsters: 32
  74. misc: 16
  75. entity-tracking-range:
  76. players: 48
  77. animals: 48
  78. monsters: 48
  79. misc: 32
  80. other: 64
  81. nerf-spawner-mobs: false
  82. anti-xray:
  83. enabled: true
  84. engine-mode: 1
  85. hide-blocks:
  86. - 14
  87. - 15
  88. - 16
  89. - 21
  90. - 48
  91. - 49
  92. - 54
  93. - 56
  94. - 73
  95. - 74
  96. - 82
  97. - 129
  98. - 130
  99. replace-blocks:
  100. - 1
  101. - 5
  102. ticks-per:
  103. hopper-transfer: 8
  104. hopper-check: 8
  105. hopper-amount: 1
  106. random-light-updates: false
  107. save-structure-info: true
  108. max-bulk-chunks: 10
  109. max-entity-collisions: 8
  110. dragon-death-sound-radius: 0
  111. seed-village: 10387312
  112. seed-feature: 14357617
  113. hunger:
  114. walk-exhaustion: 0.2
  115. sprint-exhaustion: 0.8
  116. combat-exhaustion: 0.3
  117. regen-exhaustion: 3.0
  118. max-tnt-per-tick: 100
  119. max-tick-time:
  120. tile: 50
  121. entity: 50
  122. enable-zombie-pigmen-portal-spawns: true
  123. item-despawn-rate: 6000
  124. merge-radius:
  125. item: 2.5
  126. exp: 3.0
  127. arrow-despawn-rate: 1200
  128. view-distance: 10
  129. wither-spawn-sound-radius: 0
  130. hanging-tick-frequency: 100
  131. zombie-aggressive-towards-villager: true
  132. chunks-per-tick: 650
  133. clear-tick-list: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement