I would like to operate my Minecraft Consol client on a Linux V-Server (Ubuntu with graphical user interface)
However, I do not know how to do that, because the client is indeed a .exe, and with the program Wine that does not work somehow
I would appreciate an answer.
Then just download the Linux version of it?
That is how it goes:
Install mono: http://apt://mono-runtime,libmono-reflection-cil
Download Minecraft Console Client EXE: https://ci.appveyor.com/project/ORelio/minecraft-console-client/build/artifacts
Then copy the MineCraftClient.exe with root privileges to / usr / local / bin /. Then create a shell script with the following content:
#! / Bin / sh
mono MineCraftClient.exe
Store this shell script under the name consoleminecraft.sh, make it executable and also copy it to / usr / local / bin /.
Then you can start it by typing in the command line it through consoleminecraft.sh.
The download link does not work
There it says: Can't open assembly 'MineCraftClient.exe': File or directory not found.
Make the MineCraftClient.exe executable. Then it would have to work.
Has worked, thanks.