mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
407 lines
10 KiB
JSON
407 lines
10 KiB
JSON
{
|
|
"settings": [
|
|
{
|
|
"id": "showPlatform",
|
|
"label": "Show Platform",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "showAvatar",
|
|
"label": "Show Avatar",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "showTimestamps",
|
|
"label": "Show Timestamps",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": false,
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "showBadges",
|
|
"label": "Show Badges",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "showPronouns",
|
|
"label": "Show Pronouns",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": false,
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "showUsername",
|
|
"label": "Show Username",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "showMessage",
|
|
"label": "Show Message",
|
|
"description": "Honestly, if you turn this off, you're stupid lmao",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "font",
|
|
"label": "Font",
|
|
"description": "",
|
|
"type": "text",
|
|
"defaultValue": "",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "fontSize",
|
|
"label": "Font Size",
|
|
"description": "",
|
|
"type": "number",
|
|
"min": 1,
|
|
"max": 120,
|
|
"defaultValue": 18,
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "background",
|
|
"label": "Background",
|
|
"description": "",
|
|
"type": "color",
|
|
"defaultValue": "#000000",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "opacity",
|
|
"label": "Background Opacity",
|
|
"description": "",
|
|
"type": "number",
|
|
"defaultValue": "0.85",
|
|
"min": 0,
|
|
"max": 1,
|
|
"step": ".01",
|
|
"group": "Appearance"
|
|
},
|
|
{
|
|
"id": "hideAfter",
|
|
"label": "Hide After",
|
|
"description": "Messages fade after X seconds (0 to disable)",
|
|
"type": "number",
|
|
"min": 0,
|
|
"max": 120,
|
|
"defaultValue": 0,
|
|
"group": "General"
|
|
},
|
|
{
|
|
"id": "excludeCommands",
|
|
"label": "Exclude Commands",
|
|
"description": "Hide messages starting with \"!\"",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "General"
|
|
},
|
|
{
|
|
"id": "ignoreChatters",
|
|
"label": "Ignore Chatters",
|
|
"description": "Ignored chatters will not be shown",
|
|
"type": "text",
|
|
"defaultValue": "StreamElements,Streamlabs",
|
|
"group": "General"
|
|
},
|
|
{
|
|
"id": "groupConsecutiveMessages",
|
|
"label": "Group Consecutive Messages",
|
|
"description": "Hide username on consecutive messages from the same user",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "General"
|
|
},
|
|
{
|
|
"id": "showTwitchMessages",
|
|
"label": "Chat Messages",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which Twitch messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showTwitchCheers",
|
|
"label": "Cheers",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": false,
|
|
"group": "Which Twitch messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showTwitchAnnouncements",
|
|
"label": "Announcements",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which Twitch messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showTwitchFollows",
|
|
"label": "New Followers",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": false,
|
|
"group": "Which Twitch messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showTwitchSubs",
|
|
"label": "New Subscribers",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which Twitch messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showTwitchChannelPointRedemptions",
|
|
"label": "Channel Point Redemptions",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which Twitch messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showTwitchPowerUpRedemptions",
|
|
"label": "Power-Up Redemptions",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which Twitch messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showTwitchRaids",
|
|
"label": "Raids",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which Twitch messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showTwitchWatchStreaks",
|
|
"label": "Watch Streaks",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which Twitch messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showTwitchSharedChat",
|
|
"label": "Shared Chat Messages",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which Twitch messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showYouTubeMessages",
|
|
"label": "Chat Messages",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which YouTube messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showYouTubeSuperChats",
|
|
"label": "Super Chats",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which YouTube messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showYouTubeSuperStickers",
|
|
"label": "Super Stickers",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which YouTube messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showYouTubeMemberships",
|
|
"label": "Memberships",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which YouTube messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showKickMessages",
|
|
"label": "Chat Messages",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which Kick messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showKickFollows",
|
|
"label": "New Followers",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": false,
|
|
"group": "Which Kick messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showKickSubs",
|
|
"label": "New Subscribers",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which Kick messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showKickChannelPointRedemptions",
|
|
"label": "Channel Point Redemptions",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which Kick messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showKickHosts",
|
|
"label": "Hosts",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which Kick messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showKickGifts",
|
|
"label": "Gifts",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which Kick messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "enableTikTokSupport",
|
|
"label": "Enable TikTok Support",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": false,
|
|
"group": "Which TikTok messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showTikTokMessages",
|
|
"label": "Chat Messages",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"showIf": "enableTikTokSupport",
|
|
"group": "Which TikTok messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showTikTokFollows",
|
|
"label": "New Followers",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"showIf": "enableTikTokSupport",
|
|
"group": "Which TikTok messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showTikTokGifts",
|
|
"label": "Gifts",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"showIf": "enableTikTokSupport",
|
|
"group": "Which TikTok messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showTikTokSubs",
|
|
"label": "New Subscribers",
|
|
"description": "",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"showIf": "enableTikTokSupport",
|
|
"group": "Which TikTok messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showStreamlabsDonations",
|
|
"label": "Streamlabs Tips",
|
|
"description": "<a href=\"https://docs.streamer.bot/guide/integrations/streamlabs\" target=\"_blank\">Click to connect</a>",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which donation messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showStreamElementsTips",
|
|
"label": "StreamElements Tips",
|
|
"description": "<a href=\"https://docs.streamer.bot/guide/integrations/streamelements\" target=\"_blank\">Click to connect</a>",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which donation messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showPatreonMemberships",
|
|
"label": "Patreon Memberships",
|
|
"description": "<a href=\"https://docs.streamer.bot/guide/integrations/patreon\" target=\"_blank\">Click to connect</a>",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which donation messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showKofiDonations",
|
|
"label": "Ko-fi Donations",
|
|
"description": "<a href=\"https://docs.streamer.bot/guide/integrations/ko-fi\" target=\"_blank\">Click to connect</a>",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which donation messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showTipeeeStreamDonations",
|
|
"label": "TipeeeStream Donations",
|
|
"description": "<a href=\"https://docs.streamer.bot/guide/integrations/tipeee-stream\" target=\"_blank\">Click to connect</a>",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which donation messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "showFourthwallAlerts",
|
|
"label": "Fourthwall Alerts",
|
|
"description": "<a href=\"https://docs.streamer.bot/guide/integrations/fourthwall\" target=\"_blank\">Click to connect</a>",
|
|
"type": "checkbox",
|
|
"defaultValue": true,
|
|
"group": "Which donation messages do you want to see?"
|
|
},
|
|
{
|
|
"id": "furryMode",
|
|
"label": "Furry Mode",
|
|
"description": "Meow",
|
|
"type": "checkbox",
|
|
"defaultValue": false,
|
|
"group": "Very Important Stuff"
|
|
},
|
|
{
|
|
"id": "address",
|
|
"label": "Address",
|
|
"description": "Streamer.bot Websocket Server Address",
|
|
"type": "text",
|
|
"defaultValue": "127.0.0.1",
|
|
"group": "Advanced"
|
|
},
|
|
{
|
|
"id": "port",
|
|
"label": "Port",
|
|
"description": "Streamer.bot Websocket Server Port",
|
|
"type": "text",
|
|
"defaultValue": "8080",
|
|
"group": "Advanced"
|
|
}
|
|
]
|
|
} |