Advertisement
fleft17

Untitled

Oct 4th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 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. commands:
  15. replace-commands:
  16. - setblock
  17. - summon
  18. - testforblock
  19. - tellraw
  20. tab-complete: true
  21. silent-commandblock-console: false
  22. spam-exclusions:
  23. - /skill
  24. log: true
  25. settings:
  26. timeout-time: 60
  27. restart-on-crash: true
  28. restart-script: ./start.sh
  29. netty-threads: 4
  30. player-shuffle: 0
  31. sample-count: 12
  32. late-bind: false
  33. bungeecord: false
  34. filter-creative-items: true
  35. messages:
  36. restart: Server's restarting
  37. whitelist: Whitelist is on - try later!
  38. unknown-command: Not a valid command.
  39. server-full: Server is full. A match is probably in session.
  40. outdated-client: Outdated client! Please use {}
  41. outdated-server: Outdated server! I'm still on {0}
  42. stats:
  43. disable-saving: false
  44. forced-stats: {}
  45. world-settings:
  46. default:
  47. verbose: true
  48. anti-xray:
  49. enabled: true
  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. entity-activation-range:
  69. animals: 32
  70. monsters: 32
  71. misc: 16
  72. entity-tracking-range:
  73. players: 128
  74. animals: 64
  75. monsters: 64
  76. misc: 64
  77. other: 64
  78. ticks-per:
  79. hopper-transfer: 8
  80. hopper-check: 8
  81. random-light-updates: false
  82. save-structure-info: true
  83. max-bulk-chunks: 5
  84. max-entity-collisions: 8
  85. growth:
  86. cactus-modifier: 100
  87. cane-modifier: 100
  88. melon-modifier: 100
  89. mushroom-modifier: 100
  90. pumpkin-modifier: 100
  91. sapling-modifier: 100
  92. wheat-modifier: 100
  93. view-distance: 8
  94. chunks-per-tick: 650
  95. clear-tick-list: false
  96. merge-radius:
  97. exp: 3.0
  98. item: 2.5
  99. mob-spawn-range: 4
  100. nerf-spawner-mobs: false
  101. arrow-despawn-rate: 1200
  102. item-despawn-rate: 6000
  103. enable-zombie-pigmen-portal-spawns: true
  104. zombie-aggressive-towards-villager: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement