mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
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
Some checks failed
Push Dev / docker (push) Has been cancelled
This commit is contained in:
parent
bac1203df8
commit
45aa79da6d
14 changed files with 306 additions and 128 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue