Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.96 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.   moved-wrongly-threshold: 0.0625
  18.   moved-too-quickly-multiplier: 10.0
  19.   filter-creative-items: true
  20.   late-bind: false
  21.   sample-count: 12
  22.   bungeecord: false
  23.   netty-threads: 4
  24.   attribute:
  25.     maxHealth:
  26.       max: 2048.0
  27.     movementSpeed:
  28.       max: 2048.0
  29.     attackDamage:
  30.       max: 2048.0
  31.   int-cache-limit: 1024
  32.   player-shuffle: 0
  33.   user-cache-size: 1000
  34.   timeout-time: 60
  35.   restart-on-crash: true
  36.   restart-script: ./start.sh
  37. commands:
  38.   tab-complete: 0
  39.   silent-commandblock-console: false
  40.   log: true
  41.   spam-exclusions:
  42.  - /skill
  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: true
  61.     merge-radius:
  62.       item: 2.5
  63.       exp: 3.0
  64.     item-despawn-rate: 6000
  65.     wither-spawn-sound-radius: 0
  66.     hanging-tick-frequency: 100
  67.     enable-zombie-pigmen-portal-spawns: true
  68.     arrow-despawn-rate: 1200
  69.     seed-village: 10387312
  70.     seed-feature: 14357617
  71.     dragon-death-sound-radius: 0
  72.     max-entity-collisions: 8
  73.     growth:
  74.       cactus-modifier: 100
  75.       cane-modifier: 100
  76.       melon-modifier: 100
  77.       mushroom-modifier: 100
  78.       pumpkin-modifier: 100
  79.       sapling-modifier: 100
  80.       wheat-modifier: 100
  81.       netherwart-modifier: 100
  82.     entity-activation-range:
  83.       animals: 32
  84.       monsters: 32
  85.       misc: 16
  86.     entity-tracking-range:
  87.       players: 48
  88.       animals: 48
  89.       monsters: 48
  90.       misc: 32
  91.       other: 64
  92.     ticks-per:
  93.       hopper-transfer: 8
  94.       hopper-check: 8
  95.     hopper-amount: 1
  96.     mob-spawn-range: 4
  97.     hunger:
  98.       walk-exhaustion: 0.2
  99.       sprint-exhaustion: 0.8
  100.       combat-exhaustion: 0.3
  101.       regen-exhaustion: 3.0
  102.     save-structure-info: true
  103.     random-light-updates: false
  104.     max-tnt-per-tick: 100
  105.     max-tick-time:
  106.       tile: 50
  107.       entity: 50
  108.     zombie-aggressive-towards-villager: true
  109.     view-distance: 10
  110.     nerf-spawner-mobs: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement