Advertisement
Guest User

Untitled

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