Advertisement
Guest User

SPIGOT MC RO Kill3rFTW

a guest
Oct 4th, 2015
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 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: 7
  14. settings:
  15. debug: false
  16. save-user-cache-on-stop-only: false
  17. bungeecord: false
  18. late-bind: false
  19. sample-count: 12
  20. player-shuffle: 0
  21. int-cache-limit: 1024
  22. user-cache-size: 1000
  23. timeout-time: 60
  24. restart-on-crash: true
  25. restart-script: ./start.sh
  26. global-api-cache: false
  27. attribute:
  28. maxHealth:
  29. max: 2048.0
  30. movementSpeed:
  31. max: 2048.0
  32. attackDamage:
  33. max: 2048.0
  34. netty-threads: 4
  35. moved-too-quickly-threshold: 100.0
  36. filter-creative-items: true
  37. moved-wrongly-threshold: 0.0625
  38. commands:
  39. tab-complete: 0
  40. log: true
  41. replace-commands:
  42. - setblock
  43. - summon
  44. - testforblock
  45. - tellraw
  46. spam-exclusions:
  47. - /skill
  48. silent-commandblock-console: false
  49. messages:
  50. whitelist: Nu esti pe whitelist-ul acestui server!Va rugam sa contactati un Owner.
  51. unknown-command: Aceasta comanda nu a fost gasita.Scrie "/help" pentru a primi ajutor.
  52. server-full: Serverul este plin!Te rugam sa incerci mai tarziu!
  53. outdated-client: Folosesti o versiune mai veche decat cea pe care functioneaza serverul. {0}
  54. outdated-server: Folosesti o versiune mai noua decat cea pe care functioneaza serverul.{0}
  55. restart: Serverul se restarteaza,va rugam sa reveniti in 3 minute.
  56. stats:
  57. disable-saving: false
  58. forced-stats: {}
  59. world-settings:
  60. default:
  61. verbose: true
  62. chunks-per-tick: 650
  63. clear-tick-list: false
  64. merge-radius:
  65. exp: 3.0
  66. item: 2.5
  67. view-distance: 7
  68. item-despawn-rate: 6000
  69. arrow-despawn-rate: 1200
  70. hanging-tick-frequency: 100
  71. zombie-aggressive-towards-villager: true
  72. wither-spawn-sound-radius: 0
  73. enable-zombie-pigmen-portal-spawns: true
  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. nerf-spawner-mobs: false
  84. anti-xray:
  85. enabled: true
  86. engine-mode: 1
  87. hide-blocks:
  88. - 14
  89. - 15
  90. - 16
  91. - 21
  92. - 48
  93. - 49
  94. - 54
  95. - 56
  96. - 73
  97. - 74
  98. - 82
  99. - 129
  100. - 130
  101. replace-blocks:
  102. - 1
  103. - 5
  104. max-bulk-chunks: 5
  105. entity-tracking-range:
  106. players: 48
  107. animals: 48
  108. monsters: 48
  109. misc: 32
  110. other: 64
  111. max-tnt-per-tick: 100
  112. random-light-updates: false
  113. entity-activation-range:
  114. animals: 32
  115. monsters: 32
  116. misc: 16
  117. save-structure-info: true
  118. hopper-alt-ticking: false
  119. ticks-per:
  120. hopper-transfer: 8
  121. hopper-check: 8
  122. hopper-amount: 1
  123. hunger:
  124. walk-exhaustion: 0.2
  125. sprint-exhaustion: 0.8
  126. combat-exhaustion: 0.3
  127. regen-exhaustion: 3.0
  128. dragon-death-sound-radius: 0
  129. max-entity-collisions: 8
  130. seed-village: 10387312
  131. seed-feature: 14357617
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement