Advertisement
Ramzie55

Towny (spigot.yml)

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