Add Prometheus metrics support and update Rust to edition 2024 and version 1.85.0
Some checks failed
Push Dev / docker (push) Has been cancelled

This commit is contained in:
Shiroyasha 2025-02-26 01:14:01 +03:00
parent bac1203df8
commit 45aa79da6d
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
14 changed files with 306 additions and 128 deletions

View file

@ -4,8 +4,12 @@ listen = "0.0.0.0:6665"
## Don't touch if you don't know what you're doing
# token = "<random symbols>"
## Enable Prometheus metrics
# metricsEnabled = true
## Path to minecraft server folder
## Sculptor try to use ban list from it
## on Windows use double slash: "C:\\Servers\\1.20.1"
# mcFolder = "~/minecraft_server"
## Can't work without at least one provider!