Advertisement
Guest User

spigot.yml

a guest
May 8th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 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.esper.net ( http://webchat.esper.net/?channel=spigot )
  11. # Forums: http://www.spigotmc.org/forum/
  12.  
  13. config-version: 5
  14. settings:
  15. netty-threads: 4
  16. bungeecord: true
  17. timeout-time: 60
  18. restart-on-crash: true
  19. restart-script: ./start.sh
  20. player-shuffle: 0
  21. sample-count: 12
  22. late-bind: false
  23. filter-creative-items: true
  24. commands:
  25. replace-commands:
  26. - setblock
  27. - summon
  28. - testforblock
  29. - tellraw
  30. tab-complete: true
  31. silent-commandblock-console: false
  32. spam-exclusions:
  33. - /skill
  34. log: true
  35. messages:
  36. restart: Le serveur se relance.
  37. whitelist: Le serveur est en maintenance merci de patienter....
  38. unknown-command: Commande inconnue sur le serveur Factions.
  39. server-full: Le serveur est complet
  40. outdated-client: Vous devez utiliser le launcher sur hunterfightmc.fr
  41. outdated-server: Vous devez utiliser le launcher sur hunterfightmc.fr
  42. stats:
  43. disable-saving: false
  44. forced-stats: {}
  45. world-settings:
  46. default:
  47. verbose: true
  48. anti-xray:
  49. enabled: false
  50. engine-mode: 1
  51. hide-blocks:
  52. - 14
  53. - 15
  54. - 16
  55. - 21
  56. - 48
  57. - 49
  58. - 54
  59. - 56
  60. - 73
  61. - 74
  62. - 82
  63. - 129
  64. - 130
  65. replace-blocks:
  66. - 1
  67. - 5
  68. growth:
  69. cactus-modifier: 50
  70. cane-modifier: 50
  71. melon-modifier: 50
  72. mushroom-modifier: 50
  73. pumpkin-modifier: 50
  74. sapling-modifier: 50
  75. wheat-modifier: 50
  76. entity-activation-range:
  77. animals: 32
  78. monsters: 32
  79. misc: 16
  80. entity-tracking-range:
  81. players: 40
  82. animals: 30
  83. monsters: 40
  84. misc: 25
  85. other: 64
  86. ticks-per:
  87. hopper-transfer: 1
  88. hopper-check: 1
  89. random-light-updates: false
  90. save-structure-info: true
  91. max-bulk-chunks: 5
  92. max-entity-collisions: 2
  93. view-distance: 3
  94. chunks-per-tick: 300
  95. clear-tick-list: false
  96. merge-radius:
  97. exp: 3.0
  98. item: 2.5
  99. item-despawn-rate: 5000
  100. nerf-spawner-mobs: false
  101. mob-spawn-range: 4
  102. enable-zombie-pigmen-portal-spawns: true
  103. arrow-despawn-rate: 900
  104. zombie-aggressive-towards-villager: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement