Guest User

Untitled

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