Skip to content

ItsMias/random-server

 
 

Repository files navigation

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 at random.tarna.dev.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%