Rust Mod - Info Panel
💡
Make sure you have first followed the UMod installation guide and then restart your server before installing any plugins.
Info Panel is a GUI panel with in-game clock, online players, sleepers and custom messages, etc.
Original Documentation and Plugin: https://umod.org/plugins/info-panel (opens in a new tab)
Bigger maps may have less accurate readings with the map grid option.
Features
- In-Game / Server Time.
- Online Player counter
- Sleeper Counter
- Message box
- Airdrop alert
- Helicopter alert
- Radiation alert
- Coordinates
- Full Customization
- Custom Panels: Simple text and Icon
- Api
Chat Commands
/ipanel
- Show the available commands/ipanel hide
- Hide the Info Panel/ipanel show
- Show the Info Panel/ipanel clock game
- The clock will show the in-game time./ipanel clock server < /-hours>
- The clock will show the RL time. You can add or remove hours./ipanel timeformat
- Show the available time formats./ipanel timeformat
- Select your favorite time format from the list.
Configuration
The settings and options can be configured in the InfoPanel file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.
- Available: (Default: true), With this option u can turn on or off a panel.
- Dock: (Default: BottomPanel) , With this option u can choose the dock panel.
- Order: With this option u can set the order of the panels. (Panels with the same dock and AnchorX)
- AnchorX: (Default: Left), You can pull the panel to the left or right side of the dock. (Left/Right)
- AnchorY: (Default: Bottom), You can pull the panel to the top or bottom of the dock/screen. (Top/Bottom)
- Width: Panel width. (0-1)
- Height: Panel height. (0-1)
- Margin: (Default: 0 0 0 0.005) Panel margin (Top,Right,Bottom,Left)
- Autoload: (Default: true) If u turn this off (false). The panel not will be displayed automatically. But other plugins can trigger it.
- CoordType (Default: 2) From 0-2 will display coordinates in a different format. E.X "0" - X: 1000 | Z: 1000, "1" D12 "2" combination of both
How do I install this plugin?
Check out the instructions "Installing UMod/Oxide Plugins" in this install guide