https://github.com/the-bds-maneger/serverversions
A repository to search for new versions of Minecraft servers
https://github.com/the-bds-maneger/serverversions
bedrock-server minecraft minecraft-servers papermc pocketmine-mp powernukkit spigotmc
Last synced: 10 months ago
JSON representation
A repository to search for new versions of Minecraft servers
- Host: GitHub
- URL: https://github.com/the-bds-maneger/serverversions
- Owner: The-Bds-Maneger
- License: mit
- Archived: true
- Created: 2021-10-20T10:15:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T23:42:11.000Z (about 3 years ago)
- Last Synced: 2024-09-27T12:03:47.969Z (almost 2 years ago)
- Topics: bedrock-server, minecraft, minecraft-servers, papermc, pocketmine-mp, powernukkit, spigotmc
- Language: TypeScript
- Homepage: https://mcpeversion-static.sirherobrine23.org/
- Size: 1.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto Fetch New Server Versions
This is a repository in which to look for new versions automatically.
## Platforms
- [Minecraft Bedrock Edition Server](https://www.minecraft.net/en-us/download/server/bedrock)
- [Minecraft Java Edition Server](https://www.minecraft.net/en-us/download/server)
- [Pocketmine-MP](https://pmmp.io/)
- [Spigot](https://www.spigotmc.org/)
- [Powernukkit](https://powernukkit.org/)
- [Paper](https://papermc.io/)
## API
Use the following API to fetch versions:
Example to latest bedrock: `curl -s https://mcpeversions.sirherobrine23.org/bedrock/latest` or search version: `curl -s https://mcpeversions.sirherobrine23.org/bedrock/search?version=1.18.1.02`
> Avaible to `/bedrock`, `/java`, `/pocketmine`, `/spigot`, `/paper` and `/powernukkit`.
### Static files
I'm releasing a static version of the versions to solve some problems.
> example:
> `https://mcpeversion-static.sirherobrine23.org/{platform}/{version}.json`.
>
> `curl -s https://mcpeversion-static.sirherobrine23.org/bedrock/latest.json`.