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": {
|
"join": {
|
||||||
"open": false,
|
"open": false,
|
||||||
"password": null,
|
"password": null,
|
||||||
"max_players": 4
|
"max_players": 4,
|
||||||
|
"joined": []
|
||||||
},
|
},
|
||||||
"publish": {
|
"publish": {
|
||||||
"notify": {
|
"notify": {
|
||||||
|
@ -56,12 +57,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"character": {
|
"character": {
|
||||||
"default": {
|
|
||||||
"cid": "default",
|
|
||||||
"name": "Ersatz Scrivener",
|
|
||||||
"player": null,
|
|
||||||
"signature": "~Ersatz Scrivener"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"log": [
|
"log": [
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue