Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 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. sample-count: 12
  17. bungeecord: false
  18. late-bind: true
  19. player-shuffle: 0
  20. user-cache-size: 1000
  21. moved-wrongly-threshold: 0.0625
  22. moved-too-quickly-multiplier: 10.0
  23. timeout-time: 60
  24. restart-on-crash: true
  25. restart-script: ./start.sh
  26. netty-threads: 4
  27. attribute:
  28. maxHealth:
  29. max: 2048.0
  30. movementSpeed:
  31. max: 2048.0
  32. attackDamage:
  33. max: 2048.0
  34. debug: false
  35. filter-creative-items: true
  36. int-cache-limit: 1024
  37. item-dirty-ticks: 20
  38. messages:
  39. whitelist: Heb je geen whitelist?, Join eerst onze discord via twitter! &c@VakoGames
  40. unknown-command: '&c&lKiipcraft &7&lยป&7 &7Well.. That command does nothing. &7:/'
  41. server-full: '&4Server is vol!'
  42. outdated-client: Gebruik &c1.13.1!
  43. outdated-server: Gebruik &c1.13.1!
  44. restart: Server is aan het restarten!
  45. stats:
  46. disable-saving: false
  47. forced-stats: {}
  48. commands:
  49. log: true
  50. tab-complete: 0
  51. send-namespaced: true
  52. spam-exclusions:
  53. - /skill
  54. silent-commandblock-console: false
  55. replace-commands:
  56. - setblock
  57. - summon
  58. - testforblock
  59. - tellraw
  60. advancements:
  61. disable-saving: false
  62. disabled:
  63. - minecraft:story/disabled
  64. world-settings:
  65. default:
  66. verbose: true
  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: 24
  81. misc: 8
  82. tick-inactive-villagers: true
  83. entity-tracking-range:
  84. players: 48
  85. animals: 48
  86. monsters: 48
  87. misc: 32
  88. other: 64
  89. ticks-per:
  90. hopper-transfer: 8
  91. hopper-check: 1
  92. hopper-amount: 1
  93. random-light-updates: false
  94. mob-spawn-range: 4
  95. dragon-death-sound-radius: 0
  96. seed-village: 10387312
  97. seed-desert: 14357617
  98. seed-igloo: 14357618
  99. seed-jungle: 14357619
  100. seed-swamp: 14357620
  101. seed-monument: 10387313
  102. seed-shipwreck: 165745295
  103. seed-ocean: 14357621
  104. seed-slime: 987234911
  105. hunger:
  106. jump-walk-exhaustion: 0.05
  107. jump-sprint-exhaustion: 0.2
  108. combat-exhaustion: 0.1
  109. regen-exhaustion: 6.0
  110. swim-multiplier: 0.01
  111. sprint-multiplier: 0.1
  112. other-multiplier: 0.0
  113. max-tnt-per-tick: 100
  114. max-tick-time:
  115. tile: 50
  116. entity: 50
  117. squid-spawn-range:
  118. min: 45.0
  119. merge-radius:
  120. exp: 7.0
  121. item: 5.5
  122. arrow-despawn-rate: 1200
  123. enable-zombie-pigmen-portal-spawns: true
  124. view-distance: 8
  125. item-despawn-rate: 6000
  126. wither-spawn-sound-radius: 16
  127. hanging-tick-frequency: 100
  128. zombie-aggressive-towards-villager: true
  129. nerf-spawner-mobs: false
  130. max-entity-collisions: 3
  131. seed-feature: 14357617
  132. save-structure-info: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement