Created
February 23, 2020 18:09
-
-
Save Fejm/4d6f93cf6da427a7f0633a68a615f31c to your computer and use it in GitHub Desktop.
spigot.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This is the main configuration file for Spigot. | |
| # As you can see, there's tons to configure. Some options may impact gameplay, so use | |
| # with caution, and make sure you know what each option does before configuring. | |
| # For a reference for any variable inside this file, check out the Spigot wiki at | |
| # http://www.spigotmc.org/wiki/spigot-configuration/ | |
| # | |
| # If you need help with the configuration or have any questions related to Spigot, | |
| # join us at the IRC or drop by our forums and leave a post. | |
| # | |
| # IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ ) | |
| # Forums: http://www.spigotmc.org/ | |
| config-version: 12 | |
| settings: | |
| debug: false | |
| save-user-cache-on-stop-only: false | |
| sample-count: 12 | |
| bungeecord: true | |
| player-shuffle: 0 | |
| user-cache-size: 1000 | |
| timeout-time: 60 | |
| restart-on-crash: true | |
| restart-script: ./restart.sh | |
| netty-threads: 7 | |
| moved-wrongly-threshold: 0.0625 | |
| moved-too-quickly-multiplier: 10.0 | |
| log-villager-deaths: false | |
| attribute: | |
| maxHealth: | |
| max: 2048.0 | |
| movementSpeed: | |
| max: 2048.0 | |
| attackDamage: | |
| max: 2048.0 | |
| messages: | |
| whitelist: Na tym serwerze obowiązuje whitelista! | |
| unknown-command: Unknown command. Type "/help" for help. | |
| server-full: Serwer jest pełen! | |
| outdated-client: Outdated client! Please use {0} | |
| outdated-server: Outdated server! I'm still on {0} | |
| restart: Server is restarting | |
| commands: | |
| log: true | |
| tab-complete: 0 | |
| send-namespaced: true | |
| spam-exclusions: | |
| - /skill | |
| replace-commands: | |
| - setblock | |
| - summon | |
| - testforblock | |
| - tellraw | |
| silent-commandblock-console: false | |
| stats: | |
| disable-saving: false | |
| forced-stats: {} | |
| advancements: | |
| disable-saving: false | |
| disabled: | |
| - minecraft:story/disabled | |
| world-settings: | |
| worldeditregentempworld: | |
| verbose: false | |
| default: | |
| verbose: false | |
| view-distance: default | |
| mob-spawn-range: 3 | |
| hopper-amount: 1 | |
| max-tnt-per-tick: 48 | |
| enable-zombie-pigmen-portal-spawns: false | |
| item-despawn-rate: 6000 | |
| arrow-despawn-rate: 600 | |
| trident-despawn-rate: 1200 | |
| wither-spawn-sound-radius: 0 | |
| zombie-aggressive-towards-villager: true | |
| hanging-tick-frequency: 120 | |
| dragon-death-sound-radius: 0 | |
| seed-village: 10387312 | |
| seed-desert: 14357617 | |
| seed-igloo: 14357618 | |
| seed-jungle: 14357619 | |
| seed-swamp: 14357620 | |
| seed-monument: 10387313 | |
| seed-shipwreck: 165745295 | |
| seed-ocean: 14357621 | |
| seed-outpost: 165745296 | |
| seed-slime: 987234911 | |
| nerf-spawner-mobs: true | |
| max-entity-collisions: 3 | |
| merge-radius: | |
| exp: 3.0 | |
| item: 2.5 | |
| growth: | |
| cactus-modifier: 100 | |
| cane-modifier: 100 | |
| melon-modifier: 100 | |
| mushroom-modifier: 100 | |
| pumpkin-modifier: 100 | |
| sapling-modifier: 100 | |
| beetroot-modifier: 100 | |
| carrot-modifier: 100 | |
| potato-modifier: 100 | |
| wheat-modifier: 100 | |
| netherwart-modifier: 100 | |
| vine-modifier: 100 | |
| cocoa-modifier: 100 | |
| bamboo-modifier: 100 | |
| sweetberry-modifier: 100 | |
| kelp-modifier: 100 | |
| entity-activation-range: | |
| water: 12 | |
| animals: 8 | |
| monsters: 20 | |
| raiders: 20 | |
| misc: 4 | |
| tick-inactive-villagers: false | |
| entity-tracking-range: | |
| players: 48 | |
| animals: 48 | |
| monsters: 48 | |
| misc: 32 | |
| other: 64 | |
| ticks-per: | |
| hopper-transfer: 16 | |
| hopper-check: 2 | |
| hunger: | |
| jump-walk-exhaustion: 0.05 | |
| jump-sprint-exhaustion: 0.2 | |
| combat-exhaustion: 0.1 | |
| regen-exhaustion: 6.0 | |
| swim-multiplier: 0.01 | |
| sprint-multiplier: 0.1 | |
| other-multiplier: 0.0 | |
| max-tick-time: | |
| tile: 1000 | |
| entity: 1000 | |
| squid-spawn-range: | |
| min: 45.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment