Advertisement
jjacobson

Untitled

Jun 22nd, 2013
62
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: 1
  14. commands:
  15. tab-complete: true
  16. log: true
  17. spam-exclusions:
  18. - /skill
  19. listeners:
  20. - port: default
  21. host: default
  22. throttle: default
  23. netty: true
  24. settings:
  25. netty-threads: 3
  26. timeout-time: 60
  27. restart-on-crash: true
  28. restart-script: ./start.sh
  29. bungeecord-addresses:
  30. - 127.0.0.1
  31. bungeecord: true
  32. prevent-proxies: false
  33. messages:
  34. whitelist: You are not whitelisted on this server!
  35. unknown-command: No command found, type /help for a list of commands.
  36. world-settings:
  37. default:
  38. verbose: true
  39. view-distance: 10
  40. merge-radius:
  41. exp: 3.0
  42. item: 2.5
  43. chunks-per-tick: 650
  44. random-light-updates: false
  45. ticks-per:
  46. hopper-check: 8
  47. hopper-transfer: 8
  48. anti-xray:
  49. enabled: true
  50. engine-mode: 1
  51. blocks:
  52. - 1
  53. - 5
  54. - 14
  55. - 15
  56. - 16
  57. - 21
  58. - 48
  59. - 49
  60. - 54
  61. - 56
  62. - 73
  63. - 74
  64. - 82
  65. - 129
  66. - 130
  67. mob-spawn-range: 4
  68. growth:
  69. cactus-modifier: 100
  70. cane-modifier: 100
  71. melon-modifier: 100
  72. mushroom-modifier: 100
  73. pumpkin-modifier: 100
  74. sapling-modifier: 100
  75. wheat-modifier: 100
  76. entity-tracking-range:
  77. players: 48
  78. animals: 48
  79. monsters: 48
  80. misc: 32
  81. other: 64
  82. entity-activation-range:
  83. animals: 32
  84. monsters: 32
  85. misc: 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement