Advertisement
Guest User

paper

a guest
Feb 18th, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. # This is the main configuration file for PaperSpigot.
  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.  
  10. config-version: 9
  11. data-value-allowed-items: []
  12. settings:
  13. baby-zombie-movement-speed: 0.5
  14. limit-player-interactions: true
  15. effect-modifiers:
  16. strength: 1.3
  17. weakness: -0.5
  18. stackable-buckets:
  19. lava: false
  20. water: false
  21. milk: false
  22. warnWhenSettingExcessiveVelocity: true
  23. world-settings:
  24. default:
  25. verbose: true
  26. generator-settings:
  27. canyon: true
  28. caves: true
  29. dungeon: true
  30. fortress: true
  31. mineshaft: true
  32. monument: true
  33. stronghold: true
  34. temple: true
  35. village: true
  36. flat-bedrock: false
  37. allow-block-location-tab-completion: true
  38. disable-teleportation-suffocation-check: false
  39. tnt-explosion-volume: 2.0
  40. optimize-explosions: false
  41. cache-chunk-maps: false
  42. remove-invalid-mob-spawner-tile-entities: true
  43. fast-drain:
  44. lava: false
  45. water: false
  46. lava-flow-speed:
  47. normal: 30
  48. nether: 10
  49. nether-ceiling-void-damage: false
  50. load-chunks:
  51. enderpearls: false
  52. tnt-entities: false
  53. falling-blocks: false
  54. player-blocking-damage-multiplier: 0.5
  55. mob-spawner-tick-rate: 3
  56. squid-spawn-height:
  57. minimum: 45.0
  58. maximum: 63.0
  59. max-growth-height:
  60. cactus: 3
  61. reeds: 3
  62. fishing-time-range:
  63. MinimumTicks: 100
  64. MaximumTicks: 900
  65. player-exhaustion:
  66. block-break: 0.02500000037252903
  67. swimming: 0.014999999664723873
  68. despawn-ranges:
  69. soft: 32
  70. hard: 128
  71. falling-block-height-nerf: 0
  72. remove-unloaded:
  73. enderpearls: true
  74. tnt-entities: true
  75. falling-blocks: true
  76. game-mechanics:
  77. boats-drop-boats: false
  78. disable-player-crits: false
  79. disable-chest-cat-detection: false
  80. disable-end-credits: false
  81. disable-explosion-knockback: false
  82. water-over-lava-flow-speed: 5
  83. fix-cannons: false
  84. tnt-entity-height-nerf: 0
  85. use-hopper-check: false
  86. all-chunks-are-slime-chunks: false
  87. allow-undead-horse-leashing: false
  88. container-update-tick-rate: 1
  89. keep-spawn-loaded: true
  90. falling-blocks-collide-with-signs: false
  91. disable-mood-sounds: false
  92. use-async-lighting: false
  93. portal-search-radius: 128
  94. disable-thunder: false
  95. disable-ice-and-snow: false
  96. tick-next-tick-list-cap: 10000
  97. tick-next-tick-list-cap-ignores-redstone: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement