ApeNet
A tiny upgrade to Minecraft Transfer Protocol.
ApeNet
ApeNet A tiny but necessary upgrade to Minecraft Transfer Protocol!
an EXPERIMENTAL security protocol ApeNet is a plugin which makes the Minecraft Transfer Protocol Introduced in 1.20.5, more accessible. It adds QoL functions like Server-list, an EXPERIMENTAL security protocol and more features to come. It's a really simple, yet useful plugin which can inspure a lot of new projects!
Setup Steps Easy as 1..2..oh.. It's done 1. Download and put ApeNet in your plugins folder. 2. Set accept-transfers: false --> true on your backend server. Configure and done!
Config Example
```
Command to use for server transfer (default: apenet)
command: apenet
Enable secure transfer system (default: false)
VERY EXPERIMENTAL. USE AT YOUR OWN RISK.
Generates a token.yml. Use the same generated token for every servers to enable a Secure Transfer in-between them.
It's not full-proof and PROBABLY can be BYPASSED.
secure_transfer: false
Is this a frontend server? (Only applicable if secure_transfer is true)
frontend_server: false
Server configurations
servers: lobby: host: lobby.example.com port: 25565 survival: host: survival.example.com port: 25566 creative: host: creative.example.com port: 25567 ```