From cb8f6b797abf1bc12e4be42411ecec662a06e61f Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 7 Jul 2024 17:22:15 +0400 Subject: [PATCH] Move "process" first in config.json. --- configs/config.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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