Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. {
  2.  
  3. "secondaryChannel": {
  4. "type": "text",
  5. "label": "Secondary channel",
  6. "value": ""
  7. },
  8. "showBadges": {
  9. "type": "checkbox",
  10. "label": "Show main channel user badges",
  11. "value": false
  12. },
  13. "fontName": {
  14. "type": "googleFont",
  15. "label": "Font name",
  16. "value": "Montserrat"
  17. },
  18. "fontSize": {
  19. "type": "number",
  20. "label": "Font size",
  21. "value": 24
  22. },
  23. "fontWeight": {
  24. "label": "Font Weight",
  25. "type": "dropdown",
  26. "value": "400",
  27. "options": {
  28. "100": "Thin (100)",
  29. "300": "Light (300)",
  30. "400": "Regular (400)",
  31. "500": "Medium (500)",
  32. "700": "Bold (700)",
  33. "900": "Black (900)"
  34. }
  35. },
  36. "fontColor": {
  37. "type": "colorpicker",
  38. "label": "Font Color",
  39. "value": "rgba(255,255,255,1)"
  40. },
  41. "alignMessages": {
  42. "label": "Align Messages",
  43. "type": "dropdown",
  44. "value": "flex",
  45. "options": {
  46. "flex": "Bottom",
  47. "block": "Top"
  48. }
  49. },
  50. "messagesLimit": {
  51. "type": "number",
  52. "label": "Messages limit",
  53. "value": 4
  54. },
  55. "hideAfter": {
  56. "type": "number",
  57. "label": "Hide after seconds (999 to disable)",
  58. "value": 999
  59. },
  60. "hideCommands": {
  61. "label": "Hide lines starting with ! (!command)",
  62. "type": "dropdown",
  63. "value": "yes",
  64. "options": {
  65. "yes": "Yes",
  66. "no": "No"
  67. }
  68. },
  69. "ignoredUsers": {
  70. "label": "Ignored users (comma separated)",
  71. "type": "text",
  72. "value": "StreamElements,OtherBot"
  73. },
  74. "nickColor": {
  75. "type": "dropdown",
  76. "label": "Nickname color:",
  77. "value": "user",
  78. "options": {
  79. "user": "as on twitch",
  80. "custom": "same as message text"
  81. }
  82. },
  83. "backgroundColor": {
  84. "type": "colorpicker",
  85. "label": "Background color:",
  86. "value": "rgba(0,0,0,0)"
  87. },
  88. "animationIn": {
  89. "type": "dropdown",
  90. "label": "Animation In:",
  91. "value": "none",
  92. "options": {
  93. "none": "None",
  94. "bounceIn": "bounceIn",
  95. "bounceInDown": "bounceInDown",
  96. "bounceInLeft": "bounceInLeft",
  97. "bounceInRight": "bounceInRight",
  98. "bounceInUp": "bounceInUp",
  99. "fadeIn": "fadeIn",
  100. "fadeInDown": "fadeInDown",
  101. "fadeInDownBig": "fadeInDownBig",
  102. "fadeInLeft": "fadeInLeft",
  103. "fadeInLeftBig": "fadeInLeftBig",
  104. "fadeInRight": "fadeInRight",
  105. "fadeInRightBig": "fadeInRightBig",
  106. "fadeInUp": "fadeInUp",
  107. "fadeInUpBig": "fadeInUpBig",
  108. "flipInX": "flipInX",
  109. "flipInY": "flipInY",
  110. "lightSpeedIn": "lightSpeedIn",
  111. "rotateIn": "rotateIn",
  112. "rotateInDownLeft": "rotateInDownLeft",
  113. "rotateInDownRight": "rotateInDownRight",
  114. "rotateInUpLeft": "rotateInUpLeft",
  115. "rotateInUpRight": "rotateInUpRight",
  116. "slideInUp": "slideInUp",
  117. "slideInDown": "slideInDown",
  118. "slideInLeft": "slideInLeft",
  119. "slideInRight": "slideInRight",
  120. "zoomIn": "zoomIn",
  121. "zoomInDown": "zoomInDown",
  122. "zoomInLeft": "zoomInLeft",
  123. "zoomInRight": "zoomInRight",
  124. "zoomInUp": "zoomInUp",
  125. "jackInTheBox": "jackInTheBox",
  126. "rollIn": "rollIn"
  127. }
  128. },
  129. "animationOut": {
  130. "type": "dropdown",
  131. "label": "Animation Out:",
  132. "value": "none",
  133. "options": {
  134. "none": "None",
  135. "bounceOut": "bounceOut",
  136. "bounceOutDown": "bounceOutDown",
  137. "bounceOutLeft": "bounceOutLeft",
  138. "bounceOutRight": "bounceOutRight",
  139. "bounceOutUp": "bounceOutUp",
  140. "fadeOut": "fadeOut",
  141. "fadeOutDown": "fadeOutDown",
  142. "fadeOutDownBig": "fadeOutDownBig",
  143. "fadeOutLeft": "fadeOutLeft",
  144. "fadeOutLeftBig": "fadeOutLeftBig",
  145. "fadeOutRight": "fadeOutRight",
  146. "fadeOutRightBig": "fadeOutRightBig",
  147. "fadeOutUp": "fadeOutUp",
  148. "fadeOutUpBig": "fadeOutUpBig",
  149. "flipOutX": "flipOutX",
  150. "flipOutY": "flipOutY",
  151. "lightSpeedOut": "lightSpeedOut",
  152. "rotateOut": "rotateOut",
  153. "rotateOutDownLeft": "rotateOutDownLeft",
  154. "rotateOutDownRight": "rotateOutDownRight",
  155. "rotateOutUpLeft": "rotateOutUpLeft",
  156. "rotateOutUpRight": "rotateOutUpRight",
  157. "slideOutUp": "slideOutUp",
  158. "slideOutDown": "slideOutDown",
  159. "slideOutLeft": "slideOutLeft",
  160. "slideOutRight": "slideOutRight",
  161. "zoomOut": "zoomOut",
  162. "zoomOutDown": "zoomOutDown",
  163. "zoomOutLeft": "zoomOutLeft",
  164. "zoomOutRight": "zoomOutRight",
  165. "zoomOutUp": "zoomOutUp",
  166. "rollOut": "rollOut"
  167. }
  168. }
  169. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement