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 postThought 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
}
}
}
}