From e1fa8ded2b3800410b48049f4492e1cff3cd092f Mon Sep 17 00:00:00 2001 From: FedUpWith-Tech <7731191+FedUpWith-Tech@users.noreply.github.com> Date: Sat, 15 May 2021 13:18:07 -0400 Subject: [PATCH] Fixed bad link formatting. --- Configuration.txt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.txt.md b/Configuration.txt.md index 5a6f819..6e767fa 100644 --- a/Configuration.txt.md +++ b/Configuration.txt.md @@ -325,7 +325,7 @@ block-alias: *** ### image-format -This setting controls what file type and compression Dynmap should use when saving the tiles. Dynmap supports PNG, JPG, and (WEBP)[] files as well as different quality levels of JPG files. The standard profiles are `png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100`. PNG files are uncompressed and allow for the highest quality image of the map however take up the most space. JPG allows you to compress the images and save on space as well as network bandwidth with significantly smaller files. This setting can be overridden in worlds.txt on a per-world or per-map basis. **NOTE:** To use WEBP you must use Dynmap build 426 or later and include the webp tools on their system. (For detailed instructions on WEBP see this Reddit post.)[https://www.reddit.com/r/Dynmap/comments/ji7h87/support_for_webp_map_image_format_in_31snapshot/] +This setting controls what file type and compression Dynmap should use when saving the tiles. Dynmap supports PNG, JPG, and (WEBP)[] files as well as different quality levels of JPG files. The standard profiles are `png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100`. PNG files are uncompressed and allow for the highest quality image of the map however take up the most space. JPG allows you to compress the images and save on space as well as network bandwidth with significantly smaller files. This setting can be overridden in worlds.txt on a per-world or per-map basis. **NOTE:** To use WEBP you must use Dynmap build 426 or later and include the webp tools on their system. [For detailed instructions on WEBP see this Reddit post.](https://www.reddit.com/r/Dynmap/comments/ji7h87/support_for_webp_map_image_format_in_31snapshot/) The default is: ``` image-format: jpg-q90