Advertisement
Guest User

Paper.yml

a guest
Jul 7th, 2015
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.21 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. settings:
  12.   baby-zombie-movement-speed: 0.5
  13.   async-plugin-bad-magic-catcher: true
  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. data-value-allowed-items: []
  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: true
  34.       temple: true
  35.       village: true
  36.       flat-bedrock: false
  37.     water-over-lava-flow-speed: 5
  38.     game-mechanics:
  39.       disable-end-credits: true
  40.       boats-drop-boats: true
  41.       disable-player-crits: false
  42.     keep-spawn-loaded: true
  43.     falling-blocks-collide-with-signs: false
  44.     use-async-lighting: true
  45.     tick-next-tick-list-cap: 10000
  46.     tick-next-tick-list-cap-ignores-redstone: false
  47.     fix-cannons: false
  48.     allow-undead-horse-leashing: false
  49.     remove-invalid-mob-spawner-tile-entities: true
  50.     player-blocking-damage-multiplier: 0.5
  51.     optimize-explosions: true
  52.     squid-spawn-height:
  53.       minimum: 45.0
  54.       maximum: 63.0
  55.     max-growth-height:
  56.       cactus: 3
  57.       reeds: 3
  58.     fishing-time-range:
  59.       MinimumTicks: 100
  60.       MaximumTicks: 900
  61.     player-exhaustion:
  62.       block-break: 0.025
  63.       swimming: 0.015
  64.     despawn-ranges:
  65.       soft: 32
  66.       hard: 128
  67.     falling-block-height-nerf: 0
  68.     remove-unloaded:
  69.       enderpearls: true
  70.       tnt-entities: true
  71.       falling-blocks: true
  72.     nether-ceiling-void-damage: true
  73.     load-chunks:
  74.       enderpearls: false
  75.       tnt-entities: false
  76.       falling-blocks: false
  77.     fast-drain:
  78.       lava: true
  79.       water: true
  80.     lava-flow-speed:
  81.       normal: 30
  82.       nether: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement