Latest Version v2.0.5
- Welcomes players with a clean server UI.
- Keep everything in one place so your players don’t have to remember commands.
- 3 plugins in 1: Welcome UI, Daily Rewards, and Server feedback.
- Built-in daily reward system to entice players to log in every day.
- Send feedback or bugs directly to admins using the report system.
- Displays their Economy/Server Rewards balance on the UI.
- Fully customizable; easily update colours or add/remove info panels.
- You can disable the daily reward or VIP panel too.
- Language file support so you can translate the page content.
- Example config files included for you to change to your liking.
infoui.wipe
– Removes all daily login data.infoui.admin
– Required to use the admin console commands.infoui.blockreport
– Block bug reports from users with this permission.
You can also add/remove permission tiers to thank players for being a VIP:
If they don’t have a rank from these settings it will display a link to your website, or whatever you set.
The VIP rank panel be completely disabled as well! I tried to make the plugin as modular as possible.
“Show VIP rank panel (true/false)”: true,
“VIP Ranks [Highest to lowest]”: [
{
“Oxide group”: “vip++”,
“Display name”: “<color=#00ff00>[VIP++]“,
“Background colour”: {
“Hex Colour”: “#00ff00”,
“Opacity (0.0 – 1.0)”: 0.45
}
},
{
“Oxide group”: “vip+”,
“Display name”: “<color=#ff0000>[VIP+]“,
“Background colour”: {
“Hex Colour”: “#ff0000”,
“Opacity (0.0 – 1.0)”: 0.45
}
},
{
“Oxide group”: “vip”,
“Display name”: “<color=#FFD700>[VIP]“,
“Background colour”: {
“Hex Colour”: “#FFD700”,
“Opacity (0.0 – 1.0)”: 0.45
}
}
] }
Reviews
There are no reviews yet.