Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.36 KB | None | 0 0
  1. bukkit.yml
  2. # This is the main configuration file for Bukkit.
  3. # As you can see, there's actually not that much to configure without any plugins.
  4. # For a reference for any variable inside this file, check out the Bukkit Wiki at
  5. # http://wiki.bukkit.org/Bukkit.yml
  6. #
  7. # If you need help on this file, feel free to join us on irc or leave a message
  8. # on the forums asking for advice.
  9. #
  10. # IRC: #spigot @ irc.spi.gt
  11. # (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ )
  12. # Forums: http://www.spigotmc.org/
  13. # Bug tracker: http://www.spigotmc.org/go/bugs
  14.  
  15.  
  16. settings:
  17. allow-end: true
  18. warn-on-overload: true
  19. permissions-file: permissions.yml
  20. update-folder: update
  21. plugin-profiling: false
  22. connection-throttle: 4000
  23. query-plugins: true
  24. deprecated-verbose: default
  25. shutdown-message: Server closed
  26. spawn-limits:
  27. monsters: 70
  28. animals: 15
  29. water-animals: 5
  30. ambient: 15
  31. chunk-gc:
  32. period-in-ticks: 600
  33. load-threshold: 0
  34. ticks-per:
  35. animal-spawns: 400
  36. monster-spawns: 2
  37. autosave: 6000
  38. aliases: now-in-commands.yml
  39. database:
  40. username: bukkit
  41. isolation: SERIALIZABLE
  42. driver: org.sqlite.JDBC
  43. password: walrus
  44. url: jdbc:sqlite:{DIR}{NAME}.db
  45.  
  46. paper.yml
  47. # This is the main configuration file for Paper.
  48. # As you can see, there's tons to configure. Some options may impact gameplay, so use
  49. # with caution, and make sure you know what each option does before configuring.
  50. #
  51. # If you need help with the configuration or have any questions related to PaperSpigot,
  52. # join us at the IRC.
  53. #
  54. # IRC: #paperspigot @ irc.spi.gt ( http://irc.spi.gt/iris/?channels=PaperSpigot )
  55. # Wiki: https://paper.readthedocs.org/
  56. # Paper Forums: https://aquifermc.org/
  57.  
  58. config-version: 10
  59. timings:
  60. enabled: true
  61. verbose: true
  62. server-name-privacy: false
  63. hidden-config-entries:
  64. - database
  65. - settings.bungeecord-addresses
  66. history-interval: 300
  67. history-length: 3600
  68. settings:
  69. load-permissions-yml-before-plugins: true
  70. set-health-before-death-event: false
  71. min-chunk-load-threads: 2
  72. limit-player-interactions: true
  73. region-file-cache-size: 256
  74. enable-player-collisions: true
  75. sleep-between-chunk-saves: false
  76. save-empty-scoreboard-teams: false
  77. world-settings:
  78. default:
  79. verbose: false
  80. keep-spawn-loaded-range: 8
  81. frosted-ice:
  82. enabled: true
  83. delay:
  84. min: 20
  85. max: 40
  86. enable-old-tnt-cannon-behaviors: false
  87. non-player-arrow-despawn-rate: -1
  88. disable-explosion-knockback: false
  89. elytra-hit-wall-damage: true
  90. game-mechanics:
  91. disable-chest-cat-detection: true
  92. disable-end-credits: false
  93. hopper:
  94. push-based: true
  95. grass-spread-tick-rate: 1
  96. nether-ceiling-void-damage: false
  97. allow-non-player-entities-on-scoreboards: false
  98. use-hopper-check: true
  99. max-growth-height:
  100. cactus: 3
  101. reeds: 3
  102. lava-flow-speed:
  103. normal: 30
  104. nether: 10
  105. use-chunk-inhabited-timer: true
  106. despawn-ranges:
  107. soft: 32
  108. hard: 128
  109. fishing-time-range:
  110. MinimumTicks: 100
  111. MaximumTicks: 900
  112. fast-drain:
  113. lava: false
  114. water: false
  115. falling-block-height-nerf: 0
  116. tnt-entity-height-nerf: 0
  117. disable-thunder: false
  118. keep-spawn-loaded: true
  119. disable-ice-and-snow: false
  120. skeleton-horse-thunder-spawn-chance: -1.0
  121. fire-physics-event-for-redstone: false
  122. spawner-nerfed-mobs-should-jump: false
  123. mob-spawner-tick-rate: 20
  124. baby-zombie-movement-speed: 0.5
  125. all-chunks-are-slime-chunks: false
  126. allow-leashing-undead-horse: false
  127. disable-teleportation-suffocation-check: false
  128. allow-block-location-tab-completion: true
  129. generator-settings:
  130. canyon: true
  131. caves: true
  132. dungeon: true
  133. fortress: true
  134. mineshaft: true
  135. monument: true
  136. stronghold: true
  137. temple: true
  138. village: true
  139. flat-bedrock: false
  140. container-update-tick-rate: 3
  141. portal-search-radius: 128
  142. queue-light-updates: true
  143. optimize-explosions: true
  144. water-over-lava-flow-speed: 5
  145. delay-chunk-unloads-by: 30s
  146. squid-spawn-height:
  147. minimum: 45.0
  148. maximum: 63.0
  149. use-vanilla-world-scoreboard-name-coloring: false
  150. lootables:
  151. auto-replenish: false
  152. restrict-player-reloot: true
  153. reset-seed-on-fill: true
  154. max-refills: -1
  155. refresh-min: 12h
  156. refresh-max: 2d
  157.  
  158. spigot.yml
  159. # This is the main configuration file for Spigot.
  160. # As you can see, there's tons to configure. Some options may impact gameplay, so use
  161. # with caution, and make sure you know what each option does before configuring.
  162. # For a reference for any variable inside this file, check out the Spigot wiki at
  163. # http://www.spigotmc.org/wiki/spigot-configuration/
  164. #
  165. # If you need help with the configuration or have any questions related to Spigot,
  166. # join us at the IRC or drop by our forums and leave a post.
  167. #
  168. # IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )
  169. # Forums: http://www.spigotmc.org/
  170.  
  171. config-version: 8
  172. settings:
  173. debug: false
  174. save-user-cache-on-stop-only: false
  175. player-shuffle: 0
  176. timeout-time: 60
  177. restart-on-crash: true
  178. restart-script: ./start.sh
  179. late-bind: false
  180. user-cache-size: 1000
  181. bungeecord: false
  182. int-cache-limit: 1024
  183. netty-threads: 4
  184. attribute:
  185. maxHealth:
  186. max: 2048.0
  187. movementSpeed:
  188. max: 2048.0
  189. attackDamage:
  190. max: 2048.0
  191. sample-count: 12
  192. filter-creative-items: true
  193. moved-too-quickly-multiplier: 10.0
  194. moved-wrongly-threshold: 0.0625
  195. messages:
  196. whitelist: You are not whitelisted on this server!
  197. unknown-command: Unknown command. Type "/help" for help.
  198. server-full: The server is full!
  199. outdated-client: Outdated client! Please use {0}
  200. outdated-server: Outdated server! I'm still on {0}
  201. restart: Server is restarting
  202. commands:
  203. tab-complete: 0
  204. log: true
  205. replace-commands:
  206. - setblock
  207. - summon
  208. - testforblock
  209. - tellraw
  210. spam-exclusions:
  211. - /skill
  212. silent-commandblock-console: false
  213. stats:
  214. disable-saving: false
  215. forced-stats: {}
  216. world-settings:
  217. default:
  218. verbose: true
  219. item-despawn-rate: 6000
  220. merge-radius:
  221. item: 2.5
  222. exp: 3.0
  223. enable-zombie-pigmen-portal-spawns: true
  224. wither-spawn-sound-radius: 0
  225. arrow-despawn-rate: 1200
  226. view-distance: 10
  227. save-structure-info: true
  228. ticks-per:
  229. hopper-transfer: 24
  230. hopper-check: 24
  231. hopper-amount: 3
  232. hunger:
  233. walk-exhaustion: 0.2
  234. sprint-exhaustion: 0.8
  235. combat-exhaustion: 0.3
  236. regen-exhaustion: 3.0
  237. max-tick-time:
  238. tile: 50
  239. entity: 50
  240. random-light-updates: false
  241. max-tnt-per-tick: 100
  242. growth:
  243. cactus-modifier: 100
  244. cane-modifier: 100
  245. melon-modifier: 100
  246. mushroom-modifier: 100
  247. pumpkin-modifier: 100
  248. sapling-modifier: 100
  249. wheat-modifier: 100
  250. netherwart-modifier: 100
  251. entity-activation-range:
  252. animals: 6
  253. monsters: 16
  254. misc: 2
  255. mob-spawn-range: 3
  256. entity-tracking-range:
  257. players: 48
  258. animals: 48
  259. monsters: 48
  260. misc: 32
  261. other: 64
  262. hanging-tick-frequency: 100
  263. nerf-spawner-mobs: false
  264. zombie-aggressive-towards-villager: true
  265. dragon-death-sound-radius: 0
  266. seed-village: 10387312
  267. seed-feature: 14357617
  268. max-entity-collisions: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement