From 3e825b1d187be9d50021147166716eb4be443b7b Mon Sep 17 00:00:00 2001 From: xeon Date: Sun, 21 Jan 2024 15:48:45 +0000 Subject: [PATCH] Update 'How to use GM commands?' --- How-to-use-GM-commands%3F.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-use-GM-commands%3F.md b/How-to-use-GM-commands%3F.md index 52c3b59..87b19d3 100644 --- a/How-to-use-GM-commands%3F.md +++ b/How-to-use-GM-commands%3F.md @@ -4,7 +4,7 @@ You can execute GM commands using MUIP server.
By default, MUIP server is listening for requests at port 1337
You need to specify your request using `/api/gmtalk` query with your session id and cmd (to get session id, look at console window of your Gateserver, it will print your session id when you'll be entering game)
-For example, you want to perform command `adventure maze 201010101` and your session id is `1` +For example, you want to perform command `adventure maze 1010101` and your session id is `1` Then query will be look like that: `http://127.0.0.1:1337/api/gmtalk?s_id=1&cmd=adventure%20maze%201010101` where `s_id` specifies your session id and `cmd` specifies gm command Current list of GM Commands: