diff --git a/configs/config.example.json b/configs/config.example.json index 891d91e..2784b65 100644 --- a/configs/config.example.json +++ b/configs/config.example.json @@ -1,6 +1,6 @@ { "listen-address": ":28010", "processes": [ - {"alias": "minecraft", "process": "fabric-server-mc"} + {"process": "fabric-server-mc", "alias": "minecraft"} ] } \ No newline at end of file