diff --git a/src/content/docs/information/services.mdx b/src/content/docs/information/services.mdx index 573dbd9659..32536e4153 100644 --- a/src/content/docs/information/services.mdx +++ b/src/content/docs/information/services.mdx @@ -35,3 +35,32 @@ If you're a user of our legacy platform https://uk.thot.cc then please migrate y + +--- + +### Server Jar API + +The setup.md have taken the work produced by PenguiLoader on Github and rewrote some code to work in Cloudflare workers. The API is super simple to use and will remain open source further enhance the API as time progresses. + +The base domain is `https://jar.setup.md` + +The subsequent slug that follows is syntaxed as below. + +`/download/{SOFTWARE}/{VERSION}/{BUILD}` + +To grab the latest paper .jar download: + +` +GET https://jar.setup.md/download/paper/latest/latest +` + +To grab the latest vanilla server.jar download link: (no build parameter required) + +` +GET https://jar.setup.md/download/vanilla/latest +` + + + + +