What does this actually do?

I have in installed but see no difference of anything
If i enable the dock for the Image, it stays on screen 24/7.

 

I don' t see any kind of text appearing when i die or anything.

My deathnotes is working fine and all my plugins have been reset.

Haven't changed anything in the config file other than changing to true to try out an image. All my other MagicPanel plugins work.

This panel is supposed to display the death notes text in a panel. This allows you to disable the chat part of it. If you're not seeing it you can try increasing the height of the dock it is on in oxide/config/MagicPanel/MagicPanel.json

MJSU

This panel is supposed to display the death notes text in a panel. This allows you to disable the chat part of it. If you're not seeing it you can try increasing the height of the dock it is on in oxide/config/MagicPanel/MagicPanel.json

sorry, not working.



Merged post

Thought it was working, but it's not.

I even changed the color on the background bar and that appeared so i thought it was working properly. No text is actually appearing even though my deathnotes appears in the chat still.

 

Here is my config:

{
  "Display Duration (Seconds)": 5.0,
  "Max Entries To Show": 1,
  "Panel Settings": {
    "Dock": "undercompass",
    "Width": 0.4,
    "Order": 1,
    "BackgroundColor": "#fff2df08"
  },
  "Panel Layout": {
    "Image": {
      "Url": "https://i.imgur.com/ZEUcgWt.png",
      "Enabled": false,
      "Color": "#FFFFFFFF",
      "Order": 0,
      "Width": 0.33,
      "Padding": {
        "Left": 0.05,
        "Right": 0.0,
        "Top": 0.2,
        "Bottom": 0.05
      }
    },
    "Text": {
      "Text": "{0}",
      "FontSize": 40,
      "TextAnchor": "MiddleCenter",
      "Enabled": true,
      "Color": "#3333cc",
      "Order": 1,
      "Width": 1.0,
      "Padding": {
        "Left": 0.05,
        "Right": 0.05,
        "Top": 0.05,
        "Bottom": 0.05
      }
    }
  }
}