Advertisement
Guest User

Untitled

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