Random Server
This is a simple minestom server that transfers the player to a random server in the servers.json file.
Adding a Server
Any user is welcome to add their server to the list. To do this, either create an issue with the request or create a PR with your server added to servers.json.
The format for the server is as follows:
{
"name": "Server Name",
"address": "server.address.com",
"port": 25565
}
Accepting Transfers
Make sure the server accepts transfers before requesting it to be added or it will not work.
For regular servers such as Spigot and Paper, this option is located in server.properties under the accepts-transfers
option.
For Velocity, this option is located in velocity.toml
under the accepts-transfers
option.
Showcase
You can find the publicly hosted version of this server at random.tarna.dev
.