Facebook
From ccc, 9 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 531
  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.esper.net ( http://webchat.esper.net/?channel=spigot )
  11. # Forums: http://www.spigotmc.org/forum/
  12.  
  13. config-version: 6
  14. settings:
  15.   save-user-cache-on-stop-only: false
  16.   bungeecord: false
  17.   late-bind: true
  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-threshold: 100.0
  25.   timeout-time: 60
  26.   restart-on-crash: true
  27.   restart-script: ./start.sh
  28.   netty-threads: 4
  29.   attribute:
  30.     maxHealth:
  31.       max: 2048.0
  32.     movementSpeed:
  33.       max: 2048.0
  34.     attackDamage:
  35.       max: 2048.0
  36.   global-api-cache: false
  37.   debug: false
  38. messages:
  39.   whitelist: You are not whitelisted on this server!
  40.   unknown-command: '&4Blad: &cNie znana komenda'
  41.   server-full: The server is full!
  42.   outdated-client: Outdated client! Please use {}
  43.   outdated-server: Outdated server! I'm still on {0}
  44.   restart: Server is restarting
  45. commands:
  46.   tab-complete: 0
  47.   spam-exclusions:
  48.   - /skill
  49.   silent-commandblock-console: false
  50.   replace-commands:
  51.   - setblock
  52.   - summon
  53.   - testforblock
  54.   - tellraw
  55.   log: true
  56. stats:
  57.   disable-saving: false
  58.   forced-stats: {}
  59. world-settings:
  60.   default:
  61.     verbose: true
  62.     zombie-aggressive-towards-villager: true
  63.     view-distance: 5
  64.     chunks-per-tick: 650
  65.     clear-tick-list: false
  66.     merge-radius:
  67.       exp: 3.0
  68.       item: 2.5
  69.     arrow-despawn-rate: 1200
  70.     item-despawn-rate: 6000
  71.     enable-zombie-pigmen-portal-spawns: true
  72.     wither-spawn-sound-radius: 0
  73.     entity-tracking-range:
  74.       players: 48
  75.       animals: 48
  76.       monsters: 48
  77.       misc: 32
  78.       other: 64
  79.     hopper-alt-ticking: false
  80.     ticks-per:
  81.       hopper-transfer: 8
  82.       hopper-check: 8
  83.     hopper-amount: 1
  84.     random-light-updates: false
  85.     save-structure-info: true
  86.     anti-xray:
  87.       enabled: true
  88.       engine-mode: 1
  89.       hide-blocks:
  90.       - 14
  91.       - 15
  92.       - 16
  93.       - 21
  94.       - 48
  95.       - 49
  96.       - 54
  97.       - 56
  98.       - 73
  99.       - 74
  100.       - 82
  101.       - 129
  102.       - 130
  103.       replace-blocks:
  104.       - 1
  105.       - 5
  106.     mob-spawn-range: 4
  107.     nerf-spawner-mobs: false
  108.     growth:
  109.       cactus-modifier: 100
  110.       cane-modifier: 100
  111.       melon-modifier: 100
  112.       mushroom-modifier: 100
  113.       pumpkin-modifier: 100
  114.       sapling-modifier: 100
  115.       wheat-modifier: 100
  116.     entity-activation-range:
  117.       animals: 32
  118.       monsters: 10
  119.       misc: 16
  120.     max-bulk-chunks: 5
  121.     max-entity-collisions: 8
  122.     dragon-death-sound-radius: 0
  123.     seed-village: 10387312
  124.     seed-feature: 14357617
  125.     hunger:
  126.       walk-exhaustion: 0.2
  127.       sprint-exhaustion: 0.8
  128.       combat-exhaustion: 0.3
  129.       regen-exhaustion: 3.0
  130.