Frontend Client for MCC(Minecraft Console Client) with support for tabs
Works only on linux ATM (Made in python and GTK)
- GTK3
yay -Syyu gtk3 (arch based distro)
apt install libgtk-3-0 (Ubuntu)
dnf install gtk3 (fedora)
- Python3
Downloading the files
git clone https://github.com/gamerrio/EZY-Console-Client.git
cd EZY-Console-Client
Downloading the MCC Client
We will use MCC release 20220506-20 instead of 20220816-25 because the new .net binary don't seems to work properly atm
Download this release and put in the same folder as the code [Release page]
wget https://github.com/MCCTeam/Minecraft-Console-Client/releases/download/20220506-20/MinecraftClient.exe
Run main.py
python3 main.py
Now you can fill the required entries and client should work as expected.