Advertisement
thevipershowita

spigot.yml

Oct 23rd, 2019
657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.70 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: 11
  14. settings:
  15.   save-user-cache-on-stop-only: false
  16.   attribute:
  17.     maxHealth:
  18.       max: 2048.0
  19.     movementSpeed:
  20.       max: 2048.0
  21.     attackDamage:
  22.       max: 2048.0
  23.   timeout-time: 60
  24.   restart-on-crash: true
  25.   restart-script: ./start.sh
  26.   netty-threads: 4
  27.   bungeecord: false
  28.   late-bind: false
  29.   sample-count: 12
  30.   player-shuffle: 0
  31.   filter-creative-items: true
  32.   user-cache-size: 1000
  33.   int-cache-limit: 1024
  34.   moved-wrongly-threshold: 0.0625
  35.   moved-too-quickly-multiplier: 10.0
  36.   item-dirty-ticks: 20
  37.   debug: false
  38.   moved-too-quickly-threshold: 100.0
  39. commands:
  40.   tab-complete: -1
  41.   log: true
  42.   spam-exclusions:
  43.  - /skill
  44.   silent-commandblock-console: false
  45.   replace-commands:
  46.  - setblock
  47.   - summon
  48.   - testforblock
  49.   - tellraw
  50. messages:
  51.   whitelist: Whitelist is on.
  52.   unknown-command: Unknown command, try /help
  53.   server-full: Server is full!
  54.   outdated-client: outdated client
  55.   outdated-server: Outdated server! I'm still on {0}
  56.   restart: Server restarting! Come back soon.
  57. stats:
  58.   disable-saving: false
  59.   forced-stats: {}
  60. advancements:
  61.   disable-saving: false
  62.   disabled:
  63.  - minecraft:story/disabled
  64. world-settings:
  65.   default:
  66.     verbose: true
  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.       netherwart-modifier: 100
  76.       vine-modifier: 100
  77.       cocoa-modifier: 100
  78.     entity-activation-range:
  79.       animals: 20
  80.       monsters: 25
  81.       misc: 16
  82.       tick-inactive-villagers: true
  83.       water: 6
  84.     entity-tracking-range:
  85.       players: 46
  86.       animals: 46
  87.       monsters: 46
  88.       misc: 32
  89.       other: 64
  90.     mob-spawn-range: 5
  91.     ticks-per:
  92.       hopper-transfer: 8
  93.       hopper-check: 1
  94.     hopper-amount: 1
  95.     random-light-updates: false
  96.     save-structure-info: true
  97.     dragon-death-sound-radius: 0
  98.     seed-village: 10387312
  99.     seed-feature: 14357617
  100.     seed-monument: 10387313
  101.     seed-slime: 987234911
  102.     hunger:
  103.       jump-walk-exhaustion: 0.05
  104.       jump-sprint-exhaustion: 0.2
  105.       combat-exhaustion: 0.1
  106.       regen-exhaustion: 6.0
  107.       swim-multiplier: 0.01
  108.       sprint-multiplier: 0.1
  109.       other-multiplier: 0.0
  110.     max-tnt-per-tick: 100
  111.     max-tick-time:
  112.       tile: 50
  113.       entity: 50
  114.     squid-spawn-range:
  115.       min: 45.0
  116.     item-despawn-rate: 5000
  117.     merge-radius:
  118.       item: 4.5
  119.       exp: 6.0
  120.     arrow-despawn-rate: 1200
  121.     enable-zombie-pigmen-portal-spawns: true
  122.     wither-spawn-sound-radius: 0
  123.     view-distance: 5
  124.     hanging-tick-frequency: 100
  125.     zombie-aggressive-towards-villager: true
  126.     nerf-spawner-mobs: true
  127.     max-entity-collisions: 4
  128.     anti-xray:
  129.       enabled: true
  130.       engine-mode: 1
  131.       hide-blocks:
  132.      - 14
  133.       - 15
  134.       - 16
  135.       - 21
  136.       - 48
  137.       - 49
  138.       - 54
  139.       - 56
  140.       - 73
  141.       - 74
  142.       - 82
  143.       - 129
  144.       - 130
  145.       replace-blocks:
  146.      - 1
  147.       - 5
  148.     max-bulk-chunks: 10
  149.     chunks-per-tick: 700
  150.     clear-tick-list: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement