Guest User

spigot.yml

a guest
Apr 10th, 2015
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.28 KB | None | 0 0
  1.  
  2. # This is the main configuration file for Spigot.
  3. # As you can see, there's tons to configure. Some options may impact gameplay, so use
  4. # with caution, and make sure you know what each option does before configuring.
  5. # For a reference for any variable inside this file, check out the Spigot wiki at
  6. # http://www.spigotmc.org/wiki/spigot-configuration/
  7. #
  8. # If you need help with the configuration or have any questions related to Spigot,
  9. # join us at the IRC or drop by our forums and leave a post.
  10. #
  11. # IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )
  12. # Forums: http://www.spigotmc.org/
  13.  
  14. config-version: 8
  15. settings:
  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.   global-api-cache: false
  38.   debug: false
  39. commands:
  40.   tab-complete: 0
  41.   spam-exclusions:
  42.  - /skill
  43.   silent-commandblock-console: false
  44.   replace-commands:
  45.  - setblock
  46.   - summon
  47.   - testforblock
  48.   - tellraw
  49.   log: true
  50. messages:
  51.   whitelist: You are not whitelisted on this server!
  52.   unknown-command: Unknown command. Type "/help" for help.
  53.   server-full: The server is full!
  54.   outdated-client: Outdated client! Please use {0}
  55.   outdated-server: Outdated server! I'm still on {0}
  56.   restart: Server is restarting
  57. stats:
  58.   disable-saving: false
  59.   forced-stats: {}
  60. world-settings:
  61.   default:
  62.     verbose: true
  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.     mob-spawn-range: 4
  84.     nerf-spawner-mobs: false
  85.     growth:
  86.       cactus-modifier: 100
  87.       cane-modifier: 100
  88.       melon-modifier: 100
  89.       mushroom-modifier: 100
  90.       pumpkin-modifier: 100
  91.       sapling-modifier: 100
  92.       wheat-modifier: 100
  93.     entity-activation-range:
  94.       animals: 32
  95.       monsters: 32
  96.       misc: 16
  97.     entity-tracking-range:
  98.       players: 48
  99.       animals: 48
  100.       monsters: 48
  101.       misc: 32
  102.       other: 64
  103.     hopper-alt-ticking: false
  104.     ticks-per:
  105.       hopper-transfer: 8
  106.       hopper-check: 8
  107.     hopper-amount: 1
  108.     random-light-updates: false
  109.     save-structure-info: true
  110.     max-bulk-chunks: 10
  111.     max-entity-collisions: 8
  112.     dragon-death-sound-radius: 0
  113.     seed-village: 10387312
  114.     seed-feature: 14357617
  115.     hunger:
  116.       walk-exhaustion: 0.2
  117.       sprint-exhaustion: 0.8
  118.       combat-exhaustion: 0.3
  119.       regen-exhaustion: 3.0
  120.     max-tnt-per-tick: 100
  121.     item-despawn-rate: 6000
  122.     merge-radius:
  123.       item: 2.5
  124.       exp: 3.0
  125.     arrow-despawn-rate: 1200
  126.     enable-zombie-pigmen-portal-spawns: true
  127.     view-distance: 10
  128.     wither-spawn-sound-radius: 0
  129.     hanging-tick-frequency: 100
  130.     zombie-aggressive-towards-villager: true
  131.     chunks-per-tick: 650
  132.     clear-tick-list: false
Advertisement
Add Comment
Please, Sign In to add comment