Advertisement
Guest User

Untitled

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