Advertisement
Guest User

spigot.yml

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