############################################# ############################################# ############################################## ############################################## # bukkit.yml ############################################# ############################################# ############################################## ############################################## settings: allow-end: true warn-on-overload: true permissions-file: permissions.yml update-folder: update plugin-profiling: false connection-throttle: 4000 query-plugins: true deprecated-verbose: default shutdown-message: Server closed minimum-api: none use-map-color-cache: true spawn-limits: monsters: 210 animals: 30 water-animals: 15 water-ambient: 60 water-underground-creature: 15 axolotls: 15 ambient: 45 chunk-gc: period-in-ticks: 600 ticks-per: animal-spawns: 1200 monster-spawns: 1 water-spawns: 1 water-ambient-spawns: 1 water-underground-creature-spawns: 1 axolotl-spawns: 1 ambient-spawns: 1 autosave: 6000 aliases: now-in-commands.yml ############################################# ############################################# ############################################## ############################################## # config/gale-global.yml ############################################# ############################################# ############################################## ############################################## # This is the global configuration file for Gale. # As you can see, there's a lot to configure. Some options may impact gameplay, so use # with caution, and make sure you know what each option does before configuring. # # If you need help with the configuration or have any questions related to Gale, # join us in our Discord, or check the GitHub Wiki pages. # # The world configuration options are inside # their respective world folder. The files are named gale-world.yml # # Wiki: https://github.com/GaleMC/Gale/wiki # Discord: https://discord.gg/gwezNT8c24 _version: 1 gameplay-mechanics: enable-book-writing: true log-to-console: chat: empty-message-warning: false expired-message-warning: false not-secure-marker: true ignored-advancements: true invalid-pool-element-error-log-level: info invalid-statistics: true legacy-material-initialization: false null-id-disconnections: true player-login-locations: true plugin-library-loader: downloads: true library-loaded: true start-load-libraries-for-plugin: true set-block-in-far-chunk: true unrecognized-recipes: false misc: ignore-null-legacy-structure-data: false keepalive: send-multiple: true last-tick-time-in-tps-command: add-oversleep: false enabled: false premium-account-slow-login-timeout: -1 verify-chat-order: true small-optimizations: reduced-intervals: increase-time-statistics: 20 update-entity-line-of-sight: 4 use-xor-shift-random: auto-replenish-lootable-refill: true elytra-firework-speed: true entity-wake-up-duration: true generate-tree-with-bukkit-api: true lightning-random-tick: true ############################################# ############################################# ############################################## ############################################## # config/gale-world-defaults.yml ############################################# ############################################# ############################################## ############################################## # This is the world defaults configuration file for Gale. # As you can see, there's a lot to configure. Some options may impact gameplay, so use # with caution, and make sure you know what each option does before configuring. # # If you need help with the configuration or have any questions related to Gale, # join us in our Discord, or check the GitHub Wiki pages. # # Configuration options here apply to all worlds, unless you specify overrides inside # the world-specific config file inside each world folder. # # Wiki: https://github.com/GaleMC/Gale/wiki # Discord: https://discord.gg/gwezNT8c24 _version: 1 gameplay-mechanics: arrow-movement-resets-despawn-counter: false entities-can-random-stroll-into-non-ticking-chunks: true entity-wake-up-duration-ratio-standard-deviation: 0.2 fixes: broadcast-crit-animations-as-the-entity-being-critted: false keep-mooshroom-rotation-after-shearing: true mc-110386: true mc-121706: false mc-238526: false mc-31819: true hide-flames-on-entities-with-fire-resistance: false technical: load-portal-destination-chunk-before-entity-teleport: false try-respawn-ender-dragon-after-end-crystal-place: true small-optimizations: load-chunks: to-activate-climbing-entities: false to-spawn-phantoms: false max-projectile-chunk-loads: per-projectile: max: 10 remove-from-world-after-reach-limit: false reset-movement-after-reach-limit: false per-tick: 10 reduced-intervals: acquire-poi-for-stuck-entity: 60 check-nearby-item: hopper: interval: 1 minecart: interval: 1 temporary-immunity: check-for-minecart-near-item-interval: 20 check-for-minecart-near-item-while-active: false check-for-minecart-near-item-while-inactive: true duration: 100 max-item-horizontal-distance: 24.0 max-item-vertical-distance: 4.0 nearby-item-max-age: 1200 check-stuck-in-wall: 10 villager-item-repickup: 100 save-fireworks: true use-optimized-sheep-offspring-color: true ############################################# ############################################# ############################################## ############################################## # config/leaf-global.yml ############################################# ############################################# ############################################## ############################################## # Leaf Config # Github Repo: https://github.com/Winds-Studio/Leaf # Discord: https://discord.com/invite/gfgAwdSEuM # QQ Group: 619278377 config-version: 3.0 ########### # ASYNC # ########### async: # Make entity tracking saving asynchronously, can improve performance significantly, # especially in some massive entities in small area situations. async-entity-tracker: enabled: true # Enable compat mode ONLY if Citizens or NPC plugins using real entity has installed, # Compat mode fixed visible issue with player type NPCs of Citizens, # But still recommend to use packet based / virtual entity NPC plugin, e.g. ZNPC Plus, Adyeshach, Fancy NPC or else. compat-mode: true max-threads: 4 keepalive: 60 # Make PlayerData saving asynchronously. async-playerdata-save: enabled: true async-pathfinding: enabled: true max-threads: 4 keepalive: 60 # Whether or not asynchronous mob spawning should be enabled. # On servers with many entities, this can improve performance by up to 15%. You must have # paper's per-player-mob-spawns setting set to true for this to work. # One quick note - this does not actually spawn mobs async (that would be very unsafe). # This just offloads some expensive calculations that are required for mob spawning. async-mob-spawning: enabled: true ########## # PERF # ########## performance: # Use the new Virtual Thread introduced in JDK 21 for CraftAsyncScheduler. use-virtual-thread-for-async-scheduler: true # Throttles the AI goal selector in entity inactive ticks. # This can improve performance by a few percent, but has minor gameplay implications. inactive-goal-selector-throttle: true skip-map-item-data-updates-if-map-does-not-have-craftmaprenderer: true skip-ai-for-non-aware-mob: true reduce-packets: reduce-entity-move-packets: false optimized-powered-rails: true optimize-minecart: # Enable this feature to handle a large amount of stacked minecarts better. # By skipping tick collisions to reduce expensive getEntities # and bukkit event calls, useful for anarchy servers. enabled: false skip-tick-count: 30 # May cause the inconsistent order of future compose tasks. faster-structure-gen-future-sequencing: true # Use faster random generator? (Up to 100X faster) # Requires a JVM that supports RandomGenerator and the LXM generators. # Some JREs don't support this and will cause a crash. faster-random-generator: enabled: true # Warn if you are not using legacy random source for slime chunk generation. warn-for-slime-chunk: false # Use legacy random source for slime chunk generation, # to follow vanilla behavior. use-legacy-random-for-slime-chunk: true # These values define a entity's maximum lifespan. If an # entity is in this list and it has survived for longer than # that number of ticks, then it will be removed. Setting a value to # -1 disables this feature. entity-timeouts: SNOWBALL: -1 LLAMA_SPIT: -1 ALLAY: -1 AREA_EFFECT_CLOUD: -1 ARMADILLO: -1 ARMOR_STAND: -1 ARROW: -1 AXOLOTL: -1 BAT: -1 BEE: -1 BLAZE: -1 BLOCK_DISPLAY: -1 BOAT: -1 BOGGED: -1 BREEZE: -1 BREEZE_WIND_CHARGE: -1 CAMEL: -1 CAT: -1 CAVE_SPIDER: -1 CHEST_BOAT: -1 CHEST_MINECART: -1 CHICKEN: -1 COD: -1 COMMAND_BLOCK_MINECART: -1 COW: -1 CREEPER: -1 DOLPHIN: -1 DONKEY: -1 DRAGON_FIREBALL: -1 DROWNED: -1 EGG: -1 ELDER_GUARDIAN: -1 END_CRYSTAL: -1 ENDER_DRAGON: -1 ENDER_PEARL: -1 ENDERMAN: -1 ENDERMITE: -1 EVOKER: -1 EVOKER_FANGS: -1 EXPERIENCE_BOTTLE: -1 EXPERIENCE_ORB: -1 EYE_OF_ENDER: -1 FALLING_BLOCK: -1 FIREWORK_ROCKET: -1 FOX: -1 FROG: -1 FURNACE_MINECART: -1 GHAST: -1 GIANT: -1 GLOW_ITEM_FRAME: -1 GLOW_SQUID: -1 GOAT: -1 GUARDIAN: -1 HOGLIN: -1 HOPPER_MINECART: -1 HORSE: -1 HUSK: -1 ILLUSIONER: -1 INTERACTION: -1 IRON_GOLEM: -1 ITEM: -1 ITEM_DISPLAY: -1 ITEM_FRAME: -1 OMINOUS_ITEM_SPAWNER: -1 FIREBALL: -1 LEASH_KNOT: -1 LIGHTNING_BOLT: -1 LLAMA: -1 MAGMA_CUBE: -1 MARKER: -1 MINECART: -1 MOOSHROOM: -1 MULE: -1 OCELOT: -1 PAINTING: -1 PANDA: -1 PARROT: -1 PHANTOM: -1 PIG: -1 PIGLIN: -1 PIGLIN_BRUTE: -1 PILLAGER: -1 POLAR_BEAR: -1 POTION: -1 PUFFERFISH: -1 RABBIT: -1 RAVAGER: -1 SALMON: -1 SHEEP: -1 SHULKER: -1 SHULKER_BULLET: -1 SILVERFISH: -1 SKELETON: -1 SKELETON_HORSE: -1 SLIME: -1 SMALL_FIREBALL: -1 SNIFFER: -1 SNOW_GOLEM: -1 SPAWNER_MINECART: -1 SPECTRAL_ARROW: -1 SPIDER: -1 SQUID: -1 STRAY: -1 STRIDER: -1 TADPOLE: -1 TEXT_DISPLAY: -1 TNT: -1 TNT_MINECART: -1 TRADER_LLAMA: -1 TRIDENT: -1 TROPICAL_FISH: -1 TURTLE: -1 VEX: -1 VILLAGER: -1 VINDICATOR: -1 WANDERING_TRADER: -1 WARDEN: -1 WIND_CHARGE: -1 WITCH: -1 WITHER: -1 WITHER_SKELETON: -1 WITHER_SKULL: -1 WOLF: -1 ZOGLIN: -1 ZOMBIE: -1 ZOMBIE_HORSE: -1 ZOMBIE_VILLAGER: -1 ZOMBIFIED_PIGLIN: -1 FISHING_BOBBER: -1 enable-cached-minecraft-to-bukkit-entitytype-convert: true # Optimizes entity brains when # they're far away from the player dab: enabled: true # This value determines how far away an entity has to be # from the player to start being effected by DEAR. start-distance: 12 # This value defines how often in ticks, the furthest entity # will get their pathfinders and behaviors ticked. 20 = 1s max-tick-freq: 20 # This value defines how much distance modifies an entity's # tick frequency. freq = (distanceToPlayer^2) / (2^value)", # If you want further away entities to tick less often, use 7. # If you want further away entities to tick more often, try 9. activation-dist-mod: 8 # A list of entities to ignore for activation blacklisted-entities: [] dont-save-entity: # Disable save primed tnt on chunk unloads. # Useful for redstone/technical servers, can prevent machines from being exploded by TNT, # when player disconnected caused by Internet issue. dont-save-primed-tnt: false dont-save-falling-block: false ########### # FIXES # ########### fixes: # Don't let player join server if the server is full. # If enable this, you should use 'purpur.joinfullserver' permission instead of # PlayerLoginEvent#allow to let player join full server. dont-place-player-if-server-full: false ############## # GAMEPLAY # ############## gameplay-mechanisms: use-spigot-item-merging-mechanism: true # Don't touch this unless you know what you are doing! max-item-stack-count: max-dropped-items-stack-count: 0 max-container-destroy-count: 0 knockback: # Make snowball can knockback players snowball-knockback-players: false # Make egg can knockback players egg-knockback-players: false # Make players can knockback zombie can-player-knockback-zombie: true player: # Disable moved quickly/wrongly checks disable-moved-wrongly-threshold: true # The max distance of UseItem for players. # Set to -1 to disable max-distance-check. # NOTE: if set to -1 to disable the check, # players are able to use some packet modules of hack clients, # and NoCom Exploit!! max-use-item-distance: 1.0000001 ############# # NETWORK # ############# network: protocol-support: jade-protocol: false appleskin-protocol: false asteorbar-protocol: false chatimage-protocol: false xaero-map-protocol: false xaero-map-server-id: -1876704857 syncmatica-protocol: false syncmatica-quota: false syncmatica-quota-limit: 40000000 # Whether or not enable chat message signature, # disable will prevent players to report chat messages. # And also disables the popup when joining a server without # 'secure chat', such as offline-mode servers. chat-message-signature: true ########## # MISC # ########## misc: message: # Unknown command message, using MiniMessage format, set to "default" to use vanilla message. unknown-command: rebrand: server-mod-name: Leaf server-gui-name: Leaf Console # Sentry DSN for improved error logging, leave blank to disable, # Obtain from https://sentry.io/ sentry-dsn: '' # Once you enable secure seed, all ores and structures are generated with 1024-bit seed # instead of using 64-bit seed in vanilla, made seed cracker become impossible. # WARNING! You need to backup your server and prepare a new world if you want to enable it, # at least for now. secure-seed: enabled: false # Remove Vanilla username check # allowing all characters as username remove-vanilla-username-check: true # Enable player enter backend server through proxy # without backend server enabling its bungee mode remove-spigot-check-bungee-config: true # Enable to prevent console spam. remove-change-non-editable-sign-warning: false # Linear is a region file format that uses ZSTD compression instead of # ZLIB. # This format saves about 50% of disk space. # Read Documentation before using: https://github.com/xymb-endcrystalme/LinearRegionFileFormatTools # Disclaimer: This is an experimental feature, there is potential risk to lose chunk data. # So backup your server before switching to Linear. region-format-settings: # Available region formats: MCA, LINEAR region-format: MCA linear-compress-level: 1 throw-on-unknown-extension-detected: false flush-interval-seconds: 5 including-5s-in-get-tps: true # Controls whether specified component information is sent to clients. # This may break resource packs and mods that rely on this information. # It needs a component type list, incorrect things will not work. # You can fill it with ["custom_data"] to hide components of CUSTOM_DATA. # Also, it can avoid some frequent client animations. # NOTICE: You must know what you're filling in and how it works! It will handle all itemStacks! hidden-item-components: [] # Connection message, using MiniMessage format, set to "default" to use vanilla join message. # available placeholders: # %player_name% - player name # %player_displayname% - player display name connection-message: join: enabled: true # Join message of player message: default quit: enabled: true # Quit message of player message: default cache: # Cache the player profile result on they first join. # It's useful if Mojang's verification server is down. cache-player-profile-result: true # The timeout of the cache. Unit: Minutes. cache-player-profile-result-timeout: 1440 ############################################# ############################################# ############################################## ############################################## # config/paper-global.yml ############################################# ############################################# ############################################## ############################################## # This is the global configuration file for Paper. # As you can see, there's a lot to configure. Some options may impact gameplay, so use # with caution, and make sure you know what each option does before configuring. # # If you need help with the configuration or have any questions related to Paper, # join us in our Discord or check the docs page. # # The world configuration options have been moved inside # their respective world folder. The files are named paper-world.yml # # Docs: https://docs.papermc.io/ # Discord: https://discord.gg/papermc # Website: https://papermc.io/ _version: 29 block-updates: disable-chorus-plant-updates: false disable-mushroom-block-updates: false disable-noteblock-updates: false disable-tripwire-updates: false chunk-loading-advanced: auto-config-send-distance: true player-max-concurrent-chunk-generates: 0 player-max-concurrent-chunk-loads: 0 chunk-loading-basic: player-max-chunk-generate-rate: -1.0 player-max-chunk-load-rate: -1.0 player-max-chunk-send-rate: -1.0 chunk-system: gen-parallelism: 'true' io-threads: 4 worker-threads: 48 collisions: enable-player-collisions: true send-full-pos-for-hard-colliding-entities: true commands: fix-target-selector-tag-completion: true suggest-player-names-when-null-tab-completions: true time-command-affects-all-worlds: false console: enable-brigadier-completions: true enable-brigadier-highlighting: true has-all-permissions: false item-validation: book: author: 8192 page: 16384 title: 8192 book-size: page-max: 2560 total-multiplier: 0.98 display-name: 8192 lore-line: 8192 resolve-selectors-in-books: false logging: deobfuscate-stacktraces: true messages: kick: authentication-servers-down: connection-throttle: Connection throttled! Please wait before reconnecting. flying-player: flying-vehicle: no-permission: I'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is in error. use-display-name-in-quit-message: false misc: chat-threads: chat-executor-core-size: -1 chat-executor-max-size: -1 client-interaction-leniency-distance: default compression-level: 1 fix-entity-position-desync: true load-permissions-yml-before-plugins: true max-joins-per-tick: 5 region-file-cache-size: 256 strict-advancement-dimension-check: false use-alternative-luck-formula: true use-dimension-type-for-custom-spawners: false packet-limiter: all-packets: action: KICK interval: 7.0 max-packet-rate: 500.0 kick-message: overrides: ServerboundPlaceRecipePacket: action: DROP interval: 4.0 max-packet-rate: 5.0 player-auto-save: max-per-tick: -1 rate: -1 proxies: bungee-cord: online-mode: true proxy-protocol: false velocity: enabled: false online-mode: true secret: '' scoreboards: save-empty-scoreboard-teams: true track-plugin-scoreboards: false spam-limiter: incoming-packet-threshold: 300 recipe-spam-increment: 1 recipe-spam-limit: 20 tab-spam-increment: 1 tab-spam-limit: 500 spark: enable-immediately: false enabled: true timings: enabled: false hidden-config-entries: - database - proxies.velocity.secret history-interval: 300 history-length: 3600 server-name: Unknown Server server-name-privacy: false url: https://timings.aikar.co/ verbose: true unsupported-settings: allow-headless-pistons: false allow-permanent-block-break-exploits: false allow-piston-duplication: false allow-tripwire-disarming-exploits: false allow-unsafe-end-portal-teleportation: false compression-format: NONE perform-username-validation: true skip-vanilla-damage-tick-when-shield-blocked: false watchdog: early-warning-delay: 10000 early-warning-every: 5000 ############################################# ############################################# ############################################## ############################################## # config/paper-world-defaults.yml ############################################# ############################################# ############################################## ############################################## # This is the world defaults configuration file for Paper. # As you can see, there's a lot to configure. Some options may impact gameplay, so use # with caution, and make sure you know what each option does before configuring. # # If you need help with the configuration or have any questions related to Paper, # join us in our Discord or check the docs page. # # Configuration options here apply to all worlds, unless you specify overrides inside # the world-specific config file inside each world folder. # # Docs: https://docs.papermc.io/ # Discord: https://discord.gg/papermc # Website: https://papermc.io/ _version: 31 anticheat: anti-xray: enabled: false engine-mode: 1 hidden-blocks: - copper_ore - deepslate_copper_ore - raw_copper_block - gold_ore - deepslate_gold_ore - iron_ore - deepslate_iron_ore - raw_iron_block - coal_ore - deepslate_coal_ore - lapis_ore - deepslate_lapis_ore - mossy_cobblestone - obsidian - chest - diamond_ore - deepslate_diamond_ore - redstone_ore - deepslate_redstone_ore - clay - emerald_ore - deepslate_emerald_ore - ender_chest lava-obscures: false max-block-height: 64 replacement-blocks: - stone - oak_planks - deepslate update-radius: 2 use-permission: false obfuscation: items: hide-durability: false hide-itemmeta: false hide-itemmeta-with-visual-effects: false chunks: auto-save-interval: default delay-chunk-unloads-by: 10s entity-per-chunk-save-limit: arrow: -1 ender_pearl: -1 experience_orb: -1 fireball: -1 small_fireball: -1 snowball: -1 fixed-chunk-inhabited-time: -1 flush-regions-on-save: false max-auto-save-chunks-per-tick: 24 prevent-moving-into-unloaded-chunks: false collisions: allow-player-cramming-damage: false allow-vehicle-collisions: true fix-climbing-bypassing-cramming-rule: false max-entity-collisions: 8 only-players-collide: false command-blocks: force-follow-perm-level: true permissions-level: 2 entities: armor-stands: do-collision-entity-lookups: true tick: true behavior: allow-spider-world-border-climbing: true baby-zombie-movement-modifier: 0.5 disable-chest-cat-detection: false disable-creeper-lingering-effect: false disable-player-crits: false door-breaking-difficulty: husk: - HARD vindicator: - NORMAL - HARD zombie: - HARD zombie_villager: - HARD zombified_piglin: - HARD ender-dragons-death-always-places-dragon-egg: false experience-merge-max-value: -1 mobs-can-always-pick-up-loot: skeletons: false zombies: false nerf-pigmen-from-nether-portals: false only-merge-items-horizontally: false parrots-are-unaffected-by-player-movement: false phantoms-do-not-spawn-on-creative-players: true phantoms-only-attack-insomniacs: true phantoms-spawn-attempt-max-seconds: 119 phantoms-spawn-attempt-min-seconds: 60 piglins-guard-chests: true pillager-patrols: disable: false spawn-chance: 0.2 spawn-delay: per-player: false ticks: 12000 start: day: 5 per-player: false player-insomnia-start-ticks: 72000 should-remove-dragon: false spawner-nerfed-mobs-should-jump: false zombie-villager-infection-chance: default zombies-target-turtle-eggs: true entities-target-with-follow-range: false markers: tick: true mob-effects: immune-to-wither-effect: wither: true wither-skeleton: true spiders-immune-to-poison-effect: true sniffer: boosted-hatch-time: default hatch-time: default spawning: all-chunks-are-slime-chunks: false alt-item-despawn-rate: enabled: false items: cobblestone: 300 count-all-mobs-for-spawning: false creative-arrow-despawn-rate: default despawn-range-shape: ELLIPSOID despawn-ranges: ambient: hard: default soft: default axolotls: hard: default soft: default creature: hard: default soft: default misc: hard: default soft: default monster: hard: default soft: default underground_water_creature: hard: default soft: default water_ambient: hard: default soft: default water_creature: hard: default soft: default disable-mob-spawner-spawn-egg-transformation: false duplicate-uuid: mode: SAFE_REGEN safe-regen-delete-range: 32 filter-bad-tile-entity-nbt-from-falling-blocks: true filtered-entity-tag-nbt-paths: - Pos - Motion - SleepingX - SleepingY - SleepingZ iron-golems-can-spawn-in-air: false monster-spawn-max-light-level: default non-player-arrow-despawn-rate: default per-player-mob-spawns: true scan-for-legacy-ender-dragon: true skeleton-horse-thunder-spawn-chance: default slime-spawn-height: slime-chunk: maximum: 40.0 surface-biome: maximum: 70.0 minimum: 50.0 spawn-limits: ambient: -1 axolotls: -1 creature: -1 monster: -1 underground_water_creature: -1 water_ambient: -1 water_creature: -1 spawning-throttle: failed-attempts-threshold: disabled throttled-ticks-per-spawn: ambient: -1 axolotls: -1 creature: -1 monster: -1 underground_water_creature: -1 water_ambient: -1 water_creature: -1 ticks-per-spawn: ambient: -1 axolotls: -1 creature: -1 monster: -1 underground_water_creature: -1 water_ambient: -1 water_creature: -1 wandering-trader: spawn-chance-failure-increment: 25 spawn-chance-max: 75 spawn-chance-min: 25 spawn-day-length: 24000 spawn-minute-length: 1200 wateranimal-spawn-height: maximum: default minimum: default tracking-range-y: animal: default display: default enabled: false misc: default monster: default other: default player: default environment: disable-explosion-knockback: false disable-ice-and-snow: false disable-teleportation-suffocation-check: false disable-thunder: false fire-tick-delay: 30 frosted-ice: delay: max: 40 min: 20 enabled: true generate-flat-bedrock: false locate-structures-outside-world-border: false max-block-ticks: 65536 max-fluid-ticks: 65536 nether-ceiling-void-damage-height: disabled optimize-explosions: true portal-create-radius: 16 portal-search-radius: 128 portal-search-vanilla-dimension-scaling: true treasure-maps: enabled: true find-already-discovered: loot-tables: default villager-trade: false water-over-lava-flow-speed: 5 feature-seeds: generate-random-seeds-for-all: false fishing-time-range: maximum: 600 minimum: 100 fixes: disable-unloaded-chunk-enderpearl-exploit: true falling-block-height-nerf: disabled fix-items-merging-through-walls: false prevent-tnt-from-moving-in-water: false split-overstacked-loot: true tnt-entity-height-nerf: disabled hopper: cooldown-when-full: true disable-move-event: false ignore-occluding-blocks: false lootables: auto-replenish: false max-refills: -1 refresh-max: 2d refresh-min: 12h reset-seed-on-fill: true restrict-player-reloot: true restrict-player-reloot-time: disabled retain-unlooted-shulker-box-loot-table-on-non-player-break: true maps: item-frame-cursor-limit: 128 item-frame-cursor-update-interval: 10 max-growth-height: bamboo: max: 16 min: 11 cactus: 3 reeds: 3 misc: alternate-current-update-order: HORIZONTAL_FIRST_OUTWARD disable-end-credits: false disable-relative-projectile-velocity: false disable-sprint-interruption-on-attack: false light-queue-size: 20 max-leash-distance: default redstone-implementation: VANILLA shield-blocking-delay: 5 show-sign-click-command-failure-msgs-to-player: false update-pathfinding-on-block-update: true scoreboards: allow-non-player-entities-on-scoreboards: true use-vanilla-world-scoreboard-name-coloring: false spawn: allow-using-signs-inside-spawn-protection: false tick-rates: behavior: villager: validatenearbypoi: -1 container-update: 1 dry-farmland: 1 grass-spread: 1 mob-spawner: 1 sensor: villager: secondarypoisensor: 40 wet-farmland: 1 unsupported-settings: disable-world-ticking-when-empty: false fix-invulnerable-end-crystal-exploit: true ############################################# ############################################# ############################################## ############################################## # purpur.yml ############################################# ############################################# ############################################## ############################################## # This is the main configuration file for Purpur. # 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. # # If you need help with the configuration or have any questions related to Purpur, # join us in our Discord guild. # # Website: https://purpurmc.org # Docs: https://purpurmc.org/docs verbose: false settings: server-mod-name: Purpur use-alternate-keepalive: false logger: suppress-init-legacy-material-errors: false suppress-ignored-advancement-warnings: false suppress-unrecognized-recipe-errors: false suppress-setblock-in-far-chunk-errors: false suppress-library-loader: false messages: cannot-ride-mob: You cannot mount that mob afk-broadcast-away: %s is now AFK afk-broadcast-back: %s is no longer AFK afk-title-away: AFK:You are now AFK...:10:70:20 afk-broadcast-use-display-name: false afk-tab-list-prefix: '[AFK] ' afk-tab-list-suffix: '' afk-command-cooldown: 0 afk-command-cooldown-msg: You need to wait %time%s to use /afk. credits-command-output: %s has been shown the end credits demo-command-output: %s has been shown the demo screen ping-command-output: %s's ping is %sms ram-command-output: 'Ram Usage: / ()' rambar-command-output: Rambar toggled for tpsbar-command-output: Tpsbar toggled for dont-run-with-scissors: Don't run with scissors! uptime-command-output: Server uptime is unverified-username: default sleep-skipping-night: default sleeping-players-percent: default sleep-not-possible: default death-message: run-with-scissors: slipped and fell on their shears stonecutter: has sawed themself in half register-minecraft-debug-commands: false disable-give-dropping: false bee-count-payload: false tps-catchup: true fix-projectile-looting-transfer: false clamp-attributes: true limit-armor: true player-deaths-always-show-item: false startup-commands: [] broadcasts: advancement: only-broadcast-to-affected-player: false death: only-broadcast-to-affected-player: false lagging-threshold: 19.0 command: rambar: title: Ram: / () overlay: NOTCHED_20 progress-color: good: GREEN medium: YELLOW low: RED text-color: good: medium: low: tick-interval: 20 tpsbar: title: TPS: MSPT: Ping: ms overlay: NOTCHED_20 fill-mode: MSPT progress-color: good: GREEN medium: YELLOW low: RED text-color: good: medium: low: tick-interval: 20 compass: title: 'S · ◈ · ◈ · ◈ · SW · ◈ · ◈ · ◈ · W · ◈ · ◈ · ◈ · NW · ◈ · ◈ · ◈ · N · ◈ · ◈ · ◈ · NE · ◈ · ◈ · ◈ · E · ◈ · ◈ · ◈ · SE · ◈ · ◈ · ◈ · S · ◈ · ◈ · ◈ · SW · ◈ · ◈ · ◈ · W · ◈ · ◈ · ◈ · NW · ◈ · ◈ · ◈ · N · ◈ · ◈ · ◈ · NE · ◈ · ◈ · ◈ · E · ◈ · ◈ · ◈ · SE · ◈ · ◈ · ◈ · ' overlay: PROGRESS progress-color: BLUE percent: 1.0 tick-interval: 5 gamemode: requires-specific-permission: false hide-hidden-players-from-entity-selector: false uptime: format: day: '%02d day, ' days: '%02d days, ' hour: '%02d hour, ' hours: '%02d hours, ' minute: '%02d minute, and ' minutes: '%02d minutes, and ' second: '%02d second' seconds: '%02d seconds' blocks: barrel: rows: 3 chest_boat: rows: 3 ender_chest: six-rows: false use-permissions-for-rows: false crying_obsidian: valid-for-portal-frame: false beehive: max-bees-inside: 3 anvil: cumulative-cost: true lightning_rod: range: 128 grindstone: ignored-enchants: - minecraft:binding_curse - minecraft:vanishing_curse remove-attributes: false remove-name-and-lore: false cave_vines: max-growth-age: 25 kelp: max-growth-age: 25 twisting_vines: max-growth-age: 25 weeping_vines: max-growth-age: 25 magma-block: reverse-bubble-column-flow: false soul-sand: reverse-bubble-column-flow: false enchantment: allow-looting-on-shears: false anvil: allow-unsafe-enchants: false allow-inapplicable-enchants: true allow-incompatible-enchants: true allow-higher-enchants-levels: true replace-incompatible-enchants: false allow-unsafe-enchant-command: false clamp-levels: false entity: enderman: short-height: false allow-water-placement-in-the-end: true network: upnp-port-forwarding: false max-joins-per-second: false kick-for-out-of-order-chat: true username-valid-characters: ^[a-zA-Z0-9_.]*$ blast-resistance-overrides: {} block-fall-multipliers: minecraft:blue_bed: distance: 0.5 minecraft:green_bed: distance: 0.5 minecraft:orange_bed: distance: 0.5 minecraft:black_bed: distance: 0.5 minecraft:yellow_bed: distance: 0.5 minecraft:lime_bed: distance: 0.5 minecraft:brown_bed: distance: 0.5 minecraft:light_gray_bed: distance: 0.5 minecraft:magenta_bed: distance: 0.5 minecraft:purple_bed: distance: 0.5 minecraft:light_blue_bed: distance: 0.5 minecraft:pink_bed: distance: 0.5 minecraft:red_bed: distance: 0.5 minecraft:hay_block: damage: 0.2 minecraft:white_bed: distance: 0.5 minecraft:gray_bed: distance: 0.5 minecraft:cyan_bed: distance: 0.5 config-version: 35 world-settings: default: blocks: observer: disable-clock: false anvil: allow-colors: false use-mini-message: false iron-ingots-used-for-repair: 0 obsidian-used-for-damage: 0 azalea: growth-chance: 0.0 beacon: effect-range: level-1: 20 level-2: 30 level-3: 40 level-4: 50 allow-effects-with-tinted-glass: false bed: explode: true explode-on-villager-sleep: false explosion-power: 5.0 explosion-fire: true explosion-effect: BLOCK big_dripleaf: tilt-delay: FULL: 100 PARTIAL: 10 UNSTABLE: 10 cactus: breaks-from-solid-neighbors: true affected-by-bonemeal: false sugar_cane: affected-by-bonemeal: false nether_wart: affected-by-bonemeal: false campfire: lit-when-placed: true chest: open-with-solid-block-on-top: false composter: sneak-to-bulk-process: false coral: die-outside-water: true dispenser: apply-cursed-to-armor-slots: true place-anvils: false door: requires-redstone: [] dragon_egg: teleport: true end-crystal: baseless: explode: true explosion-power: 6.0 explosion-fire: false explosion-effect: BLOCK base: explode: true explosion-power: 6.0 explosion-fire: false explosion-effect: BLOCK cramming-amount: 0 farmland: bypass-mob-griefing: false gets-moist-from-below: false use-alpha-farmland: false disable-trampling: false only-players-trample: false feather-fall-distance-affects-trampling: false trample-height: -1.0 flowering_azalea: growth-chance: 0.0 furnace: use-lava-from-underneath: false packed_ice: allow-mob-spawns: true blue_ice: allow-mob-spawns: true allow-snow-formation: true lava: infinite-required-sources: 2 speed: nether: 10 not-nether: 30 piston: block-push-limit: 12 magma-block: damage-when-sneaking: false powder_snow: bypass-mob-griefing: false powered-rail: activation-range: 8 respawn_anchor: explode: true explosion-power: 5.0 explosion-fire: true explosion-effect: BLOCK sculk_shrieker: can-summon-default: false sign: allow-colors: false slab: break-individual-slabs-when-sneaking: false spawner: fix-mc-238526: false deactivate-by-redstone: false sponge: absorption: area: 65 radius: 6 absorbs-lava: false absorbs-water-from-mud: false stonecutter: damage: 0.0 turtle_egg: break-from-exp-orbs: false break-from-items: false break-from-minecarts: false bypass-mob-griefing: false random-tick-crack-chance: 500 feather-fall-distance-affects-trampling: false water: infinite-required-sources: 2 enchantment-table: lapis-persists: false conduit: effect-distance: 16 mob-damage: distance: 8.0 damage-amount: 4.0 valid-ring-blocks: - minecraft:prismarine - minecraft:prismarine_bricks - minecraft:sea_lantern - minecraft:dark_prismarine cauldron: fill-chances: rain: 0.05000000074505806 powder-snow: 0.10000000149011612 dripstone-water: 0.17578125 dripstone-lava: 0.05859375 tools: axe: strippables: minecraft:dark_oak_log: drops: {} into: minecraft:stripped_dark_oak_log minecraft:oak_wood: drops: {} into: minecraft:stripped_oak_wood minecraft:oak_log: drops: {} into: minecraft:stripped_oak_log minecraft:mangrove_wood: drops: {} into: minecraft:stripped_mangrove_wood minecraft:crimson_hyphae: drops: {} into: minecraft:stripped_crimson_hyphae minecraft:bamboo_block: drops: {} into: minecraft:stripped_bamboo_block minecraft:jungle_wood: drops: {} into: minecraft:stripped_jungle_wood minecraft:jungle_log: drops: {} into: minecraft:stripped_jungle_log minecraft:crimson_stem: drops: {} into: minecraft:stripped_crimson_stem minecraft:spruce_log: drops: {} into: minecraft:stripped_spruce_log minecraft:acacia_log: drops: {} into: minecraft:stripped_acacia_log minecraft:dark_oak_wood: drops: {} into: minecraft:stripped_dark_oak_wood minecraft:acacia_wood: drops: {} into: minecraft:stripped_acacia_wood minecraft:cherry_log: drops: {} into: minecraft:stripped_cherry_log minecraft:warped_hyphae: drops: {} into: minecraft:stripped_warped_hyphae minecraft:spruce_wood: drops: {} into: minecraft:stripped_spruce_wood minecraft:birch_log: drops: {} into: minecraft:stripped_birch_log minecraft:warped_stem: drops: {} into: minecraft:stripped_warped_stem minecraft:cherry_wood: drops: {} into: minecraft:stripped_cherry_wood minecraft:mangrove_log: drops: {} into: minecraft:stripped_mangrove_log minecraft:birch_wood: drops: {} into: minecraft:stripped_birch_wood waxables: minecraft:waxed_copper_bulb: drops: {} into: minecraft:copper_bulb minecraft:waxed_copper_trapdoor: drops: {} into: minecraft:copper_trapdoor minecraft:waxed_weathered_copper_trapdoor: drops: {} into: minecraft:weathered_copper_trapdoor minecraft:waxed_exposed_copper_door: drops: {} into: minecraft:exposed_copper_door minecraft:waxed_copper_door: drops: {} into: minecraft:copper_door minecraft:waxed_cut_copper: drops: {} into: minecraft:cut_copper minecraft:waxed_oxidized_copper: drops: {} into: minecraft:oxidized_copper minecraft:waxed_exposed_copper_trapdoor: drops: {} into: minecraft:exposed_copper_trapdoor minecraft:waxed_exposed_cut_copper_stairs: drops: {} into: minecraft:exposed_cut_copper_stairs minecraft:waxed_weathered_copper: drops: {} into: minecraft:weathered_copper minecraft:waxed_exposed_copper_grate: drops: {} into: minecraft:exposed_copper_grate minecraft:waxed_weathered_cut_copper_slab: drops: {} into: minecraft:weathered_cut_copper_slab minecraft:waxed_oxidized_cut_copper_stairs: drops: {} into: minecraft:oxidized_cut_copper_stairs minecraft:waxed_weathered_copper_grate: drops: {} into: minecraft:weathered_copper_grate minecraft:waxed_chiseled_copper: drops: {} into: minecraft:chiseled_copper minecraft:waxed_weathered_cut_copper: drops: {} into: minecraft:weathered_cut_copper minecraft:waxed_copper_grate: drops: {} into: minecraft:copper_grate minecraft:waxed_weathered_copper_bulb: drops: {} into: minecraft:weathered_copper_bulb minecraft:waxed_oxidized_cut_copper: drops: {} into: minecraft:oxidized_cut_copper minecraft:waxed_weathered_copper_door: drops: {} into: minecraft:weathered_copper_door minecraft:waxed_weathered_cut_copper_stairs: drops: {} into: minecraft:weathered_cut_copper_stairs minecraft:waxed_oxidized_cut_copper_slab: drops: {} into: minecraft:oxidized_cut_copper_slab minecraft:waxed_cut_copper_slab: drops: {} into: minecraft:cut_copper_slab minecraft:waxed_exposed_cut_copper: drops: {} into: minecraft:exposed_cut_copper minecraft:waxed_oxidized_copper_bulb: drops: {} into: minecraft:oxidized_copper_bulb minecraft:waxed_oxidized_copper_grate: drops: {} into: minecraft:oxidized_copper_grate minecraft:waxed_oxidized_copper_door: drops: {} into: minecraft:oxidized_copper_door minecraft:waxed_oxidized_chiseled_copper: drops: {} into: minecraft:oxidized_chiseled_copper minecraft:waxed_copper_block: drops: {} into: minecraft:copper_block minecraft:waxed_exposed_cut_copper_slab: drops: {} into: minecraft:exposed_cut_copper_slab minecraft:waxed_oxidized_copper_trapdoor: drops: {} into: minecraft:oxidized_copper_trapdoor minecraft:waxed_weathered_chiseled_copper: drops: {} into: minecraft:weathered_chiseled_copper minecraft:waxed_exposed_copper: drops: {} into: minecraft:exposed_copper minecraft:waxed_exposed_copper_bulb: drops: {} into: minecraft:exposed_copper_bulb minecraft:waxed_exposed_chiseled_copper: drops: {} into: minecraft:exposed_chiseled_copper minecraft:waxed_cut_copper_stairs: drops: {} into: minecraft:cut_copper_stairs weatherables: minecraft:oxidized_copper_door: drops: {} into: minecraft:weathered_copper_door minecraft:exposed_cut_copper_slab: drops: {} into: minecraft:cut_copper_slab minecraft:weathered_chiseled_copper: drops: {} into: minecraft:exposed_chiseled_copper minecraft:oxidized_copper_grate: drops: {} into: minecraft:weathered_copper_grate minecraft:oxidized_chiseled_copper: drops: {} into: minecraft:weathered_chiseled_copper minecraft:weathered_cut_copper_stairs: drops: {} into: minecraft:exposed_cut_copper_stairs minecraft:weathered_copper_trapdoor: drops: {} into: minecraft:exposed_copper_trapdoor minecraft:exposed_copper_bulb: drops: {} into: minecraft:copper_bulb minecraft:oxidized_copper_trapdoor: drops: {} into: minecraft:weathered_copper_trapdoor minecraft:weathered_copper_bulb: drops: {} into: minecraft:exposed_copper_bulb minecraft:exposed_copper_grate: drops: {} into: minecraft:copper_grate minecraft:exposed_cut_copper: drops: {} into: minecraft:cut_copper minecraft:exposed_cut_copper_stairs: drops: {} into: minecraft:cut_copper_stairs minecraft:weathered_cut_copper_slab: drops: {} into: minecraft:exposed_cut_copper_slab minecraft:weathered_cut_copper: drops: {} into: minecraft:exposed_cut_copper minecraft:weathered_copper_grate: drops: {} into: minecraft:exposed_copper_grate minecraft:oxidized_cut_copper_slab: drops: {} into: minecraft:weathered_cut_copper_slab minecraft:oxidized_copper_bulb: drops: {} into: minecraft:weathered_copper_bulb minecraft:oxidized_cut_copper: drops: {} into: minecraft:weathered_cut_copper minecraft:exposed_chiseled_copper: drops: {} into: minecraft:chiseled_copper minecraft:oxidized_copper: drops: {} into: minecraft:weathered_copper minecraft:exposed_copper_door: drops: {} into: minecraft:copper_door minecraft:weathered_copper_door: drops: {} into: minecraft:exposed_copper_door minecraft:weathered_copper: drops: {} into: minecraft:exposed_copper minecraft:exposed_copper_trapdoor: drops: {} into: minecraft:copper_trapdoor minecraft:exposed_copper: drops: {} into: minecraft:copper_block minecraft:oxidized_cut_copper_stairs: drops: {} into: minecraft:weathered_cut_copper_stairs hoe: tillables: minecraft:dirt_path: condition: air_above drops: {} into: minecraft:farmland minecraft:coarse_dirt: condition: air_above drops: {} into: minecraft:dirt minecraft:grass_block: condition: air_above drops: {} into: minecraft:farmland minecraft:dirt: condition: air_above drops: {} into: minecraft:farmland minecraft:rooted_dirt: condition: always drops: minecraft:hanging_roots: 1.0 into: minecraft:dirt replant-crops: false replant-nether-warts: false shovel: flattenables: minecraft:podzol: drops: {} into: minecraft:dirt_path minecraft:coarse_dirt: drops: {} into: minecraft:dirt_path minecraft:rooted_dirt: drops: {} into: minecraft:dirt_path minecraft:mycelium: drops: {} into: minecraft:dirt_path minecraft:grass_block: drops: {} into: minecraft:dirt_path minecraft:dirt: drops: {} into: minecraft:dirt_path ridable-settings: babies-are-ridable: true untamed-tamables-are-ridable: true use-night-vision: false use-dismounts-underwater-tag: true mobs: allay: ridable: false ridable-in-water: true controllable: true attributes: max_health: 20.0 scale: 1.0 take-damage-from-water: false always-drop-exp: false armadillo: ridable: false ridable-in-water: true controllable: true attributes: max_health: 12.0 scale: 1.0 breeding-delay-ticks: 6000 axolotl: ridable: false controllable: true attributes: max_health: 14.0 scale: 1.0 breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false bat: ridable: false ridable-in-water: true controllable: true ridable-max-y: 320.0 attributes: max_health: 6.0 scale: 1.0 follow_range: 16.0 knockback_resistance: 0.0 movement_speed: 0.6 flying_speed: 0.6 armor: 0.0 armor_toughness: 0.0 attack_knockback: 0.0 takes-damage-from-water: false always-drop-exp: false bee: ridable: false ridable-in-water: true controllable: true ridable-max-y: 320.0 attributes: max_health: 10.0 scale: 1.0 breeding-delay-ticks: 6000 takes-damage-from-water: false can-work-at-night: false can-work-in-rain: false always-drop-exp: false dies-after-sting: true blaze: ridable: false ridable-in-water: true controllable: true ridable-max-y: 320.0 attributes: max_health: 20.0 scale: 1.0 takes-damage-from-water: true always-drop-exp: false bogged: ridable: false ridable-in-water: true controllable: true attributes: max_health: 16.0 scale: 1.0 camel: ridable-in-water: false attributes: max_health: min: 32.0 max: 32.0 jump_strength: min: 0.42 max: 0.42 movement_speed: min: 0.09 max: 0.09 breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false cat: ridable: false ridable-in-water: true controllable: true attributes: max_health: 10.0 scale: 1.0 spawn-delay: 1200 scan-range-for-other-cats: swamp-hut: 16 village: 48 breeding-delay-ticks: 6000 default-collar-color: RED takes-damage-from-water: false always-drop-exp: false cave_spider: ridable: false ridable-in-water: true controllable: true attributes: max_health: 12.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false chicken: ridable: false ridable-in-water: false controllable: true attributes: max_health: 4.0 scale: 1.0 retaliate: false breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false cod: ridable: false controllable: true attributes: max_health: 3.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false cow: ridable: false ridable-in-water: true controllable: true attributes: max_health: 10.0 scale: 1.0 feed-mushrooms-for-mooshroom: 0 breeding-delay-ticks: 6000 takes-damage-from-water: false naturally-aggressive-to-players: chance: 0.0 damage: 2.0 always-drop-exp: false creeper: ridable: false ridable-in-water: true controllable: true attributes: max_health: 20.0 scale: 1.0 naturally-charged-chance: 0.0 allow-griefing: true bypass-mob-griefing: false takes-damage-from-water: false explode-when-killed: false health-impacts-explosion: false always-drop-exp: false head-visibility-percent: 0.5 encircle-target: false dolphin: ridable: false controllable: true spit: cooldown: 20 speed: 1.0 damage: 2.0 attributes: max_health: 10.0 scale: 1.0 disable-treasure-searching: false takes-damage-from-water: false naturally-aggressive-to-players-chance: 0.0 always-drop-exp: false donkey: ridable-in-water: false attributes: max_health: min: 15.0 max: 30.0 jump_strength: min: 0.5 max: 0.5 movement_speed: min: 0.175 max: 0.175 breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false drowned: ridable: false ridable-in-water: true controllable: true attributes: max_health: 20.0 scale: 1.0 spawn_reinforcements: 0.1 jockey: only-babies: true chance: 0.05 try-existing-chickens: true takes-damage-from-water: false can-break-doors: false always-drop-exp: false movement-speed: 0.23000000417232513 elder_guardian: ridable: false controllable: true attributes: max_health: 80.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false ender_dragon: ridable: false ridable-in-water: true controllable: true ridable-max-y: 320.0 attributes: max_health: 200.0 always-drop-full-exp: false bypass-mob-griefing: false takes-damage-from-water: false can-ride-vehicles: false enderman: ridable: false ridable-in-water: true controllable: true attributes: max_health: 40.0 scale: 1.0 allow-griefing: true can-despawn-with-held-block: false bypass-mob-griefing: false takes-damage-from-water: true aggressive-towards-endermites: true aggressive-towards-endermites-only-spawned-by-player-thrown-ender-pearls: false ignore-players-wearing-dragon-head: false disable-player-stare-aggression: false ignore-projectiles: false always-drop-exp: false endermite: ridable: false ridable-in-water: true controllable: true attributes: max_health: 8.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false evoker: ridable: false ridable-in-water: true controllable: true attributes: max_health: 24.0 scale: 1.0 bypass-mob-griefing: false takes-damage-from-water: false always-drop-exp: false fox: ridable: false ridable-in-water: true controllable: true attributes: max_health: 10.0 scale: 1.0 tulips-change-type: false breeding-delay-ticks: 6000 bypass-mob-griefing: false takes-damage-from-water: false always-drop-exp: false frog: ridable: false ridable-in-water: true controllable: true ridable-jump-height: 0.6499999761581421 breeding-delay-ticks: 6000 attributes: max_health: 10.0 takes-damage-from-water: false always-drop-exp: false ghast: ridable: false ridable-in-water: true controllable: true ridable-max-y: 320.0 attributes: max_health: 10.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false giant: ridable: false ridable-in-water: true controllable: true movement-speed: 0.5 attack-damage: 50.0 attributes: max_health: 100.0 scale: 1.0 step-height: 2.0 jump-height: 1.0 have-ai: false have-hostile-ai: false takes-damage-from-water: false always-drop-exp: false glow_squid: ridable: false controllable: true attributes: max_health: 10.0 scale: 1.0 can-fly: false takes-damage-from-water: false always-drop-exp: false goat: ridable: false ridable-in-water: true controllable: true attributes: max_health: 10.0 scale: 1.0 breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false guardian: ridable: false controllable: true attributes: max_health: 30.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false hoglin: ridable: false ridable-in-water: true controllable: true attributes: max_health: 40.0 scale: 1.0 breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false horse: ridable-in-water: false attributes: max_health: min: 15.0 max: 30.0 jump_strength: min: 0.4 max: 1.0 movement_speed: min: 0.1125 max: 0.3375 breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false husk: ridable: false ridable-in-water: true controllable: true attributes: max_health: 20.0 scale: 1.0 spawn_reinforcements: 0.1 jockey: only-babies: true chance: 0.05 try-existing-chickens: true takes-damage-from-water: false always-drop-exp: false movement-speed: 0.23000000417232513 illusioner: ridable: false ridable-in-water: true controllable: true movement-speed: 0.5 follow-range: 18.0 attributes: max_health: 32.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false iron_golem: ridable: false ridable-in-water: true controllable: true can-swim: false attributes: max_health: 100.0 scale: 1.0 takes-damage-from-water: false poppy-calms-anger: false healing-calms-anger: false always-drop-exp: false llama: ridable: false ridable-in-water: false controllable: true attributes: max_health: min: 15.0 max: 30.0 jump_strength: min: 0.5 max: 0.5 movement_speed: min: 0.175 max: 0.175 breeding-delay-ticks: 6000 takes-damage-from-water: false join-caravans: true always-drop-exp: false magma_cube: ridable: false ridable-in-water: true controllable: true attributes: max_health: size * size attack_damage: size takes-damage-from-water: false always-drop-exp: false mooshroom: ridable: false ridable-in-water: true controllable: true attributes: max_health: 10.0 scale: 1.0 breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false mule: ridable-in-water: false attributes: max_health: min: 15.0 max: 30.0 jump_strength: min: 0.5 max: 0.5 movement_speed: min: 0.175 max: 0.175 breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false ocelot: ridable: false ridable-in-water: true controllable: true attributes: max_health: 10.0 scale: 1.0 breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false spawn-below-sea-level: false panda: ridable: false ridable-in-water: true controllable: true attributes: max_health: 20.0 scale: 1.0 breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false parrot: ridable: false ridable-in-water: true controllable: true ridable-max-y: 320.0 attributes: max_health: 6.0 scale: 1.0 takes-damage-from-water: false can-breed: false always-drop-exp: false phantom: ridable: false ridable-in-water: true controllable: true ridable-max-y: 320.0 flames: damage: 1.0 fire-time: 8 allow-griefing: false attributes: max_health: '20.0' attack_damage: 6 + size attacked-by-crystal-range: 0.0 attacked-by-crystal-damage: 1.0 orbit-crystal-radius: 0.0 spawn: min-sky-darkness: 5 only-above-sea-level: true only-with-visible-sky: true local-difficulty-chance: 3.0 per-attempt: min: 1 max: -1 burn-in-light: 0 burn-in-daylight: true ignore-players-with-torch: false flames-on-swoop: false takes-damage-from-water: false always-drop-exp: false size: min: 0 max: 0 pig: ridable: false ridable-in-water: false controllable: true attributes: max_health: 10.0 scale: 1.0 give-saddle-back: false breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false piglin: ridable: false ridable-in-water: true controllable: true attributes: max_health: 16.0 scale: 1.0 bypass-mob-griefing: false takes-damage-from-water: false portal-spawn-modifier: 2000 always-drop-exp: false head-visibility-percent: 0.5 ignores-armor-with-gold-trim: false piglin_brute: ridable: false ridable-in-water: true controllable: true attributes: max_health: 50.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false pillager: ridable: false ridable-in-water: true controllable: true attributes: max_health: 24.0 scale: 1.0 bypass-mob-griefing: false takes-damage-from-water: false always-drop-exp: false polar_bear: ridable: false ridable-in-water: true controllable: true attributes: max_health: 30.0 scale: 1.0 breedable-item: '' breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false pufferfish: ridable: false controllable: true attributes: max_health: 3.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false rabbit: ridable: false ridable-in-water: true controllable: true attributes: max_health: 3.0 scale: 1.0 spawn-toast-chance: 0.0 spawn-killer-rabbit-chance: 0.0 breeding-delay-ticks: 6000 bypass-mob-griefing: false takes-damage-from-water: false always-drop-exp: false ravager: ridable: false ridable-in-water: false controllable: true attributes: max_health: 100.0 scale: 1.0 bypass-mob-griefing: false takes-damage-from-water: false griefable-blocks: - minecraft:oak_leaves - minecraft:spruce_leaves - minecraft:birch_leaves - minecraft:jungle_leaves - minecraft:acacia_leaves - minecraft:dark_oak_leaves - minecraft:beetroots - minecraft:carrots - minecraft:potatoes - minecraft:wheat always-drop-exp: false avoid-rabbits: false salmon: ridable: false controllable: true attributes: max_health: 3.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false sheep: ridable: false ridable-in-water: true controllable: true attributes: max_health: 8.0 scale: 1.0 breeding-delay-ticks: 6000 bypass-mob-griefing: false takes-damage-from-water: false always-drop-exp: false shulker: ridable: false ridable-in-water: true controllable: true attributes: max_health: 30.0 scale: 1.0 takes-damage-from-water: false spawn-from-bullet: base-chance: 1.0 require-open-lid: true nearby-range: 8.0 nearby-equation: (nearby - 1) / 5.0 random-color: false change-color-with-dye: false always-drop-exp: false silverfish: ridable: false ridable-in-water: true controllable: true attributes: max_health: 8.0 scale: 1.0 movement_speed: 0.25 attack_damage: 1.0 bypass-mob-griefing: false takes-damage-from-water: false always-drop-exp: false skeleton: ridable: false ridable-in-water: true controllable: true attributes: max_health: 20.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false head-visibility-percent: 0.5 feed-wither-roses: 0 bow-accuracy: 14 - difficulty * 4 skeleton_horse: ridable: false ridable-in-water: true can-swim: false attributes: max_health: min: 15.0 max: 15.0 jump_strength: min: 0.4 max: 1.0 movement_speed: min: 0.2 max: 0.2 takes-damage-from-water: false always-drop-exp: false slime: ridable: false ridable-in-water: true controllable: true attributes: max_health: size * size attack_damage: size takes-damage-from-water: false always-drop-exp: false snow_golem: ridable: false ridable-in-water: true controllable: true leave-trail-when-ridden: false attributes: max_health: 4.0 scale: 1.0 pumpkin-can-be-added-back: false min-shoot-interval-ticks: 20 max-shoot-interval-ticks: 20 snow-ball-modifier: 10.0 attack-distance: 1.25 bypass-mob-griefing: false takes-damage-from-water: true always-drop-exp: false sniffer: ridable: false ridable-in-water: true controllable: true attributes: max_health: 14.0 scale: 1.0 breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false squid: ridable: false controllable: true attributes: max_health: 10.0 scale: 1.0 immune-to-EAR: true water-offset-check: 0.0 can-fly: false takes-damage-from-water: false always-drop-exp: false spider: ridable: false ridable-in-water: false controllable: true attributes: max_health: 16.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false stray: ridable: false ridable-in-water: true controllable: true attributes: max_health: 20.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false strider: ridable: false ridable-in-water: false controllable: true attributes: max_health: 20.0 scale: 1.0 breeding-delay-ticks: 6000 give-saddle-back: false takes-damage-from-water: true always-drop-exp: false tadpole: ridable: false ridable-in-water: true controllable: true attributes: max_health: 6.0 takes-damage-from-water: false always-drop-exp: false trader_llama: ridable: false ridable-in-water: false controllable: true attributes: max_health: min: 15.0 max: 30.0 jump_strength: min: 0.5 max: 0.5 movement_speed: min: 0.175 max: 0.175 breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false tropical_fish: ridable: false controllable: true attributes: max_health: 3.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false turtle: ridable: false ridable-in-water: true controllable: true attributes: max_health: 30.0 scale: 1.0 breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false vex: ridable: false ridable-in-water: true controllable: true ridable-max-y: 320.0 attributes: max_health: 14.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false villager: ridable: false ridable-in-water: true controllable: true attributes: max_health: 20.0 scale: 1.0 follow-emerald-blocks: false can-be-leashed: false can-breed: true breeding-delay-ticks: 6000 clerics-farm-warts: false cleric-wart-farmers-throw-warts-at-villagers: true bypass-mob-griefing: false takes-damage-from-water: false allow-trading: true always-drop-exp: false minimum-demand: 0 lobotomize: enabled: false check-interval: 100 wait-until-trade-locked: false display-trade-item: true spawn-iron-golem: radius: 0 limit: 0 search-radius: acquire-poi: 48 nearest-bed-sensor: 48 vindicator: ridable: false ridable-in-water: true controllable: true attributes: max_health: 24.0 scale: 1.0 johnny: spawn-chance: 0.0 takes-damage-from-water: false always-drop-exp: false wandering_trader: ridable: false ridable-in-water: true controllable: true attributes: max_health: 20.0 scale: 1.0 follow-emerald-blocks: false can-be-leashed: false takes-damage-from-water: false allow-trading: true always-drop-exp: false warden: ridable: false ridable-in-water: true controllable: true attributes: max_health: 500.0 takes-damage-from-water: false always-drop-exp: false witch: ridable: false ridable-in-water: true controllable: true attributes: max_health: 26.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false wither: ridable: false ridable-in-water: true controllable: true ridable-max-y: 320.0 attributes: max_health: 300.0 scale: 1.0 health-regen-amount: 1.0 health-regen-delay: 20 bypass-mob-griefing: false takes-damage-from-water: false can-ride-vehicles: false explosion-radius: 1.0 play-spawn-sound: true always-drop-exp: false wither_skeleton: ridable: false ridable-in-water: true controllable: true attributes: max_health: 20.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false wolf: ridable: false ridable-in-water: true controllable: true attributes: max_health: 8.0 scale: 1.0 default-collar-color: RED milk-cures-rabid-wolves: true spawn-rabid-chance: 0.0 breeding-delay-ticks: 6000 takes-damage-from-water: false always-drop-exp: false zoglin: ridable: false ridable-in-water: true controllable: true attributes: max_health: 40.0 scale: 1.0 takes-damage-from-water: false always-drop-exp: false zombie: ridable: false ridable-in-water: true controllable: true attributes: max_health: 20.0 scale: 1.0 spawn_reinforcements: 0.1 jockey: only-babies: true chance: 0.05 try-existing-chickens: true aggressive-towards-villager-when-lagging: true bypass-mob-griefing: false takes-damage-from-water: false always-drop-exp: false head-visibility-percent: 0.5 movement-speed: 0.23000000417232513 zombie_horse: ridable: false ridable-in-water: false can-swim: false attributes: max_health: min: 15.0 max: 15.0 jump_strength: min: 0.4 max: 1.0 movement_speed: min: 0.2 max: 0.2 spawn-chance: 0.0 takes-damage-from-water: false always-drop-exp: false zombie_villager: ridable: false ridable-in-water: true controllable: true attributes: max_health: 20.0 scale: 1.0 spawn_reinforcements: 0.1 jockey: only-babies: true chance: 0.05 try-existing-chickens: true takes-damage-from-water: false curing_time: min: 3600 max: 6000 cure: enabled: true always-drop-exp: false movement-speed: 0.23000000417232513 zombified_piglin: ridable: false ridable-in-water: true controllable: true attributes: max_health: 20.0 scale: 1.0 spawn_reinforcements: 0.0 jockey: only-babies: true chance: 0.05 try-existing-chickens: true count-as-player-kill-when-angry: true takes-damage-from-water: false always-drop-exp: false movement-speed: 0.23000000417232513 hunger: starvation-damage: 1.0 settings: entity: shared-random: true gameplay-mechanics: arrow: movement-resets-despawn-counter: true halloween: force: false head-chance: 0.25 armorstand: step-height: 0.0 set-name-visible-when-placing-with-custom-name: false fix-nametags: false can-movement-tick: true can-move-in-water: true can-move-in-water-over-fence: true place-with-arms-visible: false use-better-mending: false always-tame-in-creative: false boat: eject-players-on-land: false do-fall-damage: false disable-drops-on-cramming-death: false entities-can-use-portals: true entities-pick-up-loot-bypass-mob-griefing: false fireballs-bypass-mob-griefing: false impose-teleport-restrictions-on-gateways: false impose-teleport-restrictions-on-nether-portals: false impose-teleport-restrictions-on-end-portals: false milk-cures-bad-omen: true milk-clears-beneficial-effects: true note-block-ignore-above: false persistent-tileentity-lore: false persistent-tileentity-display-name: true persistent-droppable-entity-display-names: true projectiles-bypass-mob-griefing: false tick-fluids: true entity-blindness-multiplier: 1.0 trident-loyalty-void-return-height: 0.0 void-damage-height: -64.0 void-damage-dealt: 4.0 raid-cooldown-seconds: 0 animal-breeding-cooldown-seconds: 0 mobs-ignore-rails: false rain-stops-after-sleep: true thunder-stops-after-sleep: true mob-last-hurt-by-player-time: 100 disable-oxidation-proximity-penalty: false daylight-cycle-ticks: daytime: 12000 nighttime: 12000 drowning: air-ticks: 300 ticks-per-damage: 20 damage-from-drowning: 2.0 elytra: damage-per-second: 1 damage-multiplied-by-speed: 0.0 damage-per-boost: firework: 0 trident: 0 kinetic-damage: true infinity-bow: works-without-arrows: false clamp-explosion-radius: true item: immune: cactus: [] explosion: [] fire: [] lightning: [] shears: damage-if-sprinting: false ignore-in-water: false ignore-in-lava: false sprinting-damage: 1.0 defuse-tnt-chance: 0.0 ender-pearl: damage: 5.0 cooldown: 20 creative-cooldown: 20 endermite-spawn-chance: 0.05000000074505806 glow_berries: eat-glow-duration: 0 shulker_box: drop-contents-when-destroyed: true compass: holding-shows-bossbar: false snowball: extinguish: fire: false candles: false campfires: false end-crystal: place-anywhere: false mob-effects: health-regen-amount: 1.0 minimal-health-poison-amount: 1.0 poison-degeneration-amount: 1.0 wither-degeneration-amount: 1.0 hunger-exhaustion-amount: 0.004999999888241291 saturation-regen-amount: 1.0 mob-spawning: village-cats: default raid-patrols: default phantoms: default wandering-traders: default village-sieges: default ignore-creative-players: false player: netherite-fire-resistance: duration: 0 amplifier: 0 ambient: false show-particles: false show-icon: true idle-timeout: kick-if-idle: true tick-nearby-entities: true count-as-sleeping: false update-tab-list: false mobs-target: true exp-dropped-on-death: equation: expLevel * 7 maximum: 100 teleport-if-outside-border: false teleport-on-nether-ceiling-damage: false totem-of-undying-works-in-inventory: false fix-stuck-in-portal: false one-punch-in-creative: false sleep-ignore-nearby-mobs: false can-skip-night: true critical-damage-multiplier: 1.5 burp-delay: 10 burp-when-full: false ridable-in-water: false curse-of-binding: remove-with-weakness: false shift-right-click-repairs-mending-points: 0 exp-pickup-delay-ticks: 2 allow-void-trading: false silk-touch: enabled: false spawner-name: Monster Spawner minimal-level: 1 spawner-lore: - Spawns a tools: - minecraft:iron_pickaxe - minecraft:golden_pickaxe - minecraft:diamond_pickaxe - minecraft:netherite_pickaxe projectile-offset: bow: 1.0 crossbow: 1.0 egg: 1.0 ender-pearl: 1.0 throwable-potion: 1.0 trident: 1.0 snowball: 1.0 projectile-damage: snowball: -1 entity-lifespan: 0 entity-left-handed-chance: 0.05000000074505806 minecart: max-speed: 0.4 place-anywhere: false powered-rail: boost-modifier: 0.06 controllable: enabled: false step-height: 1.0 hop-boost: 0.5 fall-damage: true base-speed: 0.1 block-speed: grass_block: 0.3 stone: 0.5 chunk-tick-rate: 128 max-tick-time: -1 async-chunk-ticking: true entity-broadcast-range-percentage: 100 player-sleeping-percentage: 100 save-structure-info: false save-villages: false save-mobs: false save-tiles: false mob-spawn-range: 8 view-distance: 32 simulation-distance: 128 entity-tracking-range: players: 128 animals: 128 monsters: 128 misc: 128 other: 128 ############################################# ############################################# ############################################## ############################################## # server.properties ############################################# ############################################# ############################################## ############################################## #Minecraft server properties #Thu Sep 19 17:29:38 CEST 2024 accepts-transfers=false allow-flight=false allow-nether=true broadcast-console-to-ops=true broadcast-rcon-to-ops=true bug-report-link= debug=false difficulty=hard enable-command-block=false enable-jmx-monitoring=true enable-query=false enable-rcon=true enable-status=true enforce-secure-profile=false enforce-whitelist=false entity-broadcast-range-percentage=100 force-gamemode=true function-permission-level=2 gamemode=survival generate-structures=true generator-settings={} hardcore=true hide-online-players=false initial-disabled-packs= initial-enabled-packs=vanilla level-name=world level-seed= level-type=minecraft\:large_biomes log-ips=false max-chained-neighbor-updates=1000000 max-players=1 max-tick-time=60000 max-world-size=29999984 motd=A Minecraft Server network-compression-threshold=256 online-mode=true op-permission-level=4 player-idle-timeout=0 prevent-proxy-connections=false pvp=true query.port=25565 rate-limit=0 rcon.password=coucou rcon.port=25575 region-file-compression=lz4 require-resource-pack=false resource-pack= resource-pack-id= resource-pack-prompt= resource-pack-sha1= server-ip= server-name=Unknown Server server-port=25565 simulation-distance=128 spawn-animals=true spawn-monsters=true spawn-npcs=true spawn-protection=0 sync-chunk-writes=false text-filtering-config= use-native-transport=true view-distance=32 white-list=false ############################################# ############################################# ############################################## ############################################## # spigot.yml ############################################# ############################################# ############################################## ############################################## # 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 Discord or drop by our forums and leave a post. # # Discord: https://www.spigotmc.org/go/discord # Forums: http://www.spigotmc.org/ messages: whitelist: You are not whitelisted on this server! unknown-command: Unknown command. Type "/help" for help. server-full: The server is full! outdated-client: Outdated client! Please use {0} outdated-server: Outdated server! I'm still on {0} restart: Server is restarting settings: bungeecord: false save-user-cache-on-stop-only: false sample-count: 12 player-shuffle: 0 user-cache-size: 1000 moved-wrongly-threshold: 0.0625 moved-too-quickly-multiplier: 10.0 timeout-time: 60 restart-on-crash: true restart-script: ./start.sh netty-threads: 2 attribute: maxAbsorption: max: 2048.0 maxHealth: max: 2048.0 movementSpeed: max: 2048.0 attackDamage: max: 2048.0 log-villager-deaths: true log-named-deaths: true debug: false commands: tab-complete: 0 send-namespaced: true log: true spam-exclusions: - /skill silent-commandblock-console: false replace-commands: - setblock - summon - testforblock - tellraw advancements: disable-saving: false disabled: - minecraft:story/disabled world-settings: default: below-zero-generation-in-existing-chunks: true view-distance: default simulation-distance: default thunder-chance: 100000 merge-radius: item: 0.5 exp: -1.0 mob-spawn-range: 24 item-despawn-rate: 6000 arrow-despawn-rate: 1200 trident-despawn-rate: 1200 zombie-aggressive-towards-villager: true nerf-spawner-mobs: false enable-zombie-pigmen-portal-spawns: true wither-spawn-sound-radius: 0 end-portal-sound-radius: 0 hanging-tick-frequency: 100 unload-frozen-chunks: false 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 torchflower-modifier: 100 wheat-modifier: 100 netherwart-modifier: 100 vine-modifier: 100 cocoa-modifier: 100 bamboo-modifier: 100 sweetberry-modifier: 100 kelp-modifier: 100 twistingvines-modifier: 100 weepingvines-modifier: 100 cavevines-modifier: 100 glowberry-modifier: 100 pitcherplant-modifier: 100 entity-activation-range: animals: 96 monsters: 96 raiders: 192 misc: 48 water: 48 villagers: 96 flying-monsters: 96 wake-up-inactive: animals-max-per-tick: 4 animals-every: 1200 animals-for: 100 monsters-max-per-tick: 8 monsters-every: 400 monsters-for: 100 villagers-max-per-tick: 4 villagers-every: 600 villagers-for: 100 flying-monsters-max-per-tick: 8 flying-monsters-every: 200 flying-monsters-for: 100 villagers-work-immunity-after: 100 villagers-work-immunity-for: 20 villagers-active-for-panic: true tick-inactive-villagers: true ignore-spectators: false entity-tracking-range: players: 512 animals: 278 monsters: 278 misc: 278 display: 384 other: 192 ticks-per: hopper-transfer: 8 hopper-check: 1 hopper-amount: 1 hopper-can-load-chunks: false 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-endcity: 10387313 seed-slime: 987234911 seed-nether: 30084232 seed-mansion: 10387319 seed-fossil: 14357921 seed-portal: 34222645 seed-ancientcity: 20083232 seed-trailruins: 83469867 seed-trialchambers: 94251327 seed-buriedtreasure: 10387320 seed-mineshaft: default seed-stronghold: default 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-tnt-per-tick: 100 max-tick-time: tile: 50 entity: 50 verbose: false players: disable-saving: false config-version: 12 stats: disable-saving: false forced-stats: {}