Improvements for ExpCommands

This commit is contained in:
Cooldude2606
2024-11-08 12:59:12 +00:00
parent c61c931b58
commit c9bf85835f
9 changed files with 142 additions and 137 deletions

View File

@@ -1,6 +1,5 @@
--[[-- Command Module - IPC
--[[-- Commands - IPC
System command which sends an object to the clustorio api, should be used for debugging / echo commands
@commands _system-ipc
--- Send a message on your custom channel, message is a json string
/_ipc myChannel { "myProperty": "foo", "playerName": "Cooldude2606" }