Advertisement
Guest User

Spigot.yml

a guest
Jul 7th, 2015
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.26 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: 8
  14. settings:
  15.   debug: false
  16.   save-user-cache-on-stop-only: false
  17.   bungeecord: false
  18.   late-bind: false
  19.   sample-count: 12
  20.   player-shuffle: 0
  21.   filter-creative-items: true
  22.   user-cache-size: 1000
  23.   int-cache-limit: 1024
  24.   moved-wrongly-threshold: 0.0625
  25.   moved-too-quickly-threshold: 100.0
  26.   timeout-time: 60
  27.   restart-on-crash: true
  28.   restart-script: ./start.sh
  29.   netty-threads: 4
  30.   attribute:
  31.     maxHealth:
  32.       max: 2048.0
  33.     movementSpeed:
  34.       max: 2048.0
  35.     attackDamage:
  36.       max: 2048.0
  37. commands:
  38.   tab-complete: 3
  39.   log: false
  40.   spam-exclusions:
  41.  - /skill
  42.   silent-commandblock-console: false
  43.   replace-commands:
  44.  - setblock
  45.   - summon
  46.   - testforblock
  47.   - tellraw
  48. messages:
  49.   whitelist: You are not whitelisted on this server!
  50.   unknown-command: Unknown command. Type "/help" for help.
  51.   server-full: The server is full!
  52.   outdated-client: Outdated client! Please use {0}
  53.   outdated-server: Outdated server! I'm still on {0}
  54.   restart: Server is restarting
  55. stats:
  56.   disable-saving: false
  57.   forced-stats: {}
  58. world-settings:
  59.   default:
  60.     verbose: false
  61.     item-despawn-rate: 6000
  62.     merge-radius:
  63.       item: 5.0
  64.       exp: 5.0
  65.     enable-zombie-pigmen-portal-spawns: false
  66.     hanging-tick-frequency: 100
  67.     chunks-per-tick: 650
  68.     clear-tick-list: false
  69.     arrow-despawn-rate: 600
  70.     wither-spawn-sound-radius: 0
  71.     view-distance: 6
  72.     zombie-aggressive-towards-villager: true
  73.     mob-spawn-range: 4
  74.     anti-xray:
  75.       enabled: true
  76.       engine-mode: 1
  77.       hide-blocks:
  78.      - 14
  79.       - 15
  80.       - 16
  81.       - 21
  82.       - 48
  83.       - 49
  84.       - 54
  85.       - 56
  86.       - 73
  87.       - 74
  88.       - 82
  89.       - 129
  90.       - 130
  91.       replace-blocks:
  92.      - 1
  93.       - 5
  94.     nerf-spawner-mobs: false
  95.     growth:
  96.       cactus-modifier: 800
  97.       cane-modifier: 800
  98.       melon-modifier: 800
  99.       mushroom-modifier: 800
  100.       pumpkin-modifier: 800
  101.       sapling-modifier: 800
  102.       wheat-modifier: 800
  103.       netherwart-modifier: 800
  104.     entity-activation-range:
  105.       animals: 32
  106.       monsters: 32
  107.       misc: 16
  108.     entity-tracking-range:
  109.       players: 48
  110.       animals: 48
  111.       monsters: 48
  112.       misc: 32
  113.       other: 64
  114.     ticks-per:
  115.       hopper-transfer: 20
  116.       hopper-check: 20
  117.     hopper-amount: 4
  118.     random-light-updates: false
  119.     save-structure-info: true
  120.     max-bulk-chunks: 10
  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.     max-tnt-per-tick: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement