28 lines
986 B
JSON
28 lines
986 B
JSON
{
|
|
"smart-doors": {
|
|
"settings": {
|
|
"highlightSecretDoors": {
|
|
"name": "Tint Secret Doors",
|
|
"hint": "Shade secret doors in a different color on the gm screen to differentiate them from normal doors"
|
|
},
|
|
"lockedDoorAlert": {
|
|
"name": "Locked Door Alert",
|
|
"hint": "Send a message in chat when a player tried to open a locked door"
|
|
},
|
|
"synchronizedDoors": {
|
|
"name": "Synchronized Doors",
|
|
"hint": "Synchronize the state of configured doors"
|
|
}
|
|
},
|
|
"ui": {
|
|
"messages": {
|
|
"unknownVersion": "Smart Doors migration failed with the error: Unkown Version. Please report this to the Smart Doors issue tracker. To prevent possible data loss don't use this plugin until this error is fixed."
|
|
},
|
|
"synchronizedDoors": {
|
|
"description": "State changes of doors in the same synchronization group will be synchronized across scenes. Leave blank to disable synchronization for this door.",
|
|
"groupName": "Synchronization Group"
|
|
}
|
|
}
|
|
}
|
|
}
|