Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 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. async-plugin-bad-magic-catcher: true
  15. limit-player-interactions: true
  16. effect-modifiers:
  17. strength: 1.3
  18. weakness: -0.5
  19. stackable-buckets:
  20. lava: false
  21. water: false
  22. milk: false
  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. squid-spawn-height:
  38. minimum: 45.0
  39. maximum: 63.0
  40. cache-chunk-maps: false
  41. remove-invalid-mob-spawner-tile-entities: true
  42. load-chunks:
  43. enderpearls: false
  44. tnt-entities: false
  45. falling-blocks: false
  46. fast-drain:
  47. lava: false
  48. water: false
  49. lava-flow-speed:
  50. normal: 30
  51. nether: 10
  52. falling-block-height-nerf: 0
  53. remove-unloaded:
  54. enderpearls: true
  55. tnt-entities: true
  56. falling-blocks: true
  57. game-mechanics:
  58. boats-drop-boats: false
  59. disable-player-crits: false
  60. disable-end-credits: false
  61. nether-ceiling-void-damage: false
  62. max-growth-height:
  63. cactus: 3
  64. reeds: 3
  65. fishing-time-range:
  66. MinimumTicks: 100
  67. MaximumTicks: 900
  68. player-exhaustion:
  69. block-break: 0.02500000037252903
  70. swimming: 0.014999999664723873
  71. despawn-ranges:
  72. soft: 32
  73. hard: 128
  74. optimize-explosions: false
  75. mob-spawner-tick-rate: 1
  76. tnt-explosion-volume: 4.0
  77. player-blocking-damage-multiplier: 0.5
  78. use-hopper-check: false
  79. disable-explosion-knockback: false
  80. water-over-lava-flow-speed: 5
  81. fix-cannons: false
  82. allow-undead-horse-leashing: false
  83. container-update-tick-rate: 1
  84. keep-spawn-loaded: true
  85. falling-blocks-collide-with-signs: false
  86. disable-mood-sounds: false
  87. use-async-lighting: false
  88. disable-thunder: false
  89. disable-ice-and-snow: false
  90. tick-next-tick-list-cap: 10000
  91. tick-next-tick-list-cap-ignores-redstone: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement