Advertisement
Guest User

Untitled

a guest
Jul 25th, 2015
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 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: 5
  14. settings:
  15. netty-threads: 4
  16. late-bind: false
  17. sample-count: 12
  18. bungeecord: true
  19. fullMatchRate: 10
  20. timeout-time: 90
  21. restart-on-crash: true
  22. restart-script: ./start.sh
  23. player-shuffle: 0
  24. commands:
  25. log: true
  26. tab-complete: true
  27. messages:
  28. restart: Server in riavvio
  29. whitelist: You are not whitelisted on this server!
  30. unknown-command: Unknown command. Type "/help" for help.
  31. server-full: The server is full!
  32. outdated-client: Outdated client! Please use {}
  33. outdated-server: Outdated server! I'm still on {0}
  34. stats:
  35. disable-saving: false
  36. forced-stats: {}
  37. world-settings:
  38. default:
  39. verbose: false
  40. mob-spawn-range: 4
  41. anti-xray:
  42. enabled: false
  43. engine-mode: 1
  44. hide-blocks:
  45. - 14
  46. - 15
  47. - 16
  48. - 21
  49. - 48
  50. - 49
  51. - 54
  52. - 56
  53. - 73
  54. - 74
  55. - 82
  56. - 129
  57. - 130
  58. replace-blocks:
  59. - 1
  60. - 5
  61. nerf-spawner-mobs: false
  62. growth:
  63. cactus-modifier: 800
  64. cane-modifier: 800
  65. melon-modifier: 800
  66. mushroom-modifier: 800
  67. pumpkin-modifier: 800
  68. sapling-modifier: 800
  69. wheat-modifier: 800
  70. entity-activation-range:
  71. animals: 12
  72. monsters: 12
  73. misc: 2
  74. ticks-per:
  75. hopper-transfer: 24
  76. hopper-check: 24
  77. random-light-updates: false
  78. save-structure-info: true
  79. max-bulk-chunks: 10
  80. max-entity-collisions: 3
  81. max-tick-time:
  82. tile: 10
  83. entity: 20
  84. entity-tracking-range:
  85. players: 35
  86. animals: 35
  87. monsters: 35
  88. misc: 28
  89. other: 48
  90. item-despawn-rate: 2500
  91. merge-radius:
  92. item: 4.5
  93. exp: 6.0
  94. view-distance: 7
  95. zombie-aggressive-towards-villager: false
  96. chunks-per-tick: 650
  97. clear-tick-list: false
  98. enable-zombie-pigmen-portal-spawns: true
  99. arrow-despawn-rate: 1200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement