fix: take mc empty server starter from teh github releases

This commit is contained in:
silver 2025-01-16 15:16:29 +00:00
parent d4eb851277
commit e2a3edcaa7
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -1,7 +1,15 @@
name = "EmptyServerStopper" name = "mcEmptyServerStopper"
filename = "mcEmptyServerStopper-1.1.0.jar" filename = "mcEmptyServerStopper-1.1.0.jar"
side = "both"
[download] [download]
url = "https://github.com/vincss/mcEmptyServerStopper/releases/download/v1.1.0/mcEmptyServerStopper-1.1.0.jar" url = "https://github.com/vincss/mcEmptyServerStopper/releases/download/v1.1.0/mcEmptyServerStopper-1.1.0.jar"
hash-format = "sha256" hash-format = "sha256"
hash = "661e73cc81c6433fdc4236bc67e1b2d4b306dc05f9bdaac2c6ebc386266daf5f" hash = "661e73cc81c6433fdc4236bc67e1b2d4b306dc05f9bdaac2c6ebc386266daf5f"
[update]
[update.github]
branch = "4d4c96a6a37cf069512951d8cdb2767425486449"
regex = "^.+(?<!-api|-dev|-dev-preshadow|-sources)\\.jar$"
slug = "vincss/mcEmptyServerStopper"
tag = "v1.1.0"