Advertisement
Guest User

Spigot.yml

a guest
Jan 26th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.46 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.   debug: false
  17.   bungeecord: true
  18.   late-bind: true
  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: false
  28.   restart-script: ./startup.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.   global-api-cache: false
  38. commands:
  39.   tab-complete: 0
  40.   log: true
  41.   spam-exclusions:
  42.  - /skill
  43.   silent-commandblock-console: false
  44.   replace-commands:
  45.  - setblock
  46.   - summon
  47.   - testforblock
  48.   - tellraw
  49. messages:
  50.   whitelist: '&cServer in mentenanta!\n&aRevenim imediat!'
  51.   unknown-command: '&cHmmm. Comanda ciudata... Foarte ciudata... Nu gasesc o asa comanda!'
  52.   server-full: '&cServerul e plin! &aIa-ti orice rank mai mare sau egal cu\n&aVIP
  53.     pentru a putea intra chiar si pe serverele pline!'
  54.   outdated-client: Outdated client! Please use {0}
  55.   outdated-server: Outdated server! I'm still on {0}
  56.   restart: Serverul se restarteaza. &aRevine in 2 minute, aveti rabdare!
  57. stats:
  58.   disable-saving: false
  59.   forced-stats: {}
  60. world-settings:
  61.   default:
  62.     verbose: true
  63.     item-despawn-rate: 1200
  64.     merge-radius:
  65.       item: 4.0
  66.       exp: 5.0
  67.     growth:
  68.       cactus-modifier: 100
  69.       cane-modifier: 100
  70.       melon-modifier: 100
  71.       mushroom-modifier: 100
  72.       pumpkin-modifier: 100
  73.       sapling-modifier: 100
  74.       wheat-modifier: 100
  75.     entity-activation-range:
  76.       animals: 10
  77.       monsters: 10
  78.       misc: 6
  79.     entity-tracking-range:
  80.       players: 48
  81.       animals: 15
  82.       monsters: 15
  83.       misc: 25
  84.       other: 10
  85.     hopper-alt-ticking: false
  86.     ticks-per:
  87.       hopper-transfer: 20
  88.       hopper-check: 20
  89.     hopper-amount: 1
  90.     random-light-updates: false
  91.     save-structure-info: true
  92.     max-bulk-chunks: 8
  93.     max-entity-collisions: 4
  94.     dragon-death-sound-radius: 0
  95.     seed-village: 10387312
  96.     seed-feature: 14357617
  97.     hunger:
  98.       walk-exhaustion: 0.2
  99.       sprint-exhaustion: 0.8
  100.       combat-exhaustion: 0.3
  101.       regen-exhaustion: 3.0
  102.     max-tnt-per-tick: 100
  103.     anti-xray:
  104.       enabled: true
  105.       engine-mode: 2
  106.       hide-blocks:
  107.      - 14
  108.       - 15
  109.       - 16
  110.       - 21
  111.       - 48
  112.       - 49
  113.       - 54
  114.       - 56
  115.       - 73
  116.       - 74
  117.       - 82
  118.       - 129
  119.       - 130
  120.       replace-blocks:
  121.      - 1
  122.       - 5
  123.     nerf-spawner-mobs: false
  124.     mob-spawn-range: 4
  125.     wither-spawn-sound-radius: 0
  126.     view-distance: 6
  127.     enable-zombie-pigmen-portal-spawns: true
  128.     hanging-tick-frequency: 100
  129.     zombie-aggressive-towards-villager: true
  130.     chunks-per-tick: 400
  131.     clear-tick-list: false
  132.     arrow-despawn-rate: 120
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement