{# bedrock-server-manager/bedrock_server_manager/web/templates/extras_config.html #} {% extends "base.html" %} {# --- Page Title --- #} {% block title %}Extra Configuration - {{ super() }}{% endblock %} {# --- Page Specific Styles --- #} {% block head_styles %} {{ super() }} {# Include styles from base if needed #} {# Include table styles if not already globally included/needed (Optional, uncomment if needed for this page) #} {# #} {% endblock %} {# --- Main Content --- #} {% block content %}
{# Use a specific class or reuse getting-started-container #}

Extra Configuration & Customization

{# --- Optional: Link back to the Documentation Index --- #} {# --- Custom Web Server Panorama Section --- #}

Custom Web Server Panorama

You can personalize the background panorama displayed on the main web server page.

Steps:

  1. Choose your desired background image. It must be a JPEG file (with a .jpeg or .jpg extension).
  2. Navigate to the Bedrock Server Manager's configuration directory, typically located at ./.config/ relative to the manager's installation path.
  3. Place your chosen image file into this ./.config/ directory.
  4. Rename the image file exactly to panorama.jpeg.
  5. Refresh the web server page in your browser. The new panorama should now be displayed.

Recommended Size:

For the best results with the default scrolling panorama effect, consider these guidelines for your panorama.jpeg:

Default Behavior:

If the file ./.config/panorama.jpeg is not found or is not a valid JPEG image, the default Bedrock Server Manager icon will be used as the background panorama.

{# --- Separator --- #}
{# --- World Icons Section --- #}

World Icons

The "Servers List" page within the web interface can display unique icons for each of your Minecraft worlds, making them easier to identify at a glance.

How it Works:

The server manager looks for a file named world_icon.jpeg inside each world's specific folder.

Adding Icons:

Default Behavior:

If a world_icon.jpeg file is not found within a specific world's directory, the default Bedrock Server Manager icon will be displayed for that world in the server list.

{# --- Optional: Back link at the bottom --- #}
{# End .extras-config-container #} {% endblock %} {# --- Page Specific Body Scripts (Optional) --- #} {% block body_scripts %} {{ super() }} {# Add any JS specific to this page if needed #} {% endblock %}