Advertisement
Guest User

Untitled

a guest
Dec 30th, 2014
621
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 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: 120
  26. restart-on-crash: false
  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. log: true
  48. messages:
  49. whitelist: Server Wartung - Versuch es spaeter nochmal!
  50. unknown-command: Unknown command. Type "/help" for help.
  51. server-full: Server ist voll!
  52. outdated-client: Outdated client! Please use {0}
  53. outdated-server: Outdated server! I'm still on {0}
  54. restart: Server is restarting
  55. stats:
  56. disable-saving: false
  57. forced-stats: {}
  58. world-settings:
  59. default:
  60. verbose: true
  61. anti-xray:
  62. enabled: false
  63. engine-mode: 1
  64. hide-blocks:
  65. - 14
  66. - 15
  67. - 21
  68. - 48
  69. - 54
  70. - 56
  71. - 73
  72. - 74
  73. - 129
  74. replace-blocks:
  75. - 1
  76. - 5
  77. mob-spawn-range: 4
  78. nerf-spawner-mobs: true
  79. growth:
  80. cactus-modifier: 40
  81. cane-modifier: 60
  82. melon-modifier: 70
  83. mushroom-modifier: 40
  84. pumpkin-modifier: 40
  85. sapling-modifier: 80
  86. wheat-modifier: 80
  87. entity-activation-range:
  88. animals: 12
  89. monsters: 20
  90. misc: 4
  91. entity-tracking-range:
  92. players: 40
  93. animals: 30
  94. monsters: 30
  95. misc: 25
  96. other: 40
  97. hopper-alt-ticking: false
  98. ticks-per:
  99. hopper-transfer: 500
  100. hopper-check: 500
  101. hopper-amount: 1
  102. random-light-updates: false
  103. save-structure-info: false
  104. max-bulk-chunks: 5
  105. max-entity-collisions: 8
  106. dragon-death-sound-radius: 0
  107. seed-village: 10387312
  108. seed-feature: 14357617
  109. hunger:
  110. walk-exhaustion: 0.2
  111. sprint-exhaustion: 0.8
  112. combat-exhaustion: 0.3
  113. regen-exhaustion: 3.0
  114. max-tnt-per-tick: 100
  115. view-distance: 7
  116. chunks-per-tick: 600
  117. clear-tick-list: false
  118. merge-radius:
  119. exp: 3.0
  120. item: 2.5
  121. item-despawn-rate: 4000
  122. arrow-despawn-rate: 1000
  123. enable-zombie-pigmen-portal-spawns: false
  124. wither-spawn-sound-radius: 0
  125. hanging-tick-frequency: 100
  126. zombie-aggressive-towards-villager: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement