Advertisement
LudnicaKiller

Untitled

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