Added a page to create a Minecraft server; added config module

This commit is contained in:
2022-10-05 00:12:50 -04:00
parent 13e730df7b
commit 8e80151331
7 changed files with 97 additions and 4 deletions

3
config/default.json Normal file
View File

@ -0,0 +1,3 @@
{
"server_directory": "/opt/minecraft"
}