Advertisement
Guest User

Skyblock Spigot

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