Advertisement
Nyokeon

s2 Shootout fields

Jan 26th, 2021
1,147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.92 KB | None | 0 0
  1. {
  2.   "soundAlert": {
  3.    "type": "sound-input",
  4.    "group": "Configurações",
  5.    "label": "Selecionar som:"
  6.  },  
  7.   "emularChat": {
  8.         "type": "button",
  9.         "label": "Testar Overlay",
  10.         "group": "Configurações",
  11.         "value": "emular"
  12.     },
  13.     "permMod": {
  14.         "type": "checkbox",
  15.         "label": "Moderador",
  16.         "group": "Permissões",
  17.         "value": 1
  18.     },
  19.     "permVip": {
  20.         "type": "checkbox",
  21.         "label": "Vip",
  22.         "group": "Permissões",
  23.         "value": 0
  24.     },
  25.     "permNormal": {
  26.         "type": "checkbox",
  27.         "label": "Usuário Comum",
  28.         "group": "Permissões",
  29.         "value": 0
  30.     },
  31.     "bordaAvatar": {
  32.         "type": "colorpicker",
  33.         "label": "Borda do Avatar",
  34.         "group": "Cores Elementos",
  35.         "value": "#1ED3D1"
  36.     },
  37.     "fundoAvatar": {
  38.         "type": "colorpicker",
  39.         "label": "Fundo do Avatar",
  40.         "group": "Cores Elementos",
  41.         "value": "#5c2c89"
  42.     },
  43.     "hearts": {
  44.         "type": "colorpicker",
  45.         "label": "Corações",
  46.         "group": "Cores Elementos",
  47.         "value": "#A750F9"
  48.     },
  49.   "heartLogo": {
  50.         "type": "colorpicker",
  51.         "label": "Logo s2",
  52.         "group": "Cores Elementos",
  53.         "value": "#FFFFFF"
  54.     },
  55.     "balloonConheca": {
  56.         "type": "colorpicker",
  57.         "label": "Balão Conheça",
  58.         "group": "Cores Elementos",
  59.         "value": "#A750F9"
  60.     },
  61.     "blockUsername": {
  62.         "type": "colorpicker",
  63.         "label": "Bloco do Username",
  64.         "group": "Cores Elementos",
  65.         "value": "#1ED3D1"
  66.     },
  67.     "balloonJogando": {
  68.         "type": "colorpicker",
  69.         "label": "Balão Jogando",
  70.         "group": "Cores Elementos",
  71.         "value": "#A750F9"
  72.     },
  73.     "blockJogando": {
  74.         "type": "colorpicker",
  75.         "label": "Bloco do nome do jogo",
  76.         "group": "Cores Elementos",
  77.         "value": "#1ED3D1"
  78.     },
  79.     "conheca": {
  80.         "type": "colorpicker",
  81.         "label": "Conheça",
  82.         "group": "Cores Textos",
  83.         "value": "#1ED3D1"
  84.     },
  85.     "twitchtv": {
  86.         "type": "colorpicker",
  87.         "label": "Twitch.tv",
  88.         "group": "Cores Textos",
  89.         "value": "#FFFFFF"
  90.     },
  91.     "username": {
  92.         "type": "colorpicker",
  93.         "label": "Nome do Usuário",
  94.         "group": "Cores Textos",
  95.         "value": "#FFFFFF"
  96.     },
  97.     "jogando": {
  98.         "type": "colorpicker",
  99.         "label": "Jogando",
  100.         "group": "Cores Textos",
  101.         "value": "#1ED3D1"
  102.     },
  103.     "jogo": {
  104.         "type": "colorpicker",
  105.         "label": "Nome do Jogo",
  106.         "group": "Cores Textos",
  107.         "value": "#FFFFFF"
  108.     },
  109.     "widgetName": {
  110.         "type": "hidden",
  111.         "group": "Testar",
  112.         "value": "!s2 ShoutOut"
  113.     },
  114.     "widgetAuthor": {
  115.         "type": "hidden",
  116.         "group": "Testar",
  117.         "value": "Nyokeon"
  118.     }
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement