Advertisement
Guest User

Spigot.yml

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