Advertisement
Guest User

Untitled

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