Advertisement
Guest User

Untitled

a guest
Mar 24th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 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: 6
  14. settings:
  15. timeout-time: 60
  16. restart-on-crash: true
  17. restart-script: ./start.sh
  18. netty-threads: 4
  19. filter-creative-items: true
  20. sample-count: 12
  21. bungeecord: true
  22. late-bind: false
  23. player-shuffle: 0
  24. messages:
  25. restart: Server is restarting
  26. whitelist: You are not whitelisted on this server!
  27. unknown-command: Unknown command. Type "/help" for help.
  28. server-full: The server is full!
  29. outdated-client: Outdated client! Please use {}
  30. outdated-server: Outdated server! I'm still on {0}
  31. commands:
  32. silent-commandblock-console: false
  33. spam-exclusions:
  34. - /skill
  35. log: true
  36. replace-commands:
  37. - setblock
  38. - summon
  39. - testforblock
  40. - tellraw
  41. tab-complete: 0
  42. stats:
  43. disable-saving: false
  44. forced-stats: {}
  45. world-settings:
  46. default:
  47. verbose: true
  48. entity-tracking-range:
  49. players: 48
  50. animals: 48
  51. monsters: 48
  52. misc: 32
  53. other: 64
  54. ticks-per:
  55. hopper-transfer: 8
  56. hopper-check: 8
  57. random-light-updates: false
  58. save-structure-info: true
  59. max-bulk-chunks: 5
  60. max-entity-collisions: 8
  61. dragon-death-sound-radius: 0
  62. anti-xray:
  63. enabled: true
  64. engine-mode: 1
  65. hide-blocks:
  66. - 14
  67. - 15
  68. - 16
  69. - 21
  70. - 48
  71. - 49
  72. - 54
  73. - 56
  74. - 73
  75. - 74
  76. - 82
  77. - 129
  78. - 130
  79. replace-blocks:
  80. - 1
  81. - 5
  82. growth:
  83. cactus-modifier: 100
  84. cane-modifier: 100
  85. melon-modifier: 100
  86. mushroom-modifier: 100
  87. pumpkin-modifier: 100
  88. sapling-modifier: 100
  89. wheat-modifier: 100
  90. entity-activation-range:
  91. animals: 32
  92. monsters: 32
  93. misc: 16
  94. item-despawn-rate: 6000
  95. merge-radius:
  96. item: 2.5
  97. exp: 3.0
  98. arrow-despawn-rate: 1200
  99. enable-zombie-pigmen-portal-spawns: true
  100. wither-spawn-sound-radius: 0
  101. zombie-aggressive-towards-villager: true
  102. mob-spawn-range: 4
  103. nerf-spawner-mobs: false
  104. view-distance: 10
  105. chunks-per-tick: 650
  106. clear-tick-list: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement