Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarna/random-server
https://github.com/tarna/random-server
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarna/random-server
- Owner: tarna
- Created: 2024-11-02T19:56:27.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T18:06:02.000Z (about 1 month ago)
- Last Synced: 2024-12-23T05:12:15.424Z (13 days ago)
- Language: Kotlin
- Size: 90.8 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Server
This is a simple minestom server that transfers the player to a random server in the [servers.json](servers.json) file.## Adding a Server
Any user is welcome to add their server to the list. To do this, either create an [issue](https://github.com/tarna/random-server/issues) with the request or create a PR with your server added to [servers.json](servers.json).The format for the server is as follows:
```json
{
"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](https://www.spigotmc.org) and [Paper](https://papermc.io/software/paper), this option is located in [server.properties](https://server.properties) under the `accepts-transfers` option.
For [Velocity](https://velocitypowered.com), this option is located in `velocity.toml` under the `accepts-transfers` option.
## Showcase
You can find the publicly hosted version at `random.tarna.dev`.