Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 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. stackable-buckets:
  13. lava: true
  14. water: true
  15. milk: false
  16. effect-modifiers:
  17. strength: 0.6
  18. weakness: -0.5
  19. settings:
  20. baby-zombie-movement-speed: 0.5
  21. limit-player-interactions: false
  22. warnWhenSettingExcessiveVelocity: false
  23. world-settings:
  24. default:
  25. verbose: false
  26. generator-settings:
  27. canyon: true
  28. caves: true
  29. dungeon: true
  30. fortress: true
  31. mineshaft: true
  32. monument: true
  33. stronghold: false
  34. temple: true
  35. village: true
  36. flat-bedrock: true
  37. allow-block-location-tab-completion: true
  38. cache-chunk-maps: true
  39. remove-invalid-mob-spawner-tile-entities: true
  40. mob-spawner-tick-rate: 20
  41. tnt-explosion-volume: 0.0
  42. optimize-explosions: true
  43. falling-block-height-nerf: 255
  44. remove-unloaded:
  45. enderpearls: false
  46. tnt-entities: false
  47. falling-blocks: false
  48. game-mechanics:
  49. boats-drop-boats: false
  50. disable-player-crits: false
  51. disable-chest-cat-detection: true
  52. disable-end-credits: true
  53. nether-ceiling-void-damage: false
  54. load-chunks:
  55. enderpearls: true
  56. tnt-entities: true
  57. falling-blocks: true
  58. max-growth-height:
  59. cactus: 3
  60. reeds: 3
  61. squid-spawn-height:
  62. minimum: 1.0
  63. maximum: 255.0
  64. fishing-time-range:
  65. MinimumTicks: 20
  66. MaximumTicks: 50
  67. player-exhaustion:
  68. block-break: 0.0
  69. swimming: 0.0
  70. despawn-ranges:
  71. soft: 32
  72. hard: 128
  73. fast-drain:
  74. lava: false
  75. water: false
  76. lava-flow-speed:
  77. normal: 30
  78. nether: 10
  79. player-blocking-damage-multiplier: 0.5
  80. disable-explosion-knockback: true
  81. water-over-lava-flow-speed: 5
  82. fix-cannons: true
  83. tnt-entity-height-nerf: 256
  84. use-hopper-check: true
  85. all-chunks-are-slime-chunks: false
  86. allow-undead-horse-leashing: false
  87. container-update-tick-rate: 20
  88. portal-search-radius: 128
  89. disable-thunder: true
  90. disable-ice-and-snow: true
  91. tick-next-tick-list-cap: 10000
  92. tick-next-tick-list-cap-ignores-redstone: false
  93. keep-spawn-loaded: true
  94. falling-blocks-collide-with-signs: true
  95. disable-mood-sounds: true
  96. use-async-lighting: true
  97. skip-light-chunk-updates: false
  98. obsidian-destroyer: false
  99. obsidian-durability: 5
  100. sand-movement-nerf: 10000000
  101. fluid-tick-next-tick-list-cap: 1000
  102. enable-creeper-egg-freecam-check: true
  103. knockback:
  104. x: 0.93
  105. y: 0.91
  106. z: 0.93
  107. splashPotion:
  108. potionSpeedMultiplier: 1.0
  109. potionVerticalOffset: -20.0
  110. potionDistanceSetter: 0.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement