Advertisement
Guest User

spigot.yml

a guest
Mar 20th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.79 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: 12
  14. settings:
  15.   save-user-cache-on-stop-only: false
  16.   late-bind: false
  17.   bungeecord: false
  18.   sample-count: 12
  19.   player-shuffle: 0
  20.   user-cache-size: 1000
  21.   moved-wrongly-threshold: 0.0625
  22.   moved-too-quickly-multiplier: 10.0
  23.   timeout-time: 60
  24.   restart-on-crash: true
  25.   restart-script: ./start.sh
  26.   netty-threads: 4
  27.   debug: false
  28.   attribute:
  29.     maxHealth:
  30.       max: 2048.0
  31.     movementSpeed:
  32.       max: 2048.0
  33.     attackDamage:
  34.       max: 2048.0
  35. messages:
  36.   whitelist: DKServer on hoolduses! Proovi mõne aja pärast uuesti!
  37.   unknown-command: '&8[&9&lDKServer&8] &7Tundmatu käsklus! Kasuta käsklust &9/help&7
  38.     abi saamiseks!'
  39.   server-full: '&8[&9&lDKServer&8] &7Server on täis!'
  40.   outdated-client: '&8[&9&lDKServer&8] &7Vananenud klient! Kasutage {0}!'
  41.   outdated-server: '&8[&9&lDKServer&8] &7Vananenud server! Me kasutame {0}!'
  42.   restart: DKServer läks taaskäivitusele. Oleme varsti avatud. Vabandame!
  43. commands:
  44.   log: true
  45.   tab-complete: 0
  46.   send-namespaced: true
  47.   spam-exclusions:
  48.  - /skill
  49.   silent-commandblock-console: false
  50.   replace-commands:
  51.  - setblock
  52.   - summon
  53.   - testforblock
  54.   - tellraw
  55. advancements:
  56.   disable-saving: false
  57.   disabled:
  58.  - minecraft:story/disabled
  59. stats:
  60.   disable-saving: false
  61.   forced-stats: {}
  62. world-settings:
  63.   default:
  64.     view-distance: default
  65.     max-entity-collisions: 2
  66.     verbose: true
  67.     hopper-amount: 1
  68.     dragon-death-sound-radius: 0
  69.     seed-village: 10387312
  70.     seed-desert: 14357617
  71.     seed-igloo: 14357618
  72.     seed-jungle: 14357619
  73.     seed-swamp: 14357620
  74.     seed-monument: 10387313
  75.     seed-shipwreck: 165745295
  76.     seed-ocean: 14357621
  77.     seed-outpost: 165745296
  78.     seed-slime: 987234911
  79.     max-tnt-per-tick: 10
  80.     mob-spawn-range: 6
  81.     enable-zombie-pigmen-portal-spawns: true
  82.     item-despawn-rate: 6000
  83.     arrow-despawn-rate: 300
  84.     wither-spawn-sound-radius: 0
  85.     hanging-tick-frequency: 100
  86.     zombie-aggressive-towards-villager: true
  87.     nerf-spawner-mobs: false
  88.     growth:
  89.       bamboo-modifier: 100
  90.       sweetberry-modifier: 100
  91.       kelp-modifier: 100
  92.       cactus-modifier: 100
  93.       cane-modifier: 100
  94.       melon-modifier: 100
  95.       mushroom-modifier: 100
  96.       pumpkin-modifier: 100
  97.       sapling-modifier: 100
  98.       beetroot-modifier: 100
  99.       carrot-modifier: 100
  100.       potato-modifier: 100
  101.       wheat-modifier: 100
  102.       netherwart-modifier: 100
  103.       vine-modifier: 100
  104.       cocoa-modifier: 100
  105.     entity-activation-range:
  106.       raiders: 48
  107.       animals: 16
  108.       monsters: 24
  109.       misc: 8
  110.       tick-inactive-villagers: false
  111.     entity-tracking-range:
  112.       players: 48
  113.       animals: 48
  114.       monsters: 48
  115.       misc: 32
  116.       other: 64
  117.     ticks-per:
  118.       hopper-transfer: 20
  119.       hopper-check: 20
  120.     hunger:
  121.       jump-walk-exhaustion: 0.05
  122.       jump-sprint-exhaustion: 0.2
  123.       combat-exhaustion: 0.1
  124.       regen-exhaustion: 6.0
  125.       swim-multiplier: 0.01
  126.       sprint-multiplier: 0.1
  127.       other-multiplier: 0.0
  128.     max-tick-time:
  129.       tile: 1000
  130.       entity: 1000
  131.     squid-spawn-range:
  132.       min: 45.0
  133.     merge-radius:
  134.       exp: 6
  135.       item: 4
  136.   worldeditregentempworld:
  137.     verbose: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement