Add config.yml support for port, host and MOTD
Some checks failed
Build JStom / build (push) Has been cancelled

This commit is contained in:
2026-01-25 23:06:05 +00:00
parent 7bbb86eab2
commit 0efdc38833
4 changed files with 73 additions and 3 deletions

View File

@@ -21,6 +21,9 @@ dependencies {
// Logging
implementation("org.slf4j:slf4j-simple:2.0.9")
// Config
implementation("org.yaml:snakeyaml:2.2")
}
application {