Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 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: The server is currently being worked on!
  16. unknown-command: Unknown command. Type "/help" for help.
  17. server-full: The server is full! Purchase a rank to bypass! store.quickraid.net
  18. outdated-client: Outdated client! Please use the official 1.8 client to connect!
  19. outdated-server: Outdated server! I'm still on {0}
  20. restart: Server is restarting
  21. settings:
  22. save-user-cache-on-stop-only: false
  23. bungeecord: true
  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-threshold: 100.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: 2048.0
  39. movementSpeed:
  40. max: 2048.0
  41. attackDamage:
  42. max: 3048.0
  43. global-api-cache: false
  44. debug: false
  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. entity-tracking-range:
  63. players: 48
  64. animals: 48
  65. monsters: 48
  66. misc: 32
  67. other: 64
  68. hopper-alt-ticking: false
  69. ticks-per:
  70. hopper-transfer: 8
  71. hopper-check: 8
  72. hopper-amount: 1
  73. random-light-updates: false
  74. save-structure-info: true
  75. max-bulk-chunks: 5
  76. max-entity-collisions: 8
  77. dragon-death-sound-radius: 0
  78. seed-village: 10387312
  79. seed-feature: 14357617
  80. hunger:
  81. walk-exhaustion: 0.2
  82. sprint-exhaustion: 0.8
  83. combat-exhaustion: 0.3
  84. regen-exhaustion: 3.0
  85. max-tnt-per-tick: 100
  86. nerf-spawner-mobs: false
  87. growth:
  88. cactus-modifier: 100
  89. cane-modifier: 100
  90. melon-modifier: 100
  91. mushroom-modifier: 100
  92. pumpkin-modifier: 100
  93. sapling-modifier: 100
  94. wheat-modifier: 100
  95. entity-activation-range:
  96. animals: 32
  97. monsters: 32
  98. misc: 16
  99. mob-spawn-range: 4
  100. anti-xray:
  101. enabled: false
  102. engine-mode: 1
  103. hide-blocks:
  104. - 14
  105. - 15
  106. - 16
  107. - 21
  108. - 48
  109. - 49
  110. - 54
  111. - 56
  112. - 73
  113. - 74
  114. - 82
  115. - 129
  116. - 130
  117. replace-blocks:
  118. - 1
  119. - 5
  120. item-despawn-rate: 6000
  121. merge-radius:
  122. item: 2.5
  123. exp: 3.0
  124. arrow-despawn-rate: 1200
  125. enable-zombie-pigmen-portal-spawns: true
  126. wither-spawn-sound-radius: 0
  127. view-distance: 5
  128. hanging-tick-frequency: 100
  129. zombie-aggressive-towards-villager: true
  130. chunks-per-tick: 650
  131. clear-tick-list: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement