Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
87
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. warnWhenSettingExcessiveVelocity: true
  16. stackable-buckets:
  17. lava: false
  18. water: false
  19. milk: false
  20. effect-modifiers:
  21. strength: 1.3
  22. weakness: -0.5
  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. player-exhaustion:
  39. block-break: 0.02500000037252903
  40. swimming: 0.014999999664723873
  41. falling-block-height-nerf: 0
  42. tnt-explosion-volume: 4.0
  43. fishing-time-range:
  44. MinimumTicks: 100
  45. MaximumTicks: 900
  46. max-growth-height:
  47. cactus: 3
  48. reeds: 3
  49. mob-spawner-tick-rate: 1
  50. remove-invalid-mob-spawner-tile-entities: true
  51. squid-spawn-height:
  52. minimum: 45.0
  53. maximum: 63.0
  54. cache-chunk-maps: false
  55. disable-teleportation-suffocation-check: false
  56. player-blocking-damage-multiplier: 0.5
  57. game-mechanics:
  58. boats-drop-boats: false
  59. disable-player-crits: false
  60. disable-chest-cat-detection: false
  61. disable-end-credits: false
  62. nether-ceiling-void-damage: false
  63. load-chunks:
  64. enderpearls: false
  65. tnt-entities: false
  66. falling-blocks: false
  67. fast-drain:
  68. lava: false
  69. water: false
  70. lava-flow-speed:
  71. normal: 30
  72. nether: 10
  73. despawn-ranges:
  74. soft: 32
  75. hard: 128
  76. optimize-explosions: false
  77. remove-unloaded:
  78. enderpearls: true
  79. tnt-entities: true
  80. falling-blocks: true
  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