Advertisement
Guest User

Untitled

a guest
Mar 19th, 2016
2,459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 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: 2000000.0
  32. movementSpeed:
  33. max: 2000000.0
  34. attackDamage:
  35. max: 2000000.0
  36. debug: false
  37. messages:
  38. whitelist: You are not whitelisted on this server!
  39. unknown-command: '...'
  40. server-full: The server is full!
  41. outdated-client: Outdated client! Please use {0}
  42. outdated-server: Outdated server! I'm still on {0}
  43. restart: Server is restarting
  44. commands:
  45. tab-complete: 0
  46. log: true
  47. spam-exclusions:
  48. - /skill
  49. silent-commandblock-console: false
  50. replace-commands:
  51. - setblock
  52. - summon
  53. - testforblock
  54. - tellraw
  55. stats:
  56. disable-saving: false
  57. forced-stats: {}
  58. world-settings:
  59. default:
  60. verbose: true
  61. arrow-despawn-rate: 1200
  62. item-despawn-rate: 6000
  63. merge-radius:
  64. item: 2.5
  65. exp: 3.0
  66. mob-spawn-range: 4
  67. view-distance: 10
  68. anti-xray:
  69. enabled: true
  70. engine-mode: 1
  71. hide-blocks:
  72. - 14
  73. - 15
  74. - 16
  75. - 21
  76. - 48
  77. - 49
  78. - 54
  79. - 56
  80. - 73
  81. - 74
  82. - 82
  83. - 129
  84. - 130
  85. replace-blocks:
  86. - 1
  87. - 5
  88. hanging-tick-frequency: 100
  89. enable-zombie-pigmen-portal-spawns: true
  90. wither-spawn-sound-radius: 0
  91. max-bulk-chunks: 10
  92. max-entity-collisions: 8
  93. dragon-death-sound-radius: 0
  94. seed-village: 10387312
  95. seed-feature: 14357617
  96. hunger:
  97. walk-exhaustion: 0.2
  98. sprint-exhaustion: 0.8
  99. combat-exhaustion: 0.3
  100. regen-exhaustion: 3.0
  101. max-tnt-per-tick: 100
  102. max-tick-time:
  103. tile: 50
  104. entity: 50
  105. growth:
  106. cactus-modifier: 100
  107. cane-modifier: 100
  108. melon-modifier: 100
  109. mushroom-modifier: 100
  110. pumpkin-modifier: 100
  111. sapling-modifier: 100
  112. wheat-modifier: 100
  113. netherwart-modifier: 100
  114. entity-activation-range:
  115. animals: 32
  116. monsters: 32
  117. misc: 16
  118. entity-tracking-range:
  119. players: 48
  120. animals: 48
  121. monsters: 48
  122. misc: 32
  123. other: 64
  124. ticks-per:
  125. hopper-transfer: 8
  126. hopper-check: 8
  127. hopper-amount: 1
  128. random-light-updates: false
  129. save-structure-info: true
  130. nerf-spawner-mobs: false
  131. chunks-per-tick: 650
  132. clear-tick-list: false
  133. zombie-aggressive-towards-villager: true
  134. hopper-alt-ticking: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement