This LunarTransferAPI allows you to utilise the transfer packet that has been added to LunarClient to send players to other servers and also receive the ping of the player to that server
To ignore the prompt by the client to the player, the server you are being switched to needs to have a TXT record with the domain of the server you are being sent from.
If the player is being sent from localhost to hypixel.net, hypixel.net needs to create a TXT record with localhost under "mc_transfer_accept_from=" So it will look like this under a TXT record: "mc_transfer_accept_from=localhost"
If you find an issue you can submit it here.
- Install maven
sudo apt-get install maven
- Verify installation
mvn -v
- Clone the repository
git clone git@github.com:Moose1301/LunarTransfer-API.git
- Navigate to the new folder
cd lunartransfer-api
- Import
pom.xml
into your IDE
You can submit a pull request with your changes.