Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 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. player-shuffle: 0
  17. filter-creative-items: true
  18. user-cache-size: 1000
  19. int-cache-limit: 1024
  20. moved-wrongly-threshold: 0.0625
  21. moved-too-quickly-threshold: 100.0
  22. bungeecord: true
  23. late-bind: false
  24. sample-count: 12
  25. timeout-time: 60
  26. restart-on-crash: true
  27. restart-script: ./start.sh
  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. global-api-cache: false
  37. debug: false
  38. timings:
  39. enabled: true
  40. verbose: true
  41. server-name-privacy: false
  42. hidden-config-entries:
  43. - database
  44. - settings.bungeecord-addresses
  45. history-interval: 300
  46. history-length: 3600
  47. commands:
  48. tab-complete: 0
  49. spam-exclusions:
  50. - /skill
  51. silent-commandblock-console: false
  52. replace-commands:
  53. - setblock
  54. - summon
  55. - testforblock
  56. - tellraw
  57. log: true
  58. messages:
  59. whitelist: You are not whitelisted on this server!
  60. unknown-command: Unknown command. Type "/help" for help.
  61. server-full: The server is full!
  62. outdated-client: Outdated client! Please use {0}
  63. outdated-server: Outdated server! I'm still on {0}
  64. restart: Server is restarting
  65. stats:
  66. disable-saving: false
  67. forced-stats: {}
  68. world-settings:
  69. default:
  70. verbose: true
  71. entity-tracking-range:
  72. players: 48
  73. animals: 48
  74. monsters: 48
  75. misc: 32
  76. other: 64
  77. hopper-alt-ticking: false
  78. ticks-per:
  79. hopper-transfer: 8
  80. hopper-check: 8
  81. hopper-amount: 1
  82. random-light-updates: false
  83. save-structure-info: true
  84. max-bulk-chunks: 5
  85. max-entity-collisions: 8
  86. dragon-death-sound-radius: 0
  87. seed-village: 10387312
  88. seed-feature: 14357617
  89. hunger:
  90. walk-exhaustion: 0.2
  91. sprint-exhaustion: 0.8
  92. combat-exhaustion: 0.3
  93. regen-exhaustion: 3.0
  94. max-tnt-per-tick: 100
  95. mob-spawn-range: 4
  96. anti-xray:
  97. enabled: true
  98. engine-mode: 1
  99. hide-blocks:
  100. - 14
  101. - 15
  102. - 16
  103. - 21
  104. - 48
  105. - 49
  106. - 54
  107. - 56
  108. - 73
  109. - 74
  110. - 82
  111. - 129
  112. - 130
  113. replace-blocks:
  114. - 1
  115. - 5
  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. view-distance: 8
  130. chunks-per-tick: 650
  131. clear-tick-list: false
  132. merge-radius:
  133. exp: 3.0
  134. item: 2.5
  135. item-despawn-rate: 6000
  136. arrow-despawn-rate: 1200
  137. enable-zombie-pigmen-portal-spawns: true
  138. wither-spawn-sound-radius: 0
  139. hanging-tick-frequency: 100
  140. zombie-aggressive-towards-villager: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement