Advertisement
Guest User

Config

a guest
May 29th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 KB | None | 0 0
  1. Spigot
  2. -----------
  3. config-version: 8
  4. settings:
  5. debug: false
  6. save-user-cache-on-stop-only: false
  7. filter-creative-items: true
  8. moved-wrongly-threshold: 0.0625
  9. moved-too-quickly-threshold: 100.0
  10. attribute:
  11. maxHealth:
  12. max: 2048.0
  13. movementSpeed:
  14. max: 8192.0
  15. attackDamage:
  16. max: 2048.0
  17. global-api-cache: false
  18. int-cache-limit: 1024
  19. bungeecord: false
  20. sample-count: 12
  21. user-cache-size: 1000
  22. player-shuffle: 0
  23. netty-threads: 4
  24. late-bind: false
  25. timeout-time: 60
  26. restart-on-crash: true
  27. restart-script: ./start.sh
  28. messages:
  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 {0}
  33. outdated-server: Outdated server! I'm still on {0}
  34. restart: Server is restarting
  35. commands:
  36. tab-complete: 0
  37. silent-commandblock-console: false
  38. spam-exclusions:
  39. - /skill
  40. log: true
  41. replace-commands:
  42. - setblock
  43. - summon
  44. - testforblock
  45. - tellraw
  46. stats:
  47. disable-saving: false
  48. forced-stats: {}
  49. world-settings:
  50. default:
  51. verbose: true
  52. chunks-per-tick: 650
  53. clear-tick-list: false
  54. view-distance: 10
  55. merge-radius:
  56. exp: 3.0
  57. item: 2.5
  58. arrow-despawn-rate: 1200
  59. enable-zombie-pigmen-portal-spawns: true
  60. wither-spawn-sound-radius: 0
  61. zombie-aggressive-towards-villager: true
  62. hanging-tick-frequency: 100
  63. item-despawn-rate: 6000
  64. mob-spawn-range: 4
  65. anti-xray:
  66. enabled: true
  67. engine-mode: 1
  68. hide-blocks:
  69. - 14
  70. - 15
  71. - 16
  72. - 21
  73. - 48
  74. - 49
  75. - 54
  76. - 56
  77. - 73
  78. - 74
  79. - 82
  80. - 129
  81. - 130
  82. replace-blocks:
  83. - 1
  84. - 5
  85. nerf-spawner-mobs: false
  86. growth:
  87. cactus-modifier: 100
  88. cane-modifier: 100
  89. melon-modifier: 100
  90. mushroom-modifier: 100
  91. pumpkin-modifier: 100
  92. sapling-modifier: 100
  93. wheat-modifier: 100
  94. netherwart-modifier: 100
  95. max-entity-collisions: 8
  96. dragon-death-sound-radius: 0
  97. seed-village: 10387312
  98. seed-feature: 14357617
  99. max-tnt-per-tick: 200000
  100. hopper-alt-ticking: false
  101. ticks-per:
  102. hopper-transfer: 8
  103. hopper-check: 8
  104. hopper-amount: 1
  105. random-light-updates: false
  106. entity-activation-range:
  107. animals: 32
  108. monsters: 32
  109. misc: 16
  110. entity-tracking-range:
  111. players: 48
  112. animals: 48
  113. monsters: 48
  114. misc: 32
  115. other: 64
  116. save-structure-info: true
  117. hunger:
  118. walk-exhaustion: 0.2
  119. sprint-exhaustion: 0.8
  120. combat-exhaustion: 0.3
  121. regen-exhaustion: 3.0
  122. max-bulk-chunks: 10
  123. ============================================
  124. Bukkit.yml
  125. ----------------------------
  126. settings:
  127. allow-end: true
  128. warn-on-overload: true
  129. permissions-file: permissions.yml
  130. update-folder: update
  131. ping-packet-limit: 100
  132. use-exact-login-location: false
  133. plugin-profiling: false
  134. connection-throttle: 4000
  135. query-plugins: true
  136. deprecated-verbose: default
  137. shutdown-message: Server closed
  138. spawn-limits:
  139. monsters: 70
  140. animals: 15
  141. water-animals: 5
  142. ambient: 15
  143. chunk-gc:
  144. period-in-ticks: 600
  145. load-threshold: 0
  146. ticks-per:
  147. animal-spawns: 400
  148. monster-spawns: 1
  149. autosave: 6000
  150. auto-updater:
  151. enabled: true
  152. on-broken:
  153. - warn-console
  154. - warn-ops
  155. on-update:
  156. - warn-console
  157. - warn-ops
  158. preferred-channel: rb
  159. host: dl.bukkit.org
  160. suggest-channels: true
  161. aliases: now-in-commands.yml
  162. database:
  163. username: bukkit
  164. isolation: SERIALIZABLE
  165. driver: org.sqlite.JDBC
  166. password: walrus
  167. url: jdbc:sqlite:{DIR}{NAME}.db
  168. ======================================
  169. Paper.yml
  170. ------------------
  171. config-version: 6
  172. max-packets-per-player: 1000
  173. settings:
  174. async-plugin-bad-magic-catcher: true
  175. limit-player-interactions: true
  176. baby-zombie-movement-speed: 0.5
  177. stackable-buckets:
  178. lava: true
  179. water: false
  180. milk: false
  181. effect-modifiers:
  182. strength: 1.3
  183. weakness: -0.5
  184. world-settings:
  185. default:
  186. verbose: true
  187. disable-ice-and-snow: false
  188. tick-next-tick-list-cap: 10000
  189. tick-next-tick-list-cap-ignores-redstone: true
  190. disable-thunder: false
  191. falling-blocks-collide-with-signs: true
  192. keep-spawn-loaded: true
  193. disable-mood-sounds: false
  194. use-async-lighting: true
  195. disable-explosion-knockback: true
  196. water-over-lava-flow-speed: 5
  197. container-update-tick-rate: 1
  198. game-mechanics:
  199. disable-end-credits: false
  200. boats-drop-boats: false
  201. less-picky-torch-placement: false
  202. disable-player-crits: false
  203. inverted-daylight-detectors: false
  204. allow-undead-horse-leashing: false
  205. remove-invalid-mob-spawner-tile-entities: true
  206. optimize-explosions: true
  207. tnt-explosion-volume: 4.0
  208. generator-settings:
  209. canyon: true
  210. caves: true
  211. dungeon: true
  212. fortress: true
  213. mineshaft: true
  214. stronghold: true
  215. temple: true
  216. village: true
  217. flat-bedrock: false
  218. monument: true
  219. mob-spawner-tick-rate: 1
  220. player-blocking-damage-multiplier: 0.5
  221. max-growth-height:
  222. cactus: 3
  223. reeds: 3
  224. tnt-entity-height-nerf: 0.0
  225. fishing-time-range:
  226. MinimumTicks: 100
  227. MaximumTicks: 900
  228. squid-spawn-height:
  229. minimum: 45.0
  230. maximum: 63.0
  231. cache-chunk-maps: false
  232. despawn-ranges:
  233. soft: 32
  234. hard: 128
  235. load-chunks:
  236. enderpearls: true
  237. tnt-entities: true
  238. falling-blocks: true
  239. player-exhaustion:
  240. block-break: 0.025
  241. swimming: 0.015
  242. lava-flow-speed:
  243. normal: 5
  244. nether: 10
  245. remove-unloaded:
  246. enderpearls: true
  247. tnt-entities: true
  248. falling-blocks: true
  249. fast-drain:
  250. lava: false
  251. water: false
  252. nether-ceiling-void-damage: false
  253. fix-cannons: true
  254. use-hopper-check: false
  255. falling-block-height-nerf: 0
  256. data-value-allowed-items: []
  257. ================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement