About APAdminESP
APAdminESP is an advanced Rust plugin providing a comprehensive ESP toolset for server administrators. It enables admins to view players' locations, their names, bounding boxes, and directions of view in real-time. This plugin can be customized to show or hide other administrators, adjust view distance, and toggle various ESP display options. The flexible UI supports both chat commands and a built-in customizable interface for smooth and intuitive user experience.
The data file containing each administrator's settings parameters is located at:
/oxide/data/APSystem/APAdminESP/APAdminESP.json
This file is where individual configuration details for each admin user are stored, allowing persistence and easy access to customized ESP settings for each administrator.
Key Features:
- ESP Toggle: Easily enable or disable ESP for administrators.
- UI Panel: Access settings directly through a UI menu for streamlined adjustments.
- Distance Control: Set visibility range from 50 to 1000 meters.
- Admin Visibility: Optionally show or hide other administrators from the ESP display.
- ESP Options: Customize ESP display with toggles for names, bounding boxes, eye lines, and eye line distance.
- Adjustable Refresh Rate: Set the update interval between 0.1 to 15 seconds.
Commands:
/ae - Enable or disable ESP.
/aemenu - Access settings menu.
Permissions:
apadminesp.use
Grants permission to use the ESP tool.
Config: #1
represents the default configuration with the UI positioned on the left side at the bottom of the screen:
{ "ButtonAnchorMax": "0.05 0.053", "ButtonAnchorMin": "0 0.025", "PanelAnchorMax": "0.3 0.2", "PanelAnchorMin": "0.052 0.005", "ShowCursorWhenPanelOpen": true }
Config: #2
is configured to place the UI on the left side at the top of the screen:
{ "ButtonAnchorMax": "0.05 0.861", "ButtonAnchorMin": "0 0.828", "PanelAnchorMax": "0.3 0.9", "PanelAnchorMin": "0.052 0.705", "ShowCursorWhenPanelOpen": true }
This allows flexibility in positioning based on administrator preferences.
Installation:
- Download the APDistance plugin from Codefling.
- Place the plugin file in your server's oxide/plugins directory.
- Restart your server or load the plugin using the command.
o.reload APAdminESP