Advertisement
Skillkiller

spigot.yml -- BungeeCord

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