Advertisement
Guest User

fsdfdsfds

a guest
Apr 17th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 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: 6
  14. messages:
  15. whitelist: Otvaranje je pomjereno u 15:00 (12.4.2014)!
  16. unknown-command: Nepoznata komanda. Napisi "/help" za pomoc.
  17. server-full: Server je pun! Samo donatori mogu uci na pun server.
  18. outdated-client: Imas stari minecraft! Skini minecraft s http://download.yugocraft.com i nadogradi ga na verziju {}
  19. outdated-server: Outdated server! I'm still on {0}
  20. restart: Server se restartira
  21. commands:
  22. tab-complete: 0
  23. replace-commands:
  24. - setblock
  25. - summon
  26. - testforblock
  27. - tellraw
  28. log: true
  29. silent-commandblock-console: false
  30. spam-exclusions:
  31. - /skill
  32. settings:
  33. player-shuffle: 200
  34. late-bind: false
  35. bungeecord: false
  36. sample-count: 30
  37. netty-threads: 4
  38. timeout-time: 60
  39. restart-on-crash: true
  40. restart-script: ./start.sh
  41. filter-creative-items: true
  42. stats:
  43. disable-saving: false
  44. forced-stats: {}
  45. world-settings:
  46. default:
  47. verbose: true
  48. chunks-per-tick: 500
  49. clear-tick-list: false
  50. merge-radius:
  51. exp: 3.5
  52. item: 3.0
  53. view-distance: 5
  54. mob-spawn-range: 4
  55. nerf-spawner-mobs: true
  56. item-despawn-rate: 3000
  57. arrow-despawn-rate: 60
  58. wither-spawn-sound-radius: 0
  59. enable-zombie-pigmen-portal-spawns: false
  60. zombie-aggressive-towards-villager: false
  61. random-light-updates: false
  62. anti-xray:
  63. enabled: true
  64. engine-mode: 2
  65. hide-blocks:
  66. - 1
  67. - 3
  68. - 14
  69. - 15
  70. - 16
  71. - 21
  72. - 48
  73. - 49
  74. - 52
  75. - 54
  76. - 56
  77. - 73
  78. - 74
  79. - 82
  80. - 129
  81. - 130
  82. replace-blocks:
  83. - 1
  84. - 3
  85. - 14
  86. - 15
  87. - 16
  88. - 21
  89. - 48
  90. - 49
  91. - 54
  92. - 56
  93. - 73
  94. - 74
  95. - 82
  96. - 129
  97. - 130
  98. ticks-per:
  99. hopper-transfer: 60
  100. hopper-check: 60
  101. entity-activation-range:
  102. animals: 24
  103. monsters: 32
  104. misc: 16
  105. entity-tracking-range:
  106. players: 48
  107. animals: 32
  108. monsters: 32
  109. misc: 32
  110. other: 64
  111. growth:
  112. cactus-modifier: 50
  113. cane-modifier: 50
  114. melon-modifier: 50
  115. mushroom-modifier: 100
  116. pumpkin-modifier: 50
  117. sapling-modifier: 100
  118. wheat-modifier: 200
  119. save-structure-info: true
  120. dragon-death-sound-radius: 0
  121. max-bulk-chunks: 5
  122. max-entity-collisions: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement