Advertisement
Guest User

Untitled

a guest
Aug 31st, 2014
210
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. commands:
  15. replace-commands:
  16. - setblock
  17. - summon
  18. - testforblock
  19. - tellraw
  20. tab-complete: 0
  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. late-bind: false
  32. bungeecord: false
  33. filter-creative-items: true
  34. sample-count: 12
  35. messages:
  36. restart: Server is restarting
  37. whitelist: You're not whitelisted! Come back later!
  38. unknown-command: Unknown command.
  39. server-full: Didn't join in time, server is full :/
  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. growth:
  49. cactus-modifier: 100
  50. cane-modifier: 100
  51. melon-modifier: 100
  52. mushroom-modifier: 100
  53. pumpkin-modifier: 100
  54. sapling-modifier: 100
  55. wheat-modifier: 100
  56. entity-activation-range:
  57. animals: 32
  58. monsters: 32
  59. misc: 16
  60. anti-xray:
  61. enabled: false
  62. engine-mode: 1
  63. hide-blocks:
  64. - 14
  65. - 15
  66. - 16
  67. - 21
  68. - 48
  69. - 49
  70. - 54
  71. - 56
  72. - 73
  73. - 74
  74. - 82
  75. - 129
  76. - 130
  77. replace-blocks:
  78. - 1
  79. - 5
  80. entity-tracking-range:
  81. players: 128
  82. animals: 48
  83. monsters: 48
  84. misc: 32
  85. other: 128
  86. ticks-per:
  87. hopper-transfer: 8
  88. hopper-check: 8
  89. random-light-updates: false
  90. save-structure-info: true
  91. max-bulk-chunks: 5
  92. max-entity-collisions: 8
  93. dragon-death-sound-radius: 0
  94. view-distance: 8
  95. chunks-per-tick: 650
  96. clear-tick-list: false
  97. merge-radius:
  98. exp: 3.0
  99. item: 2.5
  100. mob-spawn-range: 4
  101. nerf-spawner-mobs: false
  102. arrow-despawn-rate: 1200
  103. item-despawn-rate: 6000
  104. enable-zombie-pigmen-portal-spawns: true
  105. wither-spawn-sound-radius: 0
  106. zombie-aggressive-towards-villager: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement