Facebook
From Small Lion, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 189
  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: 12
  14. messages:
  15.   whitelist: You are not whitelisted on this server!
  16.   unknown-command: Unknown command. Type "/help" for help.
  17.   server-full: The server is full!
  18.   outdated-client: Outdated client! Please use {0}
  19.   outdated-server: Outdated server! I'm still on {0}
  20.   restart: Server is restarting
  21. settings:
  22.   save-user-cache-on-stop-only: false
  23.   late-bind: true
  24.   bungeecord: true
  25.   sample-count: 12
  26.   player-shuffle: 0
  27.   user-cache-size: 1000
  28.   moved-wrongly-threshold: 0.0625
  29.   moved-too-quickly-multiplier: 10.0
  30.   timeout-time: 60
  31.   restart-on-crash: true
  32.   restart-script: ./start.sh
  33.   netty-threads: 4
  34.   debug: false
  35.   attribute:
  36.     maxHealth:
  37.       max: 2048.0
  38.     movementSpeed:
  39.       max: 2048.0
  40.     attackDamage:
  41.       max: 2048.0
  42. commands:
  43.   log: true
  44.   tab-complete: 0
  45.   send-namespaced: true
  46.   spam-exclusions:
  47.   - /skill
  48.   silent-commandblock-console: false
  49.   replace-commands:
  50.   - setblock
  51.   - summon
  52.   - testforblock
  53.   - tellraw
  54. advancements:
  55.   disable-saving: false
  56.   disabled:
  57.   - minecraft:story/disabled
  58. stats:
  59.   disable-saving: false
  60.   forced-stats: {}
  61. world-settings:
  62.   default:
  63.     verbose: true
  64.     max-tnt-per-tick: 100
  65.     mob-spawn-range: 6
  66.     hopper-amount: 1
  67.     dragon-death-sound-radius: 0
  68.     seed-village: 10387312
  69.     seed-desert: 14357617
  70.     seed-igloo: 14357618
  71.     seed-jungle: 14357619
  72.     seed-swamp: 14357620
  73.     seed-monument: 10387313
  74.     seed-shipwreck: 165745295
  75.     seed-ocean: 14357621
  76.     seed-outpost: 165745296
  77.     seed-slime: 987234911
  78.     enable-zombie-pigmen-portal-spawns: true
  79.     item-despawn-rate: 6000
  80.     arrow-despawn-rate: 1200
  81.     wither-spawn-sound-radius: 0
  82.     hanging-tick-frequency: 100
  83.     zombie-aggressive-towards-villager: true
  84.     nerf-spawner-mobs: false
  85.     hunger:
  86.       jump-walk-exhaustion: 0.05
  87.       jump-sprint-exhaustion: 0.2
  88.       combat-exhaustion: 0.1
  89.       regen-exhaustion: 6.0
  90.       swim-multiplier: 0.01
  91.       sprint-multiplier: 0.1
  92.       other-multiplier: 0.0
  93.     max-tick-time:
  94.       tile: 50
  95.       entity: 50
  96.     squid-spawn-range:
  97.       min: 45.0
  98.     merge-radius:
  99.       exp: 3.0
  100.       item: 2.5
  101.     growth:
  102.       cactus-modifier: 100
  103.       cane-modifier: 100
  104.       melon-modifier: 100
  105.       mushroom-modifier: 100
  106.       pumpkin-modifier: 100
  107.       sapling-modifier: 100
  108.       beetroot-modifier: 100
  109.       carrot-modifier: 100
  110.       potato-modifier: 100
  111.       wheat-modifier: 100
  112.       netherwart-modifier: 100
  113.       vine-modifier: 100
  114.       cocoa-modifier: 100
  115.       bamboo-modifier: 100
  116.       sweetberry-modifier: 100
  117.       kelp-modifier: 100
  118.     entity-activation-range:
  119.       animals: 32
  120.       monsters: 32
  121.       raiders: 48
  122.       misc: 16
  123.       tick-inactive-villagers: true
  124.     entity-tracking-range:
  125.       players: 48
  126.       animals: 48
  127.       monsters: 48
  128.       misc: 32
  129.       other: 64
  130.     ticks-per:
  131.       hopper-transfer: 8
  132.       hopper-check: 1
  133.