Advertisement
Sergiu22044

spigot.yml

Sep 13th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. # This is the main configuration file for Spigot by Sergiu22044.
  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. moved-wrongly-threshold: 0.0625
  17. filter-creative-items: true
  18. moved-too-quickly-threshold: 100.0
  19. save-user-cache-on-stop-only: false
  20. late-bind: false
  21. int-cache-limit: 1024
  22. player-shuffle: 0
  23. sample-count: 12
  24. attribute:
  25. maxHealth:
  26. max: 2048.0
  27. movementSpeed:
  28. max: 2048.0
  29. attackDamage:
  30. max: 2048.0
  31. bungeecord: false #true cand punem si bungee-ul
  32. user-cache-size: 1000
  33. timeout-time: 60
  34. restart-on-crash: true
  35. restart-script: ./start.sh
  36. netty-threads: 4
  37. commands:
  38. tab-complete: 0
  39. silent-commandblock-console: false
  40. spam-exclusions:
  41. - /skill
  42. replace-commands:
  43. - setblock
  44. - summon
  45. - testforblock
  46. - tellraw
  47. log: true
  48. messages:
  49. whitelist: '&cNe pare rau, serverul este in mentenanta, revina mai tarziu.'
  50. unknown-command: '&6Server &8- &fComanda necunoscuta, incearca &e/help&f.'
  51. server-full: '&cNe pare rau, serverul este plin.'
  52. outdated-client: '&cTe rugam sa folosesti versiunea &4{0}&c.'
  53. outdated-server: '&cTe rugam sa folosesti versiunea &4{0}&c.'
  54. restart: '&cTe rugam sa revii. Serverul se restarteaza.'
  55. stats:
  56. disable-saving: false
  57. forced-stats: {}
  58. world-settings:
  59. default:
  60. verbose: true
  61. hanging-tick-frequency: 100
  62. arrow-despawn-rate: 1200
  63. merge-radius:
  64. item: 2.5
  65. exp: 3.0
  66. item-despawn-rate: 6000
  67. enable-zombie-pigmen-portal-spawns: true
  68. wither-spawn-sound-radius: 0
  69. mob-spawn-range: 4
  70. growth:
  71. cactus-modifier: 100
  72. cane-modifier: 100
  73. melon-modifier: 100
  74. mushroom-modifier: 100
  75. pumpkin-modifier: 100
  76. sapling-modifier: 100
  77. wheat-modifier: 100
  78. netherwart-modifier: 100
  79. max-bulk-chunks: 10
  80. entity-tracking-range:
  81. players: 48
  82. animals: 48
  83. monsters: 48
  84. misc: 32
  85. other: 64
  86. max-tick-time:
  87. tile: 50
  88. entity: 50
  89. nerf-spawner-mobs: false
  90. ticks-per:
  91. hopper-transfer: 8
  92. hopper-check: 8
  93. hopper-amount: 1
  94. save-structure-info: true
  95. entity-activation-range:
  96. animals: 32
  97. monsters: 32
  98. misc: 16
  99. anti-xray:
  100. enabled: true
  101. engine-mode: 1
  102. hide-blocks:
  103. - 14
  104. - 15
  105. - 16
  106. - 21
  107. - 48
  108. - 49
  109. - 54
  110. - 56
  111. - 73
  112. - 74
  113. - 82
  114. - 129
  115. - 130
  116. replace-blocks:
  117. - 1
  118. - 5
  119. random-light-updates: false
  120. hunger:
  121. walk-exhaustion: 0.2
  122. sprint-exhaustion: 0.8
  123. combat-exhaustion: 0.3
  124. regen-exhaustion: 3.0
  125. max-tnt-per-tick: 100
  126. max-entity-collisions: 8
  127. dragon-death-sound-radius: 0
  128. seed-village: 10387312
  129. seed-feature: 14357617
  130. chunks-per-tick: 650
  131. clear-tick-list: false
  132. zombie-aggressive-towards-villager: true
  133. view-distance: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement