Advertisement
Guest User

Spigot.yml

a guest
Sep 11th, 2018
925
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.80 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.   bungeecord: false
  17.   late-bind: false
  18.   sample-count: 12
  19.   player-shuffle: 0
  20.   filter-creative-items: true
  21.   user-cache-size: 1000
  22.   int-cache-limit: 1024
  23.   moved-wrongly-threshold: 0.0625
  24.   moved-too-quickly-multiplier: 10.0
  25.   item-dirty-ticks: 20
  26.   timeout-time: 60
  27.   restart-on-crash: true
  28.   restart-script: ./start.sh
  29.   netty-threads: 4
  30.   attribute:
  31.     maxHealth:
  32.       max: 1.0E7
  33.     movementSpeed:
  34.       max: 5000.0
  35.     attackDamage:
  36.       max: 4000.0
  37.   debug: false
  38.   moved-too-quickly-threshold: 100.0
  39. commands:
  40.   tab-complete: 0
  41.   log: true
  42.   spam-exclusions:
  43.  - /skill
  44.   silent-commandblock-console: true
  45.   replace-commands:
  46.  - setblock
  47.   - summon
  48.   - testforblock
  49.   - tellraw
  50. messages:
  51.   whitelist: '&fWhitelisted! Check Discord for more information! https://discord.gg/sYz6ZwG'
  52.   unknown-command: '&dUnknown command. Type &7"/help"&d for help.'
  53.   server-full: '&dThe server is full!'
  54.   outdated-client: '&dOutdated client! Please use &71.12.2'
  55.   outdated-server: '&dOutdated server! I am still on &71.12.2'
  56.   restart: '&fServer is restarting.'
  57. advancements:
  58.   disable-saving: false
  59.   disabled:
  60.  - minecraft:story/disabled
  61. stats:
  62.   disable-saving: false
  63.   forced-stats: {}
  64. world-settings:
  65.   default:
  66.     verbose: true
  67.     growth:
  68.       cactus-modifier: 100
  69.       cane-modifier: 100
  70.       melon-modifier: 100
  71.       mushroom-modifier: 100
  72.       pumpkin-modifier: 100
  73.       sapling-modifier: 100
  74.       wheat-modifier: 100
  75.       netherwart-modifier: 100
  76.       vine-modifier: 100
  77.       cocoa-modifier: 100
  78.     entity-activation-range:
  79.       animals: 10
  80.       monsters: 24
  81.       misc: 6
  82.       tick-inactive-villagers: true
  83.     entity-tracking-range:
  84.       players: 48
  85.       animals: 48
  86.       monsters: 48
  87.       misc: 32
  88.       other: 64
  89.     ticks-per:
  90.       hopper-transfer: 24
  91.       hopper-check: 24
  92.     hopper-amount: 3
  93.     random-light-updates: false
  94.     save-structure-info: true
  95.     dragon-death-sound-radius: 0
  96.     seed-village: 10387312
  97.     seed-feature: 14357617
  98.     seed-monument: 10387313
  99.     seed-slime: 987234911
  100.     hunger:
  101.       jump-walk-exhaustion: 0.05
  102.       jump-sprint-exhaustion: 0.2
  103.       combat-exhaustion: 0.1
  104.       regen-exhaustion: 6.0
  105.       swim-multiplier: 0.01
  106.       sprint-multiplier: 0.1
  107.       other-multiplier: 0.0
  108.     max-tnt-per-tick: 100
  109.     max-tick-time:
  110.       tile: 50
  111.       entity: 50
  112.     squid-spawn-range:
  113.       min: 45.0
  114.     mob-spawn-range: 3
  115.     item-despawn-rate: 6000
  116.     merge-radius:
  117.       item: 3.5
  118.       exp: 6.0
  119.     arrow-despawn-rate: 600
  120.     enable-zombie-pigmen-portal-spawns: false
  121.     wither-spawn-sound-radius: 0
  122.     view-distance: 8
  123.     hanging-tick-frequency: 100
  124.     zombie-aggressive-towards-villager: true
  125.     nerf-spawner-mobs: false
  126.     max-entity-collisions: 2
  127.     anti-xray:
  128.       enabled: true
  129.       engine-mode: 1
  130.       hide-blocks:
  131.      - 14
  132.       - 15
  133.       - 16
  134.       - 21
  135.       - 48
  136.       - 49
  137.       - 54
  138.       - 56
  139.       - 73
  140.       - 74
  141.       - 82
  142.       - 129
  143.       - 130
  144.       replace-blocks:
  145.      - 1
  146.       - 5
  147.     max-bulk-chunks: 10
  148.     chunks-per-tick: 650
  149.     clear-tick-list: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement