[go: up one dir, main page]

0% found this document useful (0 votes)
6 views3 pages

Fields

The document outlines various display settings for a chat application, including options for showing pronouns, setting message limits, and hiding commands. It also includes configurations for displaying tips, subscriptions, cheers, and testing messages. Each setting has a defined type, label, and value, categorized into groups such as Display Settings, Tips, Subs, Cheers, and Debug.

Uploaded by

rainecandyco
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views3 pages

Fields

The document outlines various display settings for a chat application, including options for showing pronouns, setting message limits, and hiding commands. It also includes configurations for displaying tips, subscriptions, cheers, and testing messages. Each setting has a defined type, label, and value, categorized into groups such as Display Settings, Tips, Subs, Cheers, and Debug.

Uploaded by

rainecandyco
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

{

"displayPronouns": {
"label": "Show Pronouns",
"group": "Display Settings",
"type": "checkbox",
"value": false
},
"messagesLimit": {
"type": "number",
"label": "Message Limit",
"value": 15,
"group": "Display Settings"
},
"hideAfter": {
"type": "number",
"label": "Hide after seconds (999 to disable)",
"value": 999,
"group": "Display Settings"
},
"hideCommands": {
"label": "Hide messages with ! (commands)",
"type": "dropdown",
"value": "yes",
"options": {
"yes": "Yes",
"no": "No"
},
"group": "Display Settings"
},
"ignoredUsers": {
"label": "Ignored users (comma separated)",
"type": "text",
"value": "StreamElements",
"group": "Display Settings"
},
"ignoredCommands": {
"label": "Ignored commands (comma separated)",
"type": "text",
"value": "!,?",
"group": "Display Settings"
},
"tipEnabled": {
"type": "checkbox",
"label": "Display tips in chat",
"value": true,
"group": "Tips"
},
"tipMin": {
"type": "number",
"label": "Minimum tip",
"value": 0,
"group": "Tips"
},
"tipCurrency": {
"type": "text",
"label": "Tip currency",
"value": "$",
"group": "Tips"
},
"subEnabled": {
"type": "checkbox",
"label": "Display subs in chat",
"value": true,
"group": "Subs"
},
"resubEnabled": {
"type": "checkbox",
"label": "Display resubs in chat",
"value": true,
"group": "Subs"
},
"giftEnabled": {
"type": "checkbox",
"label": "Display gift subs in chat",
"value": true,
"group": "Subs"
},
"directEnabled": {
"type": "checkbox",
"label": "Display direct gifts in chat",
"value": true,
"group": "Subs"
},
"cheerEnabled": {
"type": "checkbox",
"label": "Display cheers in chat",
"value": true,
"group": "Cheers"
},
"cheerMin": {
"type": "number",
"label": "Minimum cheers",
"value": 0,
"group": "Cheers"
},

"testMessage": {
"type": "button",
"label": "Test broadcaster message",
"value": "Test message",
"group": "Debug"
},
"testMessage1": {
"type": "button",
"label": "Test moderator message",
"value": "Test message 2",
"group": "Debug"
},
"testMessage2": {
"type": "button",
"label": "Test subscriber message",
"value": "Test message 3",
"group": "Debug"
},
"testMessageName": {
"label": "Username",
"type": "text",
"value": "Test",
"group": "Debug"
},

"testMessageText": {
"label": "Message content",
"type": "text",
"value": "Test",
"group": "Debug"
},

"testMessage3": {
"type": "button",
"label": "Test regular message",
"value": "Test message 4",
"group": "Debug"
}
}

You might also like