Advertisement
Data_Base

Untitled

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