MCCTeam / Minecraft-Console-Client

Lightweight console for Minecraft chat and automated scripts
https://mccteam.github.io
Other
1.67k stars 402 forks source link

[BUG] Can't use Command-line settings #2685

Open italoseara opened 9 months ago

italoseara commented 9 months ago

Prerequisites

Minecraft Version

1.20.4

Console Client Version

9a147b5

Expected Behavior

Debug messages to be turned on

Actual Behavior

When i run ./MinecraftClient --debugmessages=false on linux, it shows this error message:

Minecraft Console Client v1.20.2 - for MC 1.4.6 to 1.20.2 - Github.com/MCCTeam
GitHub build 247, built on 2024-02-18 from commit 9a147b5
Unhandled exception. System.NotImplementedException: The method or operation is not implemented.
   at MinecraftClient.Settings.LoadArguments(String[] args)
   at MinecraftClient.Program.Main(String[] args)
[1]    35941 IOT instruction (core dumped)  ./MinecraftClient --debugmessages=false
➜  MinecraftCLI

Steps to Reproduce the bug

  1. run ./MinecraftClient --debugmessages=false

Attach screenshot here (If applicable)

image

Anythings that could help diagnosing the bug

I know i can just turn debug messages on in the configuration file, but my goal is to run it from anywhere in my pc without creating configuration files on everywhere i use it, maybe using `--sessioncache="memory"` but the same error occours.

Device

Desktop

Operating System

Linux

Server Address (If applicable)

No response

oldkingOK commented 9 months ago

I have a same issue with ubuntu in termux.