Advertisement
Guest User

Untitled

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