Add configuration file and update main to load server settings

This commit is contained in:
Andrea Moro 2025-01-22 11:22:30 +01:00
parent 07b9969416
commit 6761e43cae
5 changed files with 267 additions and 132 deletions

2
config.toml Normal file
View file

@ -0,0 +1,2 @@
address = "127.0.0.1"
port = "25565"