Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 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. messages:
  15. whitelist: You are not whitelisted on this server!
  16. unknown-command: §4Unknown command! Myabe /help would help?
  17. server-full: §4The server is full!
  18. outdated-client: §4Outdated client!
  19. outdated-server: §4Server not updated yet! Please downgrade!
  20. restart: §4Server is restarting
  21. listeners:
  22. - port: default
  23. host: default
  24. netty: true
  25. settings:
  26. netty-threads: 3
  27. log-filters:
  28. - ^(.*)(/login)(.*)$
  29. timeout-time: 60
  30. restart-on-crash: true
  31. restart-script: /root/server.sh
  32. prevent-proxies: false
  33. bungeecord-addresses:
  34. - 127.0.0.1
  35. bungeecord: false
  36. commands:
  37. tab-complete: true
  38. spam-exclusions:
  39. - /skill
  40. log: true
  41. world-settings:
  42. default:
  43. verbose: true
  44. view-distance: 10
  45. chunks-per-tick: 650
  46. merge-radius:
  47. exp: 3.0
  48. item: 2.5
  49. anti-xray:
  50. enabled: false
  51. engine-mode: 1
  52. blocks:
  53. - 14
  54. - 15
  55. - 21
  56. - 48
  57. - 56
  58. - 129
  59. mob-spawn-range: 4
  60. item-despawn-rate: 6000
  61. arrow-despawn-rate: 1200
  62. growth:
  63. cactus-modifier: 150
  64. cane-modifier: 150
  65. melon-modifier: 200
  66. mushroom-modifier: 200
  67. pumpkin-modifier: 150
  68. sapling-modifier: 100
  69. wheat-modifier: 150
  70. entity-activation-range:
  71. animals: 32
  72. monsters: 32
  73. misc: 16
  74. entity-tracking-range:
  75. players: 48
  76. animals: 48
  77. monsters: 48
  78. misc: 32
  79. other: 64
  80. ticks-per:
  81. hopper-transfer: 10
  82. hopper-check: 10
  83. random-light-updates: false
  84. save-structure-info: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement