Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.84 KB | None | 0 0
  1. {
  2.   "Message Colors": {
  3.     "Primary": "#00ff16",
  4.     "Secondary": "#ff0004"
  5.   },
  6.   "Options": {
  7.     "Duration the vote will be open": 45,
  8.     "Required vote percentage": 50.0,
  9.     "Time the vote will open": 19.5,
  10.     "Time to set on successful vote": 7.5
  11.   },
  12.   "UI Configuration Name": "Design_1",
  13.   "UI Configurations": {
  14.     "Design_1": {
  15.       "Image Elements": [],
  16.       "Main Container Size": {
  17.         "Horizontal End": 62.5,
  18.         "Horizontal Start": 37.5,
  19.         "Vertical End": 95.0,
  20.         "Vertical Start": 90.0
  21.       },
  22.       "Panel Elements": [
  23.         {
  24.           "Background Alpha": 0.5,
  25.           "Background Color (Hex)": "#4c4c4c",
  26.           "Size": {
  27.             "Horizontal End": 100.0,
  28.             "Horizontal Start": 0.0,
  29.             "Vertical End": 100.0,
  30.             "Vertical Start": 0.0
  31.           }
  32.         }
  33.       ],
  34.       "Text Elements": [
  35.         {
  36.           "Size": {
  37.             "Horizontal End": 100.0,
  38.             "Horizontal Start": 2.0,
  39.             "Vertical End": 100.0,
  40.             "Vertical Start": 0.0
  41.           },
  42.           "Text": {
  43.             "Alignment": "MiddleLeft",
  44.             "Color (Hex)": "#ce422b",
  45.             "Size": 15,
  46.             "Text": "Skip Night"
  47.           }
  48.         }
  49.       ],
  50.       "Time Progress Elements": [
  51.         {
  52.           "Bar Alpha (Solid)": 0.0,
  53.           "Bar Color (Solid)": "",
  54.           "Progress Type": "Text",
  55.           "Size": {
  56.             "Horizontal End": 95.0,
  57.             "Horizontal Start": 80.0,
  58.             "Vertical End": 90.0,
  59.             "Vertical Start": 10.0
  60.           },
  61.           "Text Options (Text)": {
  62.             "Alignment": "MiddleRight",
  63.             "Color (Hex)": "",
  64.             "Size": 14,
  65.             "Text": ""
  66.           },
  67.           "URL or Image filename (Graphic)": ""
  68.         }
  69.       ],
  70.       "Vote Progress Elements": [
  71.         {
  72.           "Bar Alpha (Solid)": 1.0,
  73.           "Bar Color (Solid)": "#EBB146",
  74.           "Progress Type": "Solid",
  75.           "Size": {
  76.             "Horizontal End": 80.0,
  77.             "Horizontal Start": 25.0,
  78.             "Vertical End": 85.0,
  79.             "Vertical Start": 15.0
  80.           },
  81.           "Text Options (Text)": null,
  82.           "URL or Image filename (Graphic)": ""
  83.         },
  84.         {
  85.           "Bar Alpha (Solid)": 0.0,
  86.           "Bar Color (Solid)": "",
  87.           "Progress Type": "Text",
  88.           "Size": {
  89.             "Horizontal End": 80.0,
  90.             "Horizontal Start": 25.0,
  91.             "Vertical End": 85.0,
  92.             "Vertical Start": 15.0
  93.           },
  94.           "Text Options (Text)": {
  95.             "Alignment": "MiddleCenter",
  96.             "Color (Hex)": "",
  97.             "Size": 14,
  98.             "Text": "{currentAmount} / {requiredAmount}"
  99.           },
  100.           "URL or Image filename (Graphic)": ""
  101.         }
  102.       ]
  103.     }
  104.   }
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement