I edited the config and changed everything how i wanted it to test it and saved the change and reloaded the plugin and nothing changed ?
Config:
main = new WelcomePanel.Configuration.Main
{
open = true,
onceWipe = false,
openAt = 1,
blockInput = true,
tags = true,
scrollColor = "1 1 1 0.08",
scrollTrackColor = "1 1 1 0.02",
selectedColor = "0.161 0.384 0.569 1",
title = "<size=60>CITY LURKZ RP</size>",
logo = "https://i.postimg.cc/qMNCY7Xg/New-Project-1.png",
cmd = "info",
addCmds = new Dictionary<string, int>()
{
{"rules", 2},
{"help", 3}
}
},
tabs = new List<WelcomePanel.Configuration.Tab>
{
new WelcomePanel.Configuration.Tab
{
name = "HOME",
icon = "https://rustplugins.net/products/welcomepanellite/1/home_button.png",
size = 12,
color = "1 1 1 1",
outlineColor = "0 0 0 1",
outline = "0.5",
font = "robotocondensed-bold.ttf",
image = "",
align = TextAnchor.MiddleCenter,
text = new List<string[]>{
new string[]
{
"<size=45><color=#b52323>CITY LURKZ ROLEPLAY</size> ",
"<size=25>WIPE SCHEDULE <color=#cc4141>MONTHLY</color> @ <color=#cc4141>1:00PM</color> (CST)</size>",
"<size=25>RATES <color=#cc4141>2x GATHER</color> | <color=#cc4141>1.5x LOOT</color></size> ",
"<size=25>GROUP LIMIT <color=#cc4141>MAX 10</color></size>",
"\n",
"\n",
"<size=15>Server is located in US. Blueprints are wiped monthly. Feel free to browse our infomation panel to find out more about the server. If you have more questions, please join our discord and we will happy to help you.</size>",
"\n",
}
},
addon = "",