BlackBeltPanda

paper.yml

Apr 24th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 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: 9
  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. baby-zombie-movement-speed: 0.5
  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: false
  34. caves: false
  35. dungeon: false
  36. fortress: false
  37. mineshaft: false
  38. monument: false
  39. stronghold: false
  40. temple: false
  41. village: false
  42. flat-bedrock: false
  43. allow-block-location-tab-completion: true
  44. disable-teleportation-suffocation-check: false
  45. use-chunk-inhabited-timer: true
  46. portal-search-radius: 128
  47. spawner-nerfed-mobs-should-jump: false
  48. optimize-explosions: true
  49. mob-spawner-tick-rate: 100
  50. use-vanilla-world-scoreboard-name-coloring: false
  51. max-mob-spawn-attempts: 50
  52. squid-spawn-height:
  53. minimum: 43.0
  54. maximum: 75.0
  55. max-growth-height:
  56. cactus: 6
  57. reeds: 6
  58. fishing-time-range:
  59. MinimumTicks: 40
  60. MaximumTicks: 400
  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: 3
  67. fast-drain:
  68. lava: true
  69. water: true
  70. lava-flow-speed:
  71. normal: 30
  72. nether: 10
  73. grass-spread-tick-rate: 1
  74. fix-cannons: false
  75. keep-spawn-loaded-range: 5
  76. game-mechanics:
  77. disable-chest-cat-detection: true
  78. disable-end-credits: true
  79. boats-drop-boats: true
  80. disable-player-crits: false
  81. nether-ceiling-void-damage: false
  82. allow-non-player-entities-on-scoreboards: false
  83. disable-explosion-knockback: false
  84. non-player-arrow-despawn-rate: -1
  85. use-hopper-check: true
  86. baby-zombie-movement-speed: 0.5
  87. all-chunks-are-slime-chunks: false
  88. allow-leashing-undead-horse: false
  89. container-update-tick-rate: 1
  90. keep-spawn-loaded: true
  91. disable-thunder: false
  92. skeleton-horse-thunder-spawn-chance: -1.0
  93. disable-ice-and-snow: false
  94. fire-physics-event-for-redstone: false
  95. queue-light-updates: false
  96. tick-next-tick-list-cap: 10000
  97. tick-next-tick-list-cap-ignores-redstone: false
  98. cache-chunk-maps: true
  99. remove-invalid-mob-spawner-tile-entities: true
  100. player-exhaustion:
  101. block-break: 0.025
  102. swimming: 0.015
  103. tnt-explosion-volume: 4.0
  104. load-chunks:
  105. enderpearls: false
  106. tnt-entities: false
  107. falling-blocks: false
  108. remove-unloaded:
  109. enderpearls: true
  110. tnt-entities: true
  111. falling-blocks: true
  112. player-blocking-damage-multiplier: 0.5
  113. allow-undead-horse-leashing: false
  114. falling-blocks-collide-with-signs: false
  115. disable-mood-sounds: true
  116. use-async-lighting: true
  117. log-duplicate-entity-UUIDs: false
  118. data-value-allowed-items: []
  119. effect-modifiers:
  120. strength: 1.3
  121. weakness: -0.5
  122. stackable-buckets:
  123. lava: true
  124. water: true
  125. milk: true
  126. warnWhenSettingExcessiveVelocity: true
Add Comment
Please, Sign In to add comment