Advertisement
lcatania

Untitled

Jan 21st, 2019
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.58 KB | None | 0 0
  1. # This is the main configuration file for Spigot.
  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. # For a reference for any variable inside this file, check out the Spigot wiki at
  5. # http://www.spigotmc.org/wiki/spigot-configuration/
  6. #
  7. # If you need help with the configuration or have any questions related to Spigot,
  8. # join us at the IRC or drop by our forums and leave a post.
  9. #
  10. # IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )
  11. # Forums: http://www.spigotmc.org/
  12.  
  13. config-version: 11
  14. settings:
  15.   save-user-cache-on-stop-only: false
  16.   timeout-time: 60
  17.   restart-on-crash: false
  18.   restart-script: ./start.sh
  19.   netty-threads: 4
  20.   attribute:
  21.     maxHealth:
  22.       max: 5048.0
  23.     movementSpeed:
  24.       max: 3048.0
  25.     attackDamage:
  26.       max: 3048.0
  27.   sample-count: 12
  28.   player-shuffle: 0
  29.   user-cache-size: 1000
  30.   moved-wrongly-threshold: 0.0825
  31.   moved-too-quickly-multiplier: 15.0
  32.   bungeecord: true
  33.   late-bind: false
  34.   debug: false
  35.   filter-creative-items: true
  36.   int-cache-limit: 1024
  37.   item-dirty-ticks: 20
  38. messages:
  39.   whitelist: You are not whitelisted on this server!
  40.   unknown-command: Unknown command. Type "/help" for help.
  41.   server-full: The server is full!
  42.   outdated-client: Outdated client! Please use {0}
  43.   outdated-server: Outdated server! I'm still on {0}
  44.   restart: Server is restarting
  45. stats:
  46.   disable-saving: false
  47.   forced-stats: {}
  48. commands:
  49.   log: true
  50.   tab-complete: 0
  51.   send-namespaced: true
  52.   spam-exclusions:
  53.  - /skill
  54.   silent-commandblock-console: false
  55.   replace-commands:
  56.  - setblock
  57.   - summon
  58.   - testforblock
  59.   - tellraw
  60. advancements:
  61.   disable-saving: false
  62.   disabled:
  63.  - minecraft:story/disabled
  64. world-settings:
  65.   default:
  66.     verbose: true
  67.     hunger:
  68.       jump-walk-exhaustion: 0.05
  69.       jump-sprint-exhaustion: 0.2
  70.       combat-exhaustion: 0.1
  71.       regen-exhaustion: 6.0
  72.       swim-multiplier: 0.01
  73.       sprint-multiplier: 0.1
  74.       other-multiplier: 0.0
  75.     max-tnt-per-tick: 100
  76.     max-tick-time:
  77.       tile: 50
  78.       entity: 50
  79.     squid-spawn-range:
  80.       min: 45.0
  81.     mob-spawn-range: 6
  82.     growth:
  83.       beetroot-modifier: 100
  84.       carrot-modifier: 100
  85.       potato-modifier: 100
  86.       cactus-modifier: 100
  87.       cane-modifier: 100
  88.       melon-modifier: 100
  89.       mushroom-modifier: 100
  90.       pumpkin-modifier: 100
  91.       sapling-modifier: 100
  92.       wheat-modifier: 100
  93.       netherwart-modifier: 100
  94.       vine-modifier: 100
  95.       cocoa-modifier: 100
  96.     entity-activation-range:
  97.       animals: 32
  98.       monsters: 32
  99.       misc: 16
  100.       tick-inactive-villagers: true
  101.     entity-tracking-range:
  102.       players: 48
  103.       animals: 48
  104.       monsters: 48
  105.       misc: 32
  106.       other: 64
  107.     ticks-per:
  108.       hopper-transfer: 8
  109.       hopper-check: 1
  110.     hopper-amount: 1
  111.     random-light-updates: false
  112.     dragon-death-sound-radius: 0
  113.     seed-village: 10387312
  114.     seed-desert: 14357617
  115.     seed-igloo: 14357618
  116.     seed-jungle: 14357619
  117.     seed-swamp: 14357620
  118.     seed-monument: 10387313
  119.     seed-shipwreck: 165745295
  120.     seed-ocean: 14357621
  121.     seed-slime: 987234911
  122.     merge-radius:
  123.       exp: 3.0
  124.       item: 2.5
  125.     wither-spawn-sound-radius: 0
  126.     view-distance: 16
  127.     enable-zombie-pigmen-portal-spawns: true
  128.     item-despawn-rate: 6000
  129.     arrow-despawn-rate: 1200
  130.     hanging-tick-frequency: 100
  131.     zombie-aggressive-towards-villager: true
  132.     nerf-spawner-mobs: false
  133.     save-structure-info: true
  134.     seed-feature: 14357617
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement