Advertisement
Guest User

Spigot.yml

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