Facebook
From Little Macaque, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 262
  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: 8
  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.   bungeecord: true
  24.   late-bind: true
  25.   sample-count: 12
  26.   player-shuffle: 0
  27.   filter-creative-items: true
  28.   user-cache-size: 1000
  29.   int-cache-limit: 1024
  30.   moved-wrongly-threshold: 0.0625
  31.   moved-too-quickly-threshold: 100.0
  32.   timeout-time: 60
  33.   restart-on-crash: true
  34.   restart-script: ./start.sh
  35.   netty-threads: 4
  36.   attribute:
  37.     maxHealth:
  38.       max: 2048.0
  39.     movementSpeed:
  40.       max: 2048.0
  41.     attackDamage:
  42.       max: 2048.0
  43.   debug: false
  44. timings:
  45.   enabled: true
  46.   verbose: true
  47.   server-name-privacy: false
  48.   hidden-config-entries:
  49.   - database
  50.   - settings.bungeecord-addresses
  51.   history-interval: 300
  52.   history-length: 3600
  53. commands:
  54.   tab-complete: 0
  55.   log: true
  56.   spam-exclusions:
  57.   - /skill
  58.   silent-commandblock-console: false
  59.   replace-commands:
  60.   - setblock
  61.   - summon
  62.   - testforblock
  63.   - tellraw
  64. stats:
  65.   disable-saving: false
  66.   forced-stats: {}
  67. world-settings:
  68.   default:
  69.     verbose: true
  70.     anti-xray:
  71.       enabled: true
  72.       engine-mode: 1
  73.       hide-blocks:
  74.       - 14
  75.       - 15
  76.       - 16
  77.       - 21
  78.       - 48
  79.       - 49
  80.       - 54
  81.       - 56
  82.       - 73
  83.       - 74
  84.       - 82
  85.       - 129
  86.       - 130
  87.       replace-blocks:
  88.       - 1
  89.       - 5
  90.     mob-spawn-range: 4
  91.     nerf-spawner-mobs: false
  92.     growth:
  93.       cactus-modifier: 100
  94.       cane-modifier: 100
  95.       melon-modifier: 100
  96.       mushroom-modifier: 100
  97.       pumpkin-modifier: 100
  98.       sapling-modifier: 100
  99.       wheat-modifier: 100
  100.       netherwart-modifier: 100
  101.     entity-activation-range:
  102.       animals: 32
  103.       monsters: 32
  104.       misc: 16
  105.     entity-tracking-range:
  106.       players: 48
  107.       animals: 48
  108.       monsters: 48
  109.       misc: 32
  110.       other: 64
  111.     ticks-per:
  112.       hopper-transfer: 8
  113.       hopper-check: 8
  114.     hopper-amount: 1
  115.     random-light-updates: false
  116.     save-structure-info: true
  117.     max-bulk-chunks: 10
  118.     max-entity-collisions: 8
  119.     dragon-death-sound-radius: 0
  120.     seed-village: 10387312
  121.     seed-feature: 14357617
  122.     hunger:
  123.       walk-exhaustion: 0.2
  124.       sprint-exhaustion: 0.8
  125.       combat-exhaustion: 0.3
  126.       regen-exhaustion: 3.0
  127.     max-tnt-per-tick: 100
  128.     max-tick-time:
  129.       tile: 50
  130.       entity: 50
  131.     item-despawn-rate: 6000
  132.     merge-radius:
  133.       item: 2.5
  134.       exp: 3.0
  135.     arrow-despawn-rate: 1200
  136.     enable-zombie-pigmen-portal-spawns: true
  137.     wither-spawn-sound-radius: 0
  138.     view-distance: 10
  139.     hanging-tick-frequency: 100
  140.     zombie-aggressive-towards-villager: true
  141.     chunks-per-tick: 650
  142.     clear-tick-list: false
  143.