Advertisement
Guest User

Untitled

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