Advertisement
Guest User

Untitled

a guest
May 9th, 2014
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 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. tab-complete: 0
  20. silent-commandblock-console: false
  21. spam-exclusions:
  22. - /skill
  23. log: true
  24. settings:
  25. netty-threads: 3
  26. timeout-time: 60
  27. restart-on-crash: true
  28. restart-script: ./start.sh
  29. player-shuffle: 0
  30. bungeecord: true
  31. late-bind: false
  32. sample-count: 12
  33. filter-creative-items: true
  34. prevent-proxies: false
  35. log-filters:
  36. - ^(.*)(/login)(.*)$
  37. bungeecord-addresses:
  38. - 127.0.0.1
  39. messages:
  40. restart: El servidor se esta reiniciando.
  41. whitelist: You are not whitelisted on this server!
  42. unknown-command: Comando desconocido, tipea /help para mas ayuda.
  43. server-full: El servidor esta full!
  44. outdated-client: Outdated client! Please use {}
  45. outdated-server: Outdated server! I'm still on {0}
  46. stats:
  47. disable-saving: false
  48. forced-stats: {}
  49. world-settings:
  50. default:
  51. verbose: true
  52. anti-xray:
  53. enabled: false
  54. engine-mode: 1
  55. hide-blocks:
  56. - 14
  57. - 15
  58. - 16
  59. - 21
  60. - 48
  61. - 49
  62. - 54
  63. - 56
  64. - 73
  65. - 74
  66. - 82
  67. - 129
  68. - 130
  69. replace-blocks:
  70. - 1
  71. - 5
  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: 48
  86. animals: 48
  87. monsters: 48
  88. misc: 32
  89. other: 64
  90. ticks-per:
  91. hopper-transfer: 8
  92. hopper-check: 8
  93. hopper-amount: 1
  94. random-light-updates: false
  95. save-structure-info: false
  96. max-bulk-chunks: 5
  97. max-entity-collisions: 8
  98. dragon-death-sound-radius: 0
  99. view-distance: 6
  100. chunks-per-tick: 50
  101. clear-tick-list: false
  102. merge-radius:
  103. exp: 3.0
  104. item: 2.5
  105. mob-spawn-range: 18
  106. nerf-spawner-mobs: false
  107. item-despawn-rate: 6000
  108. arrow-despawn-rate: 1200
  109. enable-zombie-pigmen-portal-spawns: true
  110. wither-spawn-sound-radius: 0
  111. zombie-aggressive-towards-villager: true
  112. listeners:
  113. - port: default
  114. host: default
  115. netty: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement