Sinuce

Bungee2

Mar 12th, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.28 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: true
  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-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: Unknown command. Type "/help" for help.
  41.   server-full: The server is full!
  42.   outdated-client: Outdated client! Please use {0}
  43.   outdated-server: Outdated server! I'm still on {0}
  44.   restart: Server is restarting
  45. commands:
  46.   tab-complete: 0
  47.   log: true
  48.   spam-exclusions:
  49.  - /skill
  50.   silent-commandblock-console: false
  51.   replace-commands:
  52.  - setblock
  53.   - summon
  54.   - testforblock
  55.   - tellraw
  56. stats:
  57.   disable-saving: false
  58.   forced-stats: {}
  59. world-settings:
  60.   default:
  61.     verbose: true
  62.     mob-spawn-range: 4
  63.     anti-xray:
  64.       enabled: true
  65.       engine-mode: 1
  66.       hide-blocks:
  67.      - 14
  68.       - 15
  69.       - 16
  70.       - 21
  71.       - 48
  72.       - 49
  73.       - 54
  74.       - 56
  75.       - 73
  76.       - 74
  77.       - 82
  78.       - 129
  79.       - 130
  80.       replace-blocks:
  81.      - 1
  82.       - 5
  83.     nerf-spawner-mobs: false
  84.     growth:
  85.       cactus-modifier: 100
  86.       cane-modifier: 100
  87.       melon-modifier: 100
  88.       mushroom-modifier: 100
  89.       pumpkin-modifier: 100
  90.       sapling-modifier: 100
  91.       wheat-modifier: 100
  92.     entity-activation-range:
  93.       animals: 32
  94.       monsters: 32
  95.       misc: 16
  96.     entity-tracking-range:
  97.       players: 48
  98.       animals: 48
  99.       monsters: 48
  100.       misc: 32
  101.       other: 64
  102.     hopper-alt-ticking: false
  103.     ticks-per:
  104.       hopper-transfer: 8
  105.       hopper-check: 8
  106.     hopper-amount: 1
  107.     random-light-updates: false
  108.     save-structure-info: true
  109.     max-bulk-chunks: 10
  110.     max-entity-collisions: 8
  111.     dragon-death-sound-radius: 0
  112.     seed-village: 10387312
  113.     seed-feature: 14357617
  114.     hunger:
  115.       walk-exhaustion: 0.2
  116.       sprint-exhaustion: 0.8
  117.       combat-exhaustion: 0.3
  118.       regen-exhaustion: 3.0
  119.     max-tnt-per-tick: 100
  120.     item-despawn-rate: 6000
  121.     merge-radius:
  122.       item: 2.5
  123.       exp: 3.0
  124.     arrow-despawn-rate: 1200
  125.     enable-zombie-pigmen-portal-spawns: false
  126.     wither-spawn-sound-radius: 0
  127.     view-distance: 6
  128.     hanging-tick-frequency: 100
  129.     zombie-aggressive-towards-villager: true
  130.     chunks-per-tick: 650
  131.     clear-tick-list: false
Advertisement
Add Comment
Please, Sign In to add comment