DuckWeedVN

Untitled

Jun 23rd, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 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.spi.gt ( http://www.spigotmc.org/pages/irc/ )
  11. # Forums: http://www.spigotmc.org/
  12.  
  13. config-version: 8
  14. settings:
  15. debug: false
  16. save-user-cache-on-stop-only: false
  17. bungeecord: true
  18. late-bind: false
  19. sample-count: 12
  20. player-shuffle: 0
  21. user-cache-size: 1000
  22. int-cache-limit: 1024
  23. timeout-time: 60
  24. restart-on-crash: true
  25. restart-script: ./start.sh
  26. netty-threads: 4
  27. attribute:
  28. maxHealth:
  29. max: 20000.0
  30. movementSpeed:
  31. max: 2048.0
  32. attackDamage:
  33. max: 2048.0
  34. global-api-cache: false
  35. filter-creative-items: true
  36. moved-wrongly-threshold: 0.0625
  37. moved-too-quickly-threshold: 100.0
  38. commands:
  39. tab-complete: 0
  40. log: false
  41. spam-exclusions:
  42. - /skill
  43. replace-commands:
  44. - setblock
  45. - summon
  46. - testforblock
  47. - tellraw
  48. silent-commandblock-console: false
  49. messages:
  50. whitelist: Server dang bao tri!
  51. unknown-command: Unknown command. Type "/help" for help.
  52. server-full: The server is full!
  53. outdated-client: Outdated client! Please use {0}
  54. outdated-server: Outdated server! I'm still on {0}
  55. restart: Server is restarting
  56. stats:
  57. disable-saving: false
  58. forced-stats: {}
  59. world-settings:
  60. default:
  61. verbose: true
  62. view-distance: 6
  63. chunks-per-tick: 150
  64. clear-tick-list: false
  65. merge-radius:
  66. exp: 4.5
  67. item: 4.0
  68. wither-spawn-sound-radius: 0
  69. enable-zombie-pigmen-portal-spawns: true
  70. arrow-despawn-rate: 600
  71. hanging-tick-frequency: 50
  72. zombie-aggressive-towards-villager: true
  73. item-despawn-rate: 1500
  74. max-entity-collisions: 8
  75. dragon-death-sound-radius: 0
  76. seed-village: 10387312
  77. seed-feature: 14357617
  78. anti-xray:
  79. enabled: true
  80. engine-mode: 2
  81. hide-blocks:
  82. - 14
  83. - 15
  84. - 16
  85. - 21
  86. - 48
  87. - 49
  88. - 54
  89. - 56
  90. - 73
  91. - 74
  92. - 82
  93. - 129
  94. - 130
  95. replace-blocks:
  96. - 1
  97. - 5
  98. growth:
  99. cactus-modifier: 100
  100. cane-modifier: 100
  101. melon-modifier: 100
  102. mushroom-modifier: 100
  103. pumpkin-modifier: 100
  104. sapling-modifier: 100
  105. wheat-modifier: 100
  106. nerf-spawner-mobs: false
  107. mob-spawn-range: 10
  108. entity-activation-range:
  109. animals: 4
  110. monsters: 4
  111. misc: 3
  112. entity-tracking-range:
  113. players: 40
  114. animals: 40
  115. monsters: 40
  116. misc: 8
  117. other: 50
  118. hopper-alt-ticking: true
  119. ticks-per:
  120. hopper-transfer: 24
  121. hopper-check: 24
  122. hopper-amount: 1
  123. random-light-updates: false
  124. save-structure-info: true
  125. max-bulk-chunks: 5
  126. hunger:
  127. walk-exhaustion: 0.2
  128. sprint-exhaustion: 0.8
  129. combat-exhaustion: 0.3
  130. regen-exhaustion: 3.0
  131. max-tnt-per-tick: 50
Add Comment
Please, Sign In to add comment