Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
140
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.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: 2048.0
  32. movementSpeed:
  33. max: 2048.0
  34. attackDamage:
  35. max: 2048.0
  36. global-api-cache: false
  37. debug: false
  38. commands:
  39. tab-complete: 0
  40. spam-exclusions:
  41. - /skill
  42. silent-commandblock-console: false
  43. replace-commands:
  44. - setblock
  45. - summon
  46. - testforblock
  47. - tellraw
  48. log: true
  49. messages:
  50. whitelist: The server is currently being worked on!
  51. unknown-command: Unknown command. Type "/help" for help.
  52. server-full: The server is full! Purchase a rank to bypass! store.quickraid.net
  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: 100
  86. cane-modifier: 100
  87. melon-modifier: 100
  88. mushroom-modifier: 100
  89. pumpkin-modifier: 100
  90. sapling-modifier: 100
  91. wheat-modifier: 100
  92. entity-activation-range:
  93. animals: 16
  94. monsters: 16
  95. misc: 16
  96. entity-tracking-range:
  97. players: 24
  98. animals: 24
  99. monsters: 24
  100. misc: 16
  101. other: 32
  102. hopper-alt-ticking: false
  103. ticks-per:
  104. hopper-transfer: 8
  105. hopper-check: 80
  106. hopper-amount: 10
  107. random-light-updates: false
  108. save-structure-info: true
  109. max-bulk-chunks: 5
  110. max-entity-collisions: 8
  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.2
  117. combat-exhaustion: 0.2
  118. regen-exhaustion: 3.0
  119. max-tnt-per-tick: 70
  120. view-distance: 5
  121. chunks-per-tick: 250
  122. clear-tick-list: false
  123. merge-radius:
  124. exp: 3.0
  125. item: 2.5
  126. item-despawn-rate: 6000
  127. arrow-despawn-rate: 1200
  128. enable-zombie-pigmen-portal-spawns: true
  129. wither-spawn-sound-radius: 0
  130. hanging-tick-frequency: 100
  131. zombie-aggressive-towards-villager: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement