Examples for config.yml

.

The default config.yml:

# Below is a default config which you will need to update to contain your own texture pack choices. You will need to restart your server after making changes.
# Each entry consists of the displayed name of the texture pack, followed by the download URL that will be used. There is no limit to the number of entries.
# Texture pack names must be limited to 26 characters long at most. Longer ones will cause errors.
# The first entry will always be the default, which players new to the server will be set to.
# Be sure to test each one you add to make sure it works. An invalid URL will cause an error, and an URL which fails will make that entry do nothing.
# If a texture pack fails to load properly, try changing the URL filename. In particular, try replacing spaces (" ") and other special characters with underscores ("_").
# If you do want to allow players to use their own texture pack, you can leave a blank URL as seen below for "Player Choice".
# Note that if you want to use quotation marks (") in texture pack names, you will need to add them with a backslash like so to prevent parsing errors: \"
#     example: "The \"Silly\" Pack": "" rel="noopener nofollow" target="_blank">http://fake-server.net/sillypack.zip"
#     would display as:    The "Silly" Pack
#
# For more information, head here: http://dev.bukkit.org/server-mods/texturepackmenu/

"Player Choice": ""
"Minecraft Default": "" rel="noopener nofollow" target="_blank">https://github.com/Brettflan/TexturePackMenu/raw/master/packs/default.zip"
"Default Pack Copy": "" rel="noopener nofollow" target="_blank">https://github.com/Brettflan/TexturePackMenu/raw/master/packs/default.zip"

And here's the config.yml I use on my own server:

"Default 16x (480 KB)": "" rel="noopener nofollow" target="_blank">http://server-domain-redacted.com/packs/default.zip"
"D1024's 1x1 (4 KB)": "http://server-domain-redacted.com/packs/D1024s 1x1 texture pack.zip"
"Painterly Basic 16x (1 MB)": "" rel="noopener nofollow" target="_blank">http://server-domain-redacted.com/packs/painterly_default.zip"
"Painterly Brettflan (1 MB)": "" rel="noopener nofollow" target="_blank">http://server-domain-redacted.com/packs/painterly_brettflan.zip"
"Jolicraft 16x (1.6 MB)": "" rel="noopener nofollow" target="_blank">http://server-domain-redacted.com/packs/jolicraft_4.0.zip"
"Faithful 32x (1 MB)": "" rel="noopener nofollow" target="_blank">http://server-domain-redacted.com/packs/faithful32pack.zip"
"Dokucraft Light 32x (3 MB)": "http://server-domain-redacted.com/packs/DokuCraft - The Saga Continues Light.zip"
"Dokucraft High 32x (3 MB)": "" rel="noopener nofollow" target="_blank">http://server-domain-redacted.com/packs/DokuCraft_The_Saga_Continues_High.zip"
"Dokucraft Dark 32x (3 MB)": "http://server-domain-redacted.com/packs/DokuCraft - The Saga Continues Dark.zip"
"Mixcraft HD 32x (3 MB)": "" rel="noopener nofollow" target="_blank">http://server-domain-redacted.com/packs/Mixcraft_v39_HD.zip"
"John Smith 32x (4 MB)": "" rel="noopener nofollow" target="_blank">http://server-domain-redacted.com/packs/johnsmith_V8.1.zip"
"SilkCraft 32x (10 MB)": "http://server-domain-redacted.com/packs/SilkCraft v4.0.1.zip"
"Ovo's Rustic 64x (4 MB)": "http://server-domain-redacted.com/packs/Ovos Rustic Pack v13.zip"
"Photorealism 64x (8 MB)": "http://server-domain-redacted.com/packs/LB Photo Realism x64 6.6.8.zip"
"Medieval 64x (9 MB)": "http://server-domain-redacted.com/packs/CrEaTiVe_ONE's medieval pack 1.8 V.2.zip"
"Aza's Arid 128x (7 MB)": "" rel="noopener nofollow" target="_blank">http://server-domain-redacted.com/packs/AzasAridPack.zip"
"Sphax PureDB 128x (12 MB)": "http://server-domain-redacted.com/packs/Sphax PureBDCraft 128x.zip"
"Photorealism 256x (55 MB)": "http://server-domain-redacted.com/packs/LB Photo Realism x256 6.6.8.zip"

Comments

Posts Quoted:
Reply
Clear All Quotes