Advertisement
Guest User

Untitled

a guest
Jan 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. 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. bungeecord: false
  32. late-bind: false
  33. sample-count: 12
  34. filter-creative-items: true
  35. messages:
  36. restart: Server is restarting
  37. whitelist: You are not whitelisted on this server!
  38. unknown-command: Unknown command. Type "/help" for help.
  39. server-full: The 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. 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. random-light-updates: false
  69. save-structure-info: false
  70. max-bulk-chunks: 5
  71. max-entity-collisions: 8
  72. growth:
  73. cactus-modifier: 100
  74. cane-modifier: 100
  75. melon-modifier: 100
  76. mushroom-modifier: 100
  77. pumpkin-modifier: 100
  78. sapling-modifier: 100
  79. wheat-modifier: 100
  80. entity-activation-range:
  81. animals: 32
  82. monsters: 32
  83. misc: 16
  84. entity-tracking-range:
  85. players: 128
  86. animals: 128
  87. monsters: 48
  88. misc: 32
  89. other: 128
  90. ticks-per:
  91. hopper-transfer: 8
  92. hopper-check: 8
  93. dragon-death-sound-radius: 0
  94. mob-spawn-range: 4
  95. view-distance: 10
  96. chunks-per-tick: 650
  97. clear-tick-list: false
  98. merge-radius:
  99. exp: 3.0
  100. item: 2.5
  101. nerf-spawner-mobs: false
  102. item-despawn-rate: 6000
  103. arrow-despawn-rate: 600
  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