Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
83
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: 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. cache-chunk-maps: false
  39. remove-invalid-mob-spawner-tile-entities: true
  40. nether-ceiling-void-damage: false
  41. load-chunks:
  42. enderpearls: false
  43. tnt-entities: true
  44. falling-blocks: true
  45. fast-drain:
  46. lava: false
  47. water: false
  48. lava-flow-speed:
  49. normal: 30
  50. nether: 10
  51. optimize-explosions: true
  52. mob-spawner-tick-rate: 1
  53. tnt-explosion-volume: 4.0
  54. squid-spawn-height:
  55. minimum: 45.0
  56. maximum: 63.0
  57. max-growth-height:
  58. cactus: 3
  59. reeds: 3
  60. fishing-time-range:
  61. MinimumTicks: 100
  62. MaximumTicks: 900
  63. player-exhaustion:
  64. block-break: 0.02500000037252903
  65. swimming: 0.014999999664723873
  66. despawn-ranges:
  67. soft: 32
  68. hard: 128
  69. falling-block-height-nerf: 0
  70. remove-unloaded:
  71. enderpearls: true
  72. tnt-entities: true
  73. falling-blocks: true
  74. game-mechanics:
  75. boats-drop-boats: false
  76. disable-player-crits: false
  77. disable-chest-cat-detection: false
  78. disable-end-credits: false
  79. player-blocking-damage-multiplier: 0.5
  80. disable-explosion-knockback: false
  81. water-over-lava-flow-speed: 5
  82. fix-cannons: true
  83. tnt-entity-height-nerf: 0
  84. use-hopper-check: true
  85. all-chunks-are-slime-chunks: false
  86. allow-undead-horse-leashing: false
  87. container-update-tick-rate: 1
  88. keep-spawn-loaded: true
  89. disable-thunder: false
  90. disable-ice-and-snow: false
  91. tick-next-tick-list-cap: 10000
  92. tick-next-tick-list-cap-ignores-redstone: false
  93. falling-blocks-collide-with-signs: false
  94. disable-mood-sounds: false
  95. use-async-lighting: false
  96. portal-search-radius: 128
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement