Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
753
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 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.esper.net ( http://webchat.esper.net/?channel=spigot )
  11. # Forums: http://www.spigotmc.org/forum/
  12.  
  13. config-version: 5
  14. commands:
  15. replace-commands:
  16. - setblock
  17. - summon
  18. - testforblock
  19. - tellraw
  20. tab-complete: 0
  21. silent-commandblock-console: true
  22. spam-exclusions:
  23. - /skill
  24. log: true
  25. settings:
  26. timeout-time: 60
  27. restart-on-crash: true
  28. restart-script: ./start.sh
  29. netty-threads: 4
  30. player-shuffle: 0
  31. bungeecord: false
  32. late-bind: false
  33. filter-creative-items: true
  34. sample-count: 0
  35. save-user-cache-on-stop-only: false
  36. user-cache-size: 1000
  37. int-cache-limit: 1024
  38. moved-wrongly-threshold: 0.0625
  39. moved-too-quickly-threshold: 100.0
  40. attribute:
  41. maxHealth:
  42. max: 2048.0
  43. movementSpeed:
  44. max: 2048.0
  45. attackDamage:
  46. max: 2048.0
  47. global-api-cache: false
  48. debug: false
  49. messages:
  50. restart: Server is restarting
  51. whitelist: Server is whitelisted! Use time.is!
  52. unknown-command: This is not a command!
  53. server-full: The server is full, sorry!
  54. outdated-client: Outdated client! Please use {}
  55. outdated-server: Outdated server! I'm still on {0}
  56. stats:
  57. disable-saving: false
  58. forced-stats: {}
  59. world-settings:
  60. default:
  61. verbose: true
  62. entity-activation-range:
  63. animals: 32
  64. monsters: 32
  65. misc: 16
  66. anti-xray:
  67. enabled: false
  68. engine-mode: 1
  69. hide-blocks:
  70. - 14
  71. - 15
  72. - 16
  73. - 21
  74. - 48
  75. - 49
  76. - 54
  77. - 56
  78. - 73
  79. - 74
  80. - 82
  81. - 129
  82. - 130
  83. replace-blocks:
  84. - 1
  85. - 5
  86. growth:
  87. cactus-modifier: 500
  88. cane-modifier: 500
  89. melon-modifier: 500
  90. mushroom-modifier: 500
  91. pumpkin-modifier: 500
  92. sapling-modifier: 500
  93. wheat-modifier: 500
  94. entity-tracking-range:
  95. players: 128
  96. animals: 128
  97. monsters: 48
  98. misc: 32
  99. other: 128
  100. ticks-per:
  101. hopper-transfer: 8
  102. hopper-check: 8
  103. random-light-updates: false
  104. save-structure-info: false
  105. max-bulk-chunks: 5
  106. max-entity-collisions: 8
  107. view-distance: 7
  108. chunks-per-tick: 130
  109. clear-tick-list: false
  110. merge-radius:
  111. exp: 3.0
  112. item: 2.5
  113. mob-spawn-range: 4
  114. nerf-spawner-mobs: false
  115. item-despawn-rate: 6000
  116. arrow-despawn-rate: 1200
  117. enable-zombie-pigmen-portal-spawns: true
  118. zombie-aggressive-towards-villager: true
  119. hopper-alt-ticking: false
  120. hopper-amount: 1
  121. dragon-death-sound-radius: 0
  122. seed-village: 10387312
  123. seed-feature: 14357617
  124. hunger:
  125. walk-exhaustion: 0.2
  126. sprint-exhaustion: 0.8
  127. combat-exhaustion: 0.3
  128. regen-exhaustion: 3.0
  129. max-tnt-per-tick: 100
  130. wither-spawn-sound-radius: 0
  131. hanging-tick-frequency: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement