Advertisement
Guest User

Untitled

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