Skip to content

Commit 65f4e5a

Browse files
committed
lms: update plugin.yaml struct
1 parent 57baabf commit 65f4e5a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lms/plugin.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,12 @@ item_structs:
356356
- server
357357
- server.syncgroups
358358

359+
newclient:
360+
type: str
361+
sqb_command@instance: server.newclient
362+
sqb_read@instance: true
363+
sqb_write@instance: false
364+
359365
players:
360366
type: dict
361367
sqb_command@instance: server.players
@@ -1358,6 +1364,12 @@ item_structs:
13581364
- ALL.server
13591365
- ALL.server.syncgroups
13601366

1367+
newclient:
1368+
type: str
1369+
sqb_command@instance: server.newclient
1370+
sqb_read@instance: true
1371+
sqb_write@instance: false
1372+
13611373
players:
13621374
type: dict
13631375
sqb_command@instance: server.players

0 commit comments

Comments
 (0)