From 65f4e5a82c98fd5b3d92ea4e74bd59303f875e70 Mon Sep 17 00:00:00 2001 From: Onkel Andy Date: Thu, 16 Jan 2025 23:02:54 +0100 Subject: [PATCH] lms: update plugin.yaml struct --- lms/plugin.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lms/plugin.yaml b/lms/plugin.yaml index 1e4b4f051..1b9525f10 100755 --- a/lms/plugin.yaml +++ b/lms/plugin.yaml @@ -356,6 +356,12 @@ item_structs: - server - server.syncgroups + newclient: + type: str + sqb_command@instance: server.newclient + sqb_read@instance: true + sqb_write@instance: false + players: type: dict sqb_command@instance: server.players @@ -1358,6 +1364,12 @@ item_structs: - ALL.server - ALL.server.syncgroups + newclient: + type: str + sqb_command@instance: server.newclient + sqb_read@instance: true + sqb_write@instance: false + players: type: dict sqb_command@instance: server.players