Advertisement
Guest User

Untitled

a guest
Mar 6th, 2022
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.66 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. settings:
  14.   debug: false
  15.   bungeecord: false
  16.   sample-count: 12
  17.   player-shuffle: 0
  18.   user-cache-size: 1000
  19.   save-user-cache-on-stop-only: false
  20.   moved-wrongly-threshold: 0.0625
  21.   moved-too-quickly-multiplier: 10.0
  22.   timeout-time: 60
  23.   restart-on-crash: true
  24.   restart-script: ./start.sh
  25.   netty-threads: 4
  26.   attribute:
  27.     maxHealth:
  28.       max: 2048.0
  29.     movementSpeed:
  30.       max: 2048.0
  31.     attackDamage:
  32.       max: 2048.0
  33.   log-villager-deaths: true
  34.   log-named-deaths: true
  35. messages:
  36.   whitelist: You are not whitelisted on this server!
  37.   unknown-command: Unknown command. Type "/help" for help.
  38.   server-full: The server is full!
  39.   outdated-client: Outdated client! Please use {0}
  40.   outdated-server: Outdated server! I'm still on {0}
  41.   restart: Server is restarting
  42. commands:
  43.   replace-commands:
  44.  - setblock
  45.   - summon
  46.   - testforblock
  47.   - tellraw
  48.   log: true
  49.   tab-complete: 0
  50.   send-namespaced: true
  51.   spam-exclusions:
  52.  - /skill
  53.   silent-commandblock-console: false
  54. world-settings:
  55.   default:
  56.     below-zero-generation-in-existing-chunks: true
  57.     verbose: true
  58.     growth:
  59.       twistingvines-modifier: 100
  60.       weepingvines-modifier: 100
  61.       cavevines-modifier: 100
  62.       glowberry-modifier: 100
  63.       cactus-modifier: 100
  64.       cane-modifier: 100
  65.       melon-modifier: 100
  66.       mushroom-modifier: 100
  67.       pumpkin-modifier: 100
  68.       sapling-modifier: 100
  69.       beetroot-modifier: 100
  70.       carrot-modifier: 100
  71.       potato-modifier: 100
  72.       wheat-modifier: 100
  73.       netherwart-modifier: 100
  74.       vine-modifier: 100
  75.       cocoa-modifier: 100
  76.       bamboo-modifier: 100
  77.       sweetberry-modifier: 100
  78.       kelp-modifier: 100
  79.     entity-activation-range:
  80.       water: 16
  81.       villagers: 32
  82.       flying-monsters: 32
  83.       wake-up-inactive:
  84.         animals-max-per-tick: 4
  85.         animals-every: 1200
  86.         animals-for: 100
  87.         monsters-max-per-tick: 8
  88.         monsters-every: 400
  89.         monsters-for: 100
  90.         villagers-max-per-tick: 4
  91.         villagers-every: 600
  92.         villagers-for: 100
  93.         flying-monsters-max-per-tick: 8
  94.         flying-monsters-every: 200
  95.         flying-monsters-for: 100
  96.       villagers-work-immunity-after: 100
  97.       villagers-work-immunity-for: 20
  98.       villagers-active-for-panic: true
  99.       animals: 32
  100.       monsters: 32
  101.       raiders: 48
  102.       misc: 16
  103.       tick-inactive-villagers: true
  104.     entity-tracking-range:
  105.       players: 48
  106.       animals: 48
  107.       monsters: 48
  108.       misc: 32
  109.       other: 64
  110.     ticks-per:
  111.       hopper-transfer: 8
  112.       hopper-check: 1
  113.     hopper-amount: 1
  114.     dragon-death-sound-radius: 0
  115.     seed-village: 10387312
  116.     seed-desert: 14357617
  117.     seed-igloo: 14357618
  118.     seed-jungle: 14357619
  119.     seed-swamp: 14357620
  120.     seed-monument: 10387313
  121.     seed-shipwreck: 165745295
  122.     seed-ocean: 14357621
  123.     seed-outpost: 165745296
  124.     seed-endcity: 10387313
  125.     seed-slime: 987234911
  126.     seed-bastion: 30084232
  127.     seed-fortress: 30084232
  128.     seed-mansion: 10387319
  129.     seed-fossil: 14357921
  130.     seed-portal: 34222645
  131.     merge-radius:
  132.       exp: 3.0
  133.       item: 2.5
  134.     mob-spawn-range: 4
  135.     hunger:
  136.       jump-walk-exhaustion: 0.05
  137.       jump-sprint-exhaustion: 0.2
  138.       combat-exhaustion: 0.1
  139.       regen-exhaustion: 6.0
  140.       swim-multiplier: 0.01
  141.       sprint-multiplier: 0.1
  142.       other-multiplier: 0.0
  143.     max-tnt-per-tick: 100
  144.     max-tick-time:
  145.       tile: 50
  146.       entity: 50
  147.     enable-zombie-pigmen-portal-spawns: true
  148.     item-despawn-rate: 6000
  149.     view-distance: 5
  150.     simulation-distance: default
  151.     thunder-chance: 100000
  152.     wither-spawn-sound-radius: 0
  153.     arrow-despawn-rate: 1200
  154.     trident-despawn-rate: 1200
  155.     hanging-tick-frequency: 100
  156.     zombie-aggressive-towards-villager: true
  157.     nerf-spawner-mobs: false
  158.     end-portal-sound-radius: 0
  159.   worldeditregentempworld:
  160.     verbose: false
  161. advancements:
  162.   disable-saving: false
  163.   disabled:
  164.  - minecraft:story/disabled
  165. players:
  166.   disable-saving: false
  167. config-version: 12
  168. stats:
  169.   disable-saving: false
  170.   forced-stats: {}
  171.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement