About Admin Online Status
1: This is a simple plugin, the status will be updated automatically when the admin is online
2: The plugin supports configuring via CONFIG and LANG
3: This plugin was written with the help of artificial intelligence.
Commands
/admin - Change admin (online/offline) status
/status - Close and open UI
CONFIG
{
"AdminOnlineText": "ADMIN ONLINE",
"AdminOfflineText": "ADMIN OFFLINE",
"AdminStatusCommand": "admin",
"UIToggleCommand": "status",
"OnlineTextColor": "#00FF00",
"OfflineTextColor": "#FF0000",
"FontSize": 10,
"UpdateInterval": 3.0,
"Width": 0.2,
"Height": 0.05,
"PositionMin": "0.267 0.090"
}
LANG
{
"StatusOnline": "You are now marked as online.",
"StatusOffline": "You are now marked as offline.",
"NoTogglePermission": "You do not have permission to toggle the admin online UI.",
"NoStatusPermission": "You do not have permission to change admin status.",
"UIEnabled": "Admin Online UI enabled.",
"UIDisabled": "Admin Online UI disabled.",
}