Advertisement
MrJayse

Untitled

Dec 4th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 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: 7
  14. commands:
  15. log: true
  16. tab-complete: true
  17. settings:
  18. bungeecord: false
  19. late-bind: false
  20. sample-count: 12
  21. timeout-time: 10000000000000
  22. restart-on-crash: true
  23. restart-script: ./start.sh
  24. netty-threads: -1
  25. fullMatchRate: 10
  26. player-shuffle: 0
  27. messages:
  28. restart: Сервер на перезагрузке! Зайдите позже!
  29. whitelist: Вы не доавлены в WhiteList этого сервера!
  30. unknown-command: Команда не найдена. Воспользуйтесь командой "/help" для помощи.
  31. server-full: Сервер переполнен!
  32. outdated-client: Версия клиента устарела! Пожалуйста используйте {}
  33. outdated-server: Версия сервера устарела! Сервер до сей пор на версии {}
  34. stats:
  35. disable-saving: false
  36. forced-stats: {}
  37. world-settings:
  38. default:
  39. verbose: false
  40. entity-tracking-range:
  41. players: 48
  42. animals: 48
  43. monsters: 48
  44. misc: 32
  45. other: 64
  46. merge-radius:
  47. item: 3.0
  48. exp: 2.5
  49. anti-xray:
  50. enabled: false
  51. engine-mode: 1
  52. hide-blocks:
  53. - 14
  54. - 15
  55. - 16
  56. - 21
  57. - 48
  58. - 49
  59. - 54
  60. - 56
  61. - 73
  62. - 74
  63. - 82
  64. - 129
  65. - 130
  66. replace-blocks:
  67. - 1
  68. - 5
  69. nerf-spawner-mobs: false
  70. growth:
  71. cactus-modifier: 800
  72. cane-modifier: 800
  73. melon-modifier: 800
  74. mushroom-modifier: 800
  75. pumpkin-modifier: 800
  76. sapling-modifier: 800
  77. wheat-modifier: 800
  78. entity-activation-range:
  79. animals: 16
  80. monsters: 16
  81. misc: 6
  82. ticks-per:
  83. hopper-transfer: 12
  84. hopper-check: 12
  85. random-light-updates: false
  86. save-structure-info: true
  87. max-bulk-chunks: 5
  88. max-entity-collisions: 2
  89. max-tick-time:
  90. tile: 50
  91. entity: 50
  92. max-tnt-per-tick: 100
  93. mob-spawn-range: 4
  94. arrow-despawn-rate: 600
  95. zombie-aggressive-towards-villager: true
  96. view-distance: 8
  97. chunks-per-tick: 80
  98. clear-tick-list: false
  99. use-async-lighting: true
  100. item-despawn-rate: 24000
  101. enable-zombie-pigmen-portal-spawns: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement