Advertisement
Guest User

spigot.yml

a guest
May 6th, 2016
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.95 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.   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.   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.   debug: false
  37. commands:
  38.   tab-complete: 0
  39.   log: true
  40.   replace-commands:
  41.  - setblock
  42.   - summon
  43.   - testforblock
  44.   - tellraw
  45.   spam-exclusions:
  46.  - /skill
  47.   silent-commandblock-console: false
  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: true
  61.     nerf-spawner-mobs: false
  62.     growth:
  63.       cactus-modifier: 100
  64.       cane-modifier: 100
  65.       melon-modifier: 100
  66.       mushroom-modifier: 100
  67.       pumpkin-modifier: 100
  68.       sapling-modifier: 100
  69.       wheat-modifier: 100
  70.       netherwart-modifier: 100
  71.     entity-activation-range:
  72.       animals: 32
  73.       monsters: 32
  74.       misc: 16
  75.     mob-spawn-range: 4
  76.     entity-tracking-range:
  77.       players: 48
  78.       animals: 48
  79.       monsters: 48
  80.       misc: 32
  81.       other: 64
  82.     ticks-per:
  83.       hopper-transfer: 8
  84.       hopper-check: 8
  85.     hopper-amount: 1
  86.     random-light-updates: false
  87.     save-structure-info: true
  88.     max-entity-collisions: 8
  89.     dragon-death-sound-radius: 0
  90.     seed-village: 10387312
  91.     seed-feature: 14357617
  92.     hunger:
  93.       walk-exhaustion: 0.2
  94.       sprint-exhaustion: 0.8
  95.       combat-exhaustion: 0.3
  96.       regen-exhaustion: 3.0
  97.     max-tnt-per-tick: 100
  98.     max-tick-time:
  99.       tile: 50
  100.       entity: 50
  101.     item-despawn-rate: 6000
  102.     merge-radius:
  103.       item: 2.5
  104.       exp: 3.0
  105.     arrow-despawn-rate: 1200
  106.     enable-zombie-pigmen-portal-spawns: true
  107.     wither-spawn-sound-radius: 0
  108.     view-distance: 10
  109.     hanging-tick-frequency: 100
  110.     zombie-aggressive-towards-villager: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement