Advertisement
Guest User

Untitled

a guest
Jul 8th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 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. settings:
  15. debug: false
  16. save-user-cache-on-stop-only: false
  17. bungeecord: false
  18. late-bind: true
  19. sample-count: 12
  20. player-shuffle: 0
  21. filter-creative-items: true
  22. user-cache-size: 1000
  23. int-cache-limit: 1024
  24. moved-wrongly-threshold: 0.0625
  25. moved-too-quickly-multiplier: 10.0
  26. item-dirty-ticks: 20
  27. timeout-time: 60
  28. restart-on-crash: false
  29. restart-script: ./start.sh
  30. netty-threads: 4
  31. attribute:
  32. maxHealth:
  33. max: 16384.0
  34. movementSpeed:
  35. max: 2048.0
  36. attackDamage:
  37. max: 2048.0
  38. messages:
  39. whitelist: Maintenance en cours. Voir news sur le site!
  40. unknown-command: Commande inconnue. Tapez "/help".
  41. server-full: Serveur plein!
  42. outdated-client: Outdated client! Utilisez la version {0}
  43. outdated-server: Outdated server! Vous avez la version {0}
  44. restart: Redemarrage en cours
  45. commands:
  46. tab-complete: 0
  47. log: true
  48. spam-exclusions:
  49. - /skill
  50. silent-commandblock-console: true
  51. replace-commands:
  52. - setblock
  53. - summon
  54. - testforblock
  55. - tellraw
  56. stats:
  57. disable-saving: false
  58. forced-stats: {}
  59. world-settings:
  60. default:
  61. verbose: false
  62. random-light-updates: false
  63. save-structure-info: false
  64. max-entity-collisions: 1
  65. dragon-death-sound-radius: 0
  66. seed-village: 10387312
  67. seed-feature: 14357617
  68. hunger:
  69. walk-exhaustion: 0.2
  70. sprint-exhaustion: 0.8
  71. combat-exhaustion: 0.3
  72. regen-exhaustion: 3.0
  73. max-tnt-per-tick: 100
  74. max-tick-time:
  75. tile: 1000
  76. entity: 1000
  77. growth:
  78. cactus-modifier: 100
  79. cane-modifier: 100
  80. melon-modifier: 100
  81. mushroom-modifier: 100
  82. pumpkin-modifier: 100
  83. sapling-modifier: 100
  84. wheat-modifier: 100
  85. netherwart-modifier: 100
  86. entity-activation-range:
  87. animals: 12
  88. monsters: 24
  89. misc: 2
  90. entity-tracking-range:
  91. players: 48
  92. animals: 48
  93. monsters: 48
  94. misc: 32
  95. other: 64
  96. ticks-per:
  97. hopper-transfer: 24
  98. hopper-check: 24
  99. hopper-amount: 3
  100. mob-spawn-range: 3
  101. item-despawn-rate: 2000
  102. merge-radius:
  103. item: 3.5
  104. exp: 6.0
  105. arrow-despawn-rate: 600
  106. enable-zombie-pigmen-portal-spawns: false
  107. wither-spawn-sound-radius: 0
  108. view-distance: 4
  109. hanging-tick-frequency: 100
  110. zombie-aggressive-towards-villager: true
  111. nerf-spawner-mobs: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement