Advertisement
Guest User

Untitled

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