Lexicon config template update for player joins
This commit is contained in:
parent
16c2f19ec5
commit
e8b209e231
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"cid": null,
|
||||
"name": null,
|
||||
"player": null,
|
||||
"signature": null
|
||||
}
|
|
@ -17,7 +17,8 @@
|
|||
"join": {
|
||||
"open": false,
|
||||
"password": null,
|
||||
"max_players": 4
|
||||
"max_players": 4,
|
||||
"joined": []
|
||||
},
|
||||
"publish": {
|
||||
"notify": {
|
||||
|
@ -56,12 +57,6 @@
|
|||
}
|
||||
},
|
||||
"character": {
|
||||
"default": {
|
||||
"cid": "default",
|
||||
"name": "Ersatz Scrivener",
|
||||
"player": null,
|
||||
"signature": "~Ersatz Scrivener"
|
||||
}
|
||||
},
|
||||
"log": [
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue