Advertisement
Guest User

spigot.yml

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