Advertisement
Guest User

Untitled

a guest
Aug 30th, 2013
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 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. settings:
  15. log-filters:
  16. - ^(.*)(/login)(.*)$
  17. timeout-time: 60
  18. restart-on-crash: true
  19. restart-script: ./start.sh
  20. prevent-proxies: true
  21. bungeecord-addresses:
  22. - 127.0.0.1
  23. bungeecord: false
  24. netty-threads: 3
  25. commands:
  26. spam-exclusions:
  27. - /skill
  28. log: true
  29. tab-complete: true
  30. listeners:
  31. - port: default
  32. host: default
  33. netty: false
  34. messages:
  35. whitelist: Radovi u tijeku . . .
  36. unknown-command: Komanda ne postoji!
  37. server-full: Server je pun!
  38. outdated-client: Outdated client!
  39. outdated-server: Outdated server!
  40. world-settings:
  41. default:
  42. verbose: true
  43. anti-xray:
  44. enabled: true
  45. engine-mode: 2
  46. blocks:
  47. - 1
  48. - 5
  49. - 14
  50. - 15
  51. - 16
  52. - 21
  53. - 48
  54. - 49
  55. - 54
  56. - 56
  57. - 73
  58. - 74
  59. - 82
  60. - 129
  61. - 130
  62. mob-spawn-range: 3
  63. growth:
  64. cactus-modifier: 120
  65. cane-modifier: 100
  66. melon-modifier: 100
  67. mushroom-modifier: 120
  68. pumpkin-modifier: 100
  69. sapling-modifier: 100
  70. wheat-modifier: 100
  71. entity-activation-range:
  72. animals: 25
  73. monsters: 29
  74. misc: 10
  75. entity-tracking-range:
  76. players: 40
  77. animals: 38
  78. monsters: 40
  79. misc: 27
  80. other: 35
  81. ticks-per:
  82. hopper-check: 10000
  83. hopper-transfer: 10000
  84. random-light-updates: false
  85. view-distance: 6
  86. chunks-per-tick: 650
  87. merge-radius:
  88. exp: 6.0
  89. item: 4.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement