Advertisement
Guest User

Untitled

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