Advertisement
Guest User

Untitled

a guest
Aug 27th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 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: 3
  14. commands:
  15. tab-complete: true
  16. spam-exclusions:
  17. - /skill
  18. log: true
  19. listeners:
  20. - port: default
  21. host: default
  22. netty: true
  23. settings:
  24. netty-threads: 3
  25. log-filters:
  26. - ^(.*)(/login)(.*)$
  27. prevent-proxies: false
  28. bungeecord-addresses:
  29. - 127.0.0.1
  30. bungeecord: true
  31. timeout-time: 60
  32. restart-on-crash: true
  33. restart-script: ./start.sh
  34. messages:
  35. whitelist: Serverul e in mentenanta!
  36. unknown-command: Comanda nu exista!
  37. server-full: Serverul e plin. Alege altul.
  38. outdated-client: Downloadeaza versiunea noua. 1.6.2 - http://tiny.cc/mcro16
  39. outdated-server: Serverul inca nu s-a updatat. Mai trebuie sa astepti umpic
  40. world-settings:
  41. default:
  42. verbose: true
  43. view-distance: 5
  44. chunks-per-tick: 450
  45. merge-radius:
  46. exp: 3.0
  47. item: 2.5
  48. entity-tracking-range:
  49. players: 32
  50. animals: 16
  51. monsters: 32
  52. misc: 24
  53. other: 48
  54. ticks-per:
  55. hopper-transfer: 32
  56. hopper-check: 32
  57. random-light-updates: false
  58. anti-xray:
  59. enabled: false
  60. engine-mode: 1
  61. blocks:
  62. - 1
  63. - 5
  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. mob-spawn-range: 4
  78. growth:
  79. cactus-modifier: 80
  80. cane-modifier: 80
  81. melon-modifier: 80
  82. mushroom-modifier: 80
  83. pumpkin-modifier: 80
  84. sapling-modifier: 80
  85. wheat-modifier: 80
  86. entity-activation-range:
  87. animals: 16
  88. monsters: 20
  89. misc: 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement