Advertisement
Guest User

Untitled

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