Where to add "CoordType": 2?
an example would be appreciated
{
  "CompassDirections": {
    "e": "East",
    "n": "North",
    "ne": "Northeast",
    "nw": "Northwest",
    "s": "South",
    "se": "Southeast",
    "sw": "Southwest",
    "w": "West"
  },
  "CoordType": 2,
  "Docks": {
    "BottomLeftDock": {
      "AnchorX": "Left",
      "AnchorY": "Bottom",
      "Available": true,
      "BackgroundColor": "0 0 0 0.4",
      "Height": 0.03,
      "Margin": "0.005 0.165 0.005 0.005",
      "Width": 0.18
    },
    "BottomRightDock": {
      "AnchorX": "Right",
      "AnchorY": "Bottom",
      "Available": true,
      "BackgroundColor": "0 0 0 0.4",
      "Height": 0.03,
      "Margin": "0.005 0.005 0.005 0.165",
      "Width": 0.19
    },
    "TopLeftDock": {
      "AnchorX": "Left",
      "AnchorY": "Top",
      "Available": true,
      "BackgroundColor": "0 0 0 0.4",
      "Height": 0.03,
      "Margin": "0.005 0.005 0.005 0.005",
      "Width": 0.175
    },
    "TopRightDock": {
      "AnchorX": "Right",
      "AnchorY": "Top",
      "Available": true,
      "BackgroundColor": "0 0 0 0.4",
      "Height": 0.03,
      "Margin": "0.005 0.005 0.005 0.005",
      "Width": 0.29
    }
  },​
5e8e906c6016a.png Default
{
  "CompassDirections": {
    "e": "East",
    "n": "North",
    "ne": "Northeast",
    "nw": "Northwest",
    "s": "South",
    "se": "Southeast",
    "sw": "Southwest",
    "w": "West"
  },
  "CoordType": 2,
  "Docks": {
    "BottomLeftDock": {
      "AnchorX": "Left",
      "AnchorY": "Bottom",
      "Available": true,
      "BackgroundColor": "0 0 0 0.4",
      "Height": 0.03,
      "Margin": "0.005 0.165 0.005 0.005",
      "Width": 0.18
    },
    "BottomRightDock": {
      "AnchorX": "Right",
      "AnchorY": "Bottom",
      "Available": true,
      "BackgroundColor": "0 0 0 0.4",
      "Height": 0.03,
      "Margin": "0.005 0.005 0.005 0.165",
      "Width": 0.19
    },
    "TopLeftDock": {
      "AnchorX": "Left",
      "AnchorY": "Top",
      "Available": true,
      "BackgroundColor": "0 0 0 0.4",
      "Height": 0.03,
      "Margin": "0.005 0.005 0.005 0.005",
      "Width": 0.175
    },
    "TopRightDock": {
      "AnchorX": "Right",
      "AnchorY": "Top",
      "Available": true,
      "BackgroundColor": "0 0 0 0.4",
      "Height": 0.03,
      "Margin": "0.005 0.005 0.005 0.005",
      "Width": 0.29
    }
  },​

Thank You works great

5b7d22c4ef71f.jpg pookins

Thank You works great

Glad ya like it!

Didn't want to force a config wipe, that's why I had folks add it themselves if they wanted the new feature


Added the Coord parameter .. but it bunches things together .. any advice ?
mseifert99


Added the Coord parameter .. but it bunches things together .. any advice ?

Like stated in the update notes, change the width according to the option you choose, you'll need to adjust the rest of your panels as well to accomodate.

Default, do you mind sharing your panel? I have the same as you but it is very old.
xkraz
Default, do you mind sharing your panel? I have the same as you but it is very old.

Uhm, I use the default config for my test server, and a custom UI for my personal servers.

I adjusted the coordinate margin (in the text section, see below)to shift it over a little bit

"Coordinates": {
  "Autoload": true,
  "Dock": "BottomMiddleDock",
  "PanelSettings": {
    "RefreshRate(s)": "1"
  },
  "Image": {
    "Width": 0.14,
    "Url": "https://i.gyazo.com/09ba113164ce17560aafe1d9feb60add.png",
    "Available": true,
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Height": 1.0,
    "Order": 1,
    "BackgroundColor": "0 0 0 0",
    "Margin": "0 -0.25 0 0"
  },
  "Text": {
    "Width": 1.0,
    "Align": "MiddleLeft",
    "FontColor": "1 255 0 1",
    "FontSize": 10,
    "Content": "No Content",
    "FadeIn": 0.0,
    "FadeOut": 0.0,
    "Available": true,
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Height": 1.0,
    "Order": 2,
    "BackgroundColor": "0 0 0 0.4",
    "Margin": "0 -0.05 0 0"
  },
  "FadeOut": 0.0,
  "Available": true,
  "AnchorX": "Left",
  "AnchorY": "Bottom",
  "Width": 0.24,
  "Height": 0.88,
  "Order": 1,
  "BackgroundColor": "0 0 0 0",
  "Margin": "0 0 0 0.01"
},