About SimpleUiPanel
works with:
This is ideal for a Roleplay server you may ask what does this plug-in do
Features.
- you can make custom panels with different texts on each of them
- each panel can be customized with its own command to open that panel
- and with this out of you can add a panel for a Pacific Zone with like rules or information.
configuration preview
{
"Panels": [
{
"AnchorMaxX": 0.65,
"AnchorMaxY": 0.8,
"AnchorMinX": 0.35,
"AnchorMinY": 0.5,
"Color": "#d60390",
"Command": "panel1",
"Duration": 10.0,
"Message": "welcome to simple UI panel! \nwhat this plug you can add your own text and \ncolor to individual panels and commands",
"TextColor": "#FFFFFF",
"TextSize": 12.0,
"ZoneID": "34929664"
},
{
"AnchorMaxX": 0.65,
"AnchorMaxY": 0.8,
"AnchorMinX": 0.35,
"AnchorMinY": 0.5,
"Color": "#00ff00",
"Command": "panel2",
"Duration": 5.0,
"Message": "Enjoy your stay!",
"TextColor": "#FFFFFF",
"TextSize": 12.0,
"ZoneID": "zone2"
}
]
}