Minecraft-Console-Client icon indicating copy to clipboard operation
Minecraft-Console-Client copied to clipboard

[BUG] Color coding issue in Docker

Open Orvexys opened this issue 1 year ago • 6 comments

Prerequisites

  • [x] I made sure I am running the latest development build
  • [x] I tried to look for similar issues before opening a new one
  • [x] I have set debugmessages=true in config to diagnose my issue
  • [x] I have redacted session tokens and passwords before attaching screenshots

Minecraft Version

1.20.1

Console Client Version

Latest

Expected Behavior

I have MCC in a Docker container, and the console text appears to me with color codes (I think). I have tried to disable the colors in the settings and to try other color codings, but nothing. In the log file it does appear fine. I have tried the container on other devices, but the same result.

Actual Behavior

I attach a screenshot of how it appears.

Image

Steps to Reproduce the bug

  1. Install the Doker image
  2. Login into a server

Attach screenshot here (If applicable)

No response

Anythings that could help diagnosing the bug


Device

VPS

Operating System

Linux

Server Address (If applicable)

No response

Orvexys avatar Jan 20 '25 11:01 Orvexys

Change the following options in your config file.

[Main.Advanced]
EnableEmoji = false

[Console.General]
ConsoleColorMode = "legacy_4bit"

[Console.CommandSuggestion]
Use_Basic_Arrow = true

breadbyte avatar Jan 29 '25 21:01 breadbyte

I tried it and it's still the same.

Orvexys avatar Jan 30 '25 10:01 Orvexys

Is the server using a custom resource pack for a custom font?

breadbyte avatar Feb 01 '25 22:02 breadbyte

Nope

Orvexys avatar Feb 02 '25 11:02 Orvexys

I'm having this problem in some servers, haven't you been able to fix it yet?

Biller121 avatar Mar 12 '25 12:03 Biller121

You can fix this by modifying the original image, editing the startup script to convert Minecraft formats to escape codes. Here's the Docker image: https://hub.docker.com/r/orvexys/minecraft-console-client

Orvexys avatar Mar 13 '25 09:03 Orvexys