Advertisement
Guest User

Untitled

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