Advertisement
Luysita

spigot.yml

Mar 19th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 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. debug: true
  16. save-user-cache-on-stop-only: false
  17. bungeecord: true
  18. late-bind: false
  19. sample-count: 12
  20. player-shuffle: 0
  21. user-cache-size: 1000
  22. moved-wrongly-threshold: 0.0625
  23. moved-too-quickly-multiplier: 10.0
  24. timeout-time: 60
  25. restart-on-crash: true
  26. restart-script: ./start.sh
  27. netty-threads: 4
  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! You can apply in https://namelesscraft.net/forums/.
  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: Server is restarting
  42. stats:
  43. disable-saving: false
  44. forced-stats: {}
  45. commands:
  46. log: true
  47. tab-complete: 0
  48. send-namespaced: true
  49. spam-exclusions:
  50. - /skill
  51. silent-commandblock-console: false
  52. replace-commands:
  53. - setblock
  54. - summon
  55. - testforblock
  56. - tellraw
  57. advancements:
  58. disable-saving: false
  59. disabled:
  60. - minecraft:story/disabled
  61. world-settings:
  62. default:
  63. verbose: true
  64. mob-spawn-range: 6
  65. merge-radius:
  66. exp: 3.0
  67. item: 2.5
  68. growth:
  69. beetroot-modifier: 100
  70. carrot-modifier: 100
  71. potato-modifier: 100
  72. cactus-modifier: 100
  73. cane-modifier: 100
  74. melon-modifier: 100
  75. mushroom-modifier: 100
  76. pumpkin-modifier: 100
  77. sapling-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: false
  87. water: 16
  88. entity-tracking-range:
  89. players: 48
  90. animals: 48
  91. monsters: 48
  92. misc: 32
  93. other: 64
  94. ticks-per:
  95. hopper-transfer: 8
  96. hopper-check: 1
  97. hopper-amount: 1
  98. random-light-updates: false
  99. dragon-death-sound-radius: 0
  100. seed-village: 10387312
  101. seed-desert: 14357617
  102. seed-igloo: 14357618
  103. seed-jungle: 14357619
  104. seed-swamp: 14357620
  105. seed-monument: 10387313
  106. seed-shipwreck: 165745295
  107. seed-ocean: 14357621
  108. seed-slime: 987234911
  109. hunger:
  110. jump-walk-exhaustion: 0.05
  111. jump-sprint-exhaustion: 0.2
  112. combat-exhaustion: 0.1
  113. regen-exhaustion: 6.0
  114. swim-multiplier: 0.01
  115. sprint-multiplier: 0.1
  116. other-multiplier: 0.0
  117. max-tnt-per-tick: 100
  118. max-tick-time:
  119. tile: 50
  120. entity: 50
  121. squid-spawn-range:
  122. min: 45.0
  123. item-despawn-rate: 6000
  124. enable-zombie-pigmen-portal-spawns: true
  125. arrow-despawn-rate: 1200
  126. wither-spawn-sound-radius: 0
  127. view-distance: 11
  128. hanging-tick-frequency: 100
  129. zombie-aggressive-towards-villager: true
  130. nerf-spawner-mobs: false
  131. max-entity-collisions: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement