Skip to content

Commit

Permalink
lms: update plugin.yaml struct
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Jan 16, 2025
1 parent 57baabf commit 65f4e5a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lms/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 65f4e5a

Please sign in to comment.