Advertisement
dwilley83

paper.yml

Jun 5th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. # This is the main configuration file for Paper.
  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. #
  5. # If you need help with the configuration or have any questions related to PaperSpigot,
  6. # join us at the IRC.
  7. #
  8. # IRC: #paperspigot @ irc.spi.gt ( http://irc.spi.gt/iris/?channels=PaperSpigot )
  9. # Wiki: https://paper.readthedocs.org/
  10. # Paper Forums: https://aquifermc.org/
  11.  
  12. config-version: 10
  13. settings:
  14. load-permissions-yml-before-plugins: true
  15. limit-player-interactions: true
  16. sleep-between-chunk-saves: false
  17. region-file-cache-size: 256
  18. enable-player-collisions: true
  19. save-empty-scoreboard-teams: false
  20. timings:
  21. enabled: true
  22. verbose: true
  23. server-name-privacy: false
  24. hidden-config-entries:
  25. - database
  26. - settings.bungeecord-addresses
  27. history-interval: 300
  28. history-length: 3600
  29. world-settings:
  30. default:
  31. verbose: false
  32. generator-settings:
  33. canyon: true
  34. caves: true
  35. dungeon: true
  36. fortress: true
  37. mineshaft: true
  38. monument: true
  39. stronghold: true
  40. temple: true
  41. village: true
  42. flat-bedrock: false
  43. allow-block-location-tab-completion: true
  44. use-chunk-inhabited-timer: true
  45. optimize-explosions: false
  46. portal-search-radius: 128
  47. spawner-nerfed-mobs-should-jump: false
  48. queue-light-updates: false
  49. mob-spawner-tick-rate: 1
  50. disable-teleportation-suffocation-check: false
  51. use-vanilla-world-scoreboard-name-coloring: false
  52. squid-spawn-height:
  53. minimum: 45.0
  54. maximum: 63.0
  55. max-growth-height:
  56. cactus: 3
  57. reeds: 3
  58. fishing-time-range:
  59. MinimumTicks: 100
  60. MaximumTicks: 900
  61. despawn-ranges:
  62. soft: 32
  63. hard: 128
  64. falling-block-height-nerf: 0
  65. tnt-entity-height-nerf: 0
  66. water-over-lava-flow-speed: 5
  67. fast-drain:
  68. lava: false
  69. water: false
  70. lava-flow-speed:
  71. normal: 30
  72. nether: 10
  73. lootables:
  74. auto-replenish: false
  75. restrict-player-reloot: true
  76. reset-seed-on-fill: true
  77. max-refills: -1
  78. refresh-min: 12h
  79. refresh-max: 2d
  80. all-chunks-are-slime-chunks: false
  81. keep-spawn-loaded-range: 8
  82. baby-zombie-movement-speed: 0.5
  83. allow-leashing-undead-horse: true
  84. nether-ceiling-void-damage: false
  85. allow-non-player-entities-on-scoreboards: false
  86. frosted-ice:
  87. enabled: true
  88. delay:
  89. min: 20
  90. max: 40
  91. grass-spread-tick-rate: 1
  92. enable-old-tnt-cannon-behaviors: false
  93. non-player-arrow-despawn-rate: 1
  94. game-mechanics:
  95. disable-chest-cat-detection: true
  96. disable-end-credits: false
  97. disable-explosion-knockback: false
  98. use-hopper-check: true
  99. container-update-tick-rate: 1
  100. keep-spawn-loaded: true
  101. disable-thunder: false
  102. skeleton-horse-thunder-spawn-chance: 0.1
  103. disable-ice-and-snow: false
  104. fire-physics-event-for-redstone: false
  105. max-mob-spawn-attempts: 250
  106. fix-cannons: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement