MCords Full is a lightweight Minecraft proxy server written in C, designed to modify packets on the fly.
Important
This project is licensed under the GNU General Public License v2.0 (GPL-2.0).
You are free to use, modify, and distribute it under the terms of this license.
Warning
This version is intended to work only on Linux.
git clone https://github.com/mcords-servers/full.gitTo compile the project, run the included Python build script:
python3 build.pyThis script will compile the source code and create the executable.
A:
- A proxy like system (Server<->Proxy<->Client) This can be easly toggled on by running script_cts function
- Per fd memory managment You can easly allocate variables and link them to a certain fd by using mem_add(fd, ptr) function or storing vars by keyword using fds_set(fd, key, ptr) function
- A requests header file that can be later on be used for authentification
A: It's all about allowing minecraft players fully controll their own gmeplay and play on official minecraft servers for a single byte more than free
A: I can't say for sure but it will be realeased in beta in a few months if things keep going well :D
A: Yes It's fully legal, we don't sell any minecraft accounts we just allow players to see how it is to play with a license.
A: You can as long as it remains OpenSource and respects GPL-2.0 LICENSE