Advertisement
Guest User

Untitled

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