Advertisement
Guest User

Spigot.yml

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