Advertisement
Guest User

Untitled

a guest
Oct 5th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 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: false
  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. prevent-proxies: false
  26. bungeecord-addresses:
  27. - 127.0.0.1
  28. bungeecord: false
  29. timeout-time: 60
  30. restart-on-crash: true
  31. restart-script: ./start.sh
  32. log-filters:
  33. - ^(.*)(/login)(.*)$
  34. messages:
  35. whitelist: Otwarcie serwera w piatek o godz. 19:00!
  36. unknown-command: Unknown command. Type "/help" for help.
  37. server-full: Serwer jest pelny!
  38. outdated-client: Outdated client!
  39. outdated-server: Outdated server!
  40. world-settings:
  41. default:
  42. verbose: true
  43. anti-xray:
  44. enabled: false
  45. engine-mode: 1
  46. blocks:
  47. - 19
  48. mob-spawn-range: 2
  49. growth:
  50. cactus-modifier: 75
  51. cane-modifier: 75
  52. melon-modifier: 75
  53. mushroom-modifier: 75
  54. pumpkin-modifier: 75
  55. sapling-modifier: 75
  56. wheat-modifier: 75
  57. entity-activation-range:
  58. animals: 16
  59. monsters: 16
  60. misc: 8
  61. entity-tracking-range:
  62. players: 48
  63. animals: 16
  64. monsters: 16
  65. misc: 32
  66. other: 64
  67. ticks-per:
  68. hopper-transfer: 60
  69. hopper-check: 60
  70. random-light-updates: false
  71. save-structure-info: true
  72. view-distance: 3
  73. chunks-per-tick: 400
  74. merge-radius:
  75. exp: 3.0
  76. item: 2.5
  77. item-despawn-rate: 3600
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement