42 lines
No EOL
2.4 KiB
JSON
42 lines
No EOL
2.4 KiB
JSON
{
|
|
"_c1": "Enables Polymer's ResourcePack Auto Hosting",
|
|
"enabled": true,
|
|
"_c2": "Marks resource pack as required",
|
|
"required": false,
|
|
"_c7": "Mods may override the above setting and make the resource pack required, set this to false to disable that.",
|
|
"mod_override": true,
|
|
"_c3": "Type of resource pack provider. Default: 'polymer:automatic'",
|
|
"type": "polymer:automatic",
|
|
"_c4": "Configuration of type, see provider's source for more details",
|
|
"settings": {
|
|
"forced_address": ""
|
|
},
|
|
"_c5": "Message sent to clients before pack is loaded",
|
|
"message": "This server uses resource pack to enhance gameplay with custom textures and models. It might be unplayable without them.",
|
|
"_c6": "Disconnect message in case of failure",
|
|
"disconnect_message": "Couldn't apply server resourcepack!",
|
|
"_c8": "Allows to define more external resource packs. It's an object with 'id' for uuid, 'url' for the pack url and 'hash' for the SHA1 hash.",
|
|
"external_resource_packs": [],
|
|
"_c9": "Moves resource pack generation earlier when running on server. Might break some mods.",
|
|
"setup_early": false,
|
|
"_c10": "Enables dialog infobox when resource pack isn't ready.",
|
|
"resource_pack_status_dialog": true,
|
|
"_c11": "Enables dialog infobox when resource pack isn't ready.",
|
|
"dialog_title": "The server's resource pack is still generating!",
|
|
"_c12": "Default body text before status is ready (or when it's disabled).",
|
|
"dialog_default_body": "Waiting...",
|
|
"_c17": "Text below name with some extra information about resource pack generation",
|
|
"dialog_body_header": "This server requires a resource pack, which hasn't finished generating yet...\nIt might take a while for it to finish!",
|
|
"_c13": "Enables displaying internal resource pack generation status.",
|
|
"dialog_show_status": true,
|
|
"_c18": "Enables displaying 'dots' indicating that work is being done!",
|
|
"dialog_show_dots": true,
|
|
"_c14": "Clears all client-side resourcepacks before sending Autohost handled ones.",
|
|
"clear_all_client_resource_packs": false,
|
|
"_c15": "Adds hash to name of resource pack file served with web server",
|
|
"include_hash_in_name": true,
|
|
"_c16": "Value of Cache-Control max age header",
|
|
"cache_control_max_age": 31536000,
|
|
"_c19": "Delays server from showing as online on player list until resource pack is generated.",
|
|
"delay_player_list_motd_until_generated": false
|
|
} |