Advertisement
Guest User

Spigot.yml

a guest
Jun 15th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 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: Whitelisted! Check website for more information! porkopolis.enjin.com
  16. unknown-command: command. Type "/help" for help.
  17. server-full: The server is full!
  18. outdated-client: Outdated client! Please use 1.10
  19. outdated-server: Outdated server! I'm still on 1.10
  20. restart: Server is restarting
  21. settings:
  22. save-user-cache-on-stop-only: false
  23. bungeecord: false
  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-multiplier: 10.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: 10000000
  39. movementSpeed:
  40. max: 5000.0
  41. attackDamage:
  42. max: 4000.0
  43. debug: false
  44. moved-too-quickly-threshold: 100.0
  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. mob-spawn-range: 3
  63. growth:
  64. cactus-modifier: 100
  65. cane-modifier: 100
  66. melon-modifier: 100
  67. mushroom-modifier: 100
  68. pumpkin-modifier: 100
  69. sapling-modifier: 100
  70. wheat-modifier: 100
  71. netherwart-modifier: 100
  72. entity-activation-range:
  73. animals: 10
  74. monsters: 24
  75. misc: 6
  76. dragon-death-sound-radius: 0
  77. seed-village: 10387312
  78. seed-feature: 14357617
  79. hunger:
  80. walk-exhaustion: 0.2
  81. sprint-exhaustion: 0.8
  82. combat-exhaustion: 0.3
  83. regen-exhaustion: 3.0
  84. max-tnt-per-tick: 100
  85. max-tick-time:
  86. tile: 50
  87. entity: 50
  88. entity-tracking-range:
  89. players: 48
  90. animals: 48
  91. monsters: 48
  92. misc: 32
  93. other: 64
  94. ticks-per:
  95. hopper-transfer: 24
  96. hopper-check: 24
  97. hopper-amount: 3
  98. random-light-updates: false
  99. save-structure-info: true
  100. max-entity-collisions: 2
  101. item-despawn-rate: 6000
  102. merge-radius:
  103. item: 3.5
  104. exp: 6.0
  105. arrow-despawn-rate: 600
  106. enable-zombie-pigmen-portal-spawns: true
  107. wither-spawn-sound-radius: 0
  108. view-distance: 5
  109. hanging-tick-frequency: 100
  110. zombie-aggressive-towards-villager: true
  111. nerf-spawner-mobs: false
  112. anti-xray:
  113. enabled: true
  114. engine-mode: 1
  115. hide-blocks:
  116. - 14
  117. - 15
  118. - 16
  119. - 21
  120. - 48
  121. - 49
  122. - 54
  123. - 56
  124. - 73
  125. - 74
  126. - 82
  127. - 129
  128. - 130
  129. replace-blocks:
  130. - 1
  131. - 5
  132. max-bulk-chunks: 10
  133. chunks-per-tick: 650
  134. clear-tick-list: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement