Main Settings
Title and Logo
Both title and logo can be changed right at top of the config file in "Main Settings". Each element is parented to separate panel, position, font and alignment can be changed at "Base Ui Elements". Follow these links for further information about text formatting and positioning.
oxide/config/WelcomePanel.json @MAIN SETTINGS
"Server Title": "RUSTPLUGINS.NET", "Server Logo": "https://rustlabs.com/img/items180/cratecostume.png",
oxide/config/WelcomePanel.json @BASE UI SETTINGS
"logo": {
"Color": "0 0 0 0",
"Material": "assets/icons/iconmaterial.mat",
"Image": null,
"Anchor Min": "0.565 0.76",
"Anchor Max": "0.610 0.833",
"Offset Min": "0 0",
"Offset Max": "0 0",
"Fade": 0.2,
"Text (not for panels)": null,
"Text Alignment (not for panels)": 4,
"Text Font (not for panels)": null
},Commands
Default command to open panel is /info, this command will always open panel at its first tab. Custom commands can be also added at "Additional Commands" field in config file.
oxide/config/WelcomePanel.json @MAIN SETTINGS
"Base Command": "info",
"Additional Commands": {
"rules": 2,
"help": 3
}Text Tags
Tags can be used to display various data within your text lines at welcome panel, usually used to display player count, player name, wipe countdown. This feature is disabled by default, needs to be enabled in config file first. ("Enable text tags": true).
{maxplayers}number of open slots{online}amount of online players{playername}player's name{sleeping}sleeper count{joining}amount of players in loading screen{queued}amount of players waiting in queue{worldsize}map size{hostname}server name{wipecountdown}countdown (WipeCountdown plugin required){economics}player's balance in Economics plugin{rp}player's rp from ServerRewards plugin
These tags work only in WelcomePanel text lines and title, they will not work in any other text fields or addons.