Advertisement
Guest User

Untitled

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