ApeNet
A tiny but necessary upgrade to Minecraft Transfer Protocol!
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
Code (Text):
# 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