Skip to content

This is a simple API that allows you to keep your server up to date with the latest server jar

Notifications You must be signed in to change notification settings

foopis23/minecraft-update-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Server Versions API

This is a simple API that allows you to keep your server up to date with the latest server jar

Documentation

Usages

#!/bin/bash
# update.sh

# stop the server somehow...

# Download Latest Release as "server.jar"
curl -L -X 'GET' \
  'https://minecraft-update-api-production.up.railway.app/vanilla/latest/release' \
  -o 'server.jar'

# start the server somehow...

Running the API

bun run start

Deploy

Deploy on Railway

About

This is a simple API that allows you to keep your server up to date with the latest server jar

Topics

Resources

Stars

Watchers

Forks