免费插件

Info Panel

信息面板

GUI 面板,带有游戏时钟、在线玩家、睡眠者和自定义消息等。

guiinformational

原作者:DevGonzi · 查看 uMod 官方页面 ↗

插件介绍

GUI 面板,带有游戏时钟、在线玩家、睡眠者和自定义消息等。

Bigger maps may have less accurate readings with the map grid option, working on a fix but please use the old display instead.

This function will load your panel. For the first time it will create a new entry into the Info Panel config file under the ThirdPartyPanels section. After that the Info Panel will load the panel config from there.

If you use the Text or Image in your config. They will be automatically named. (PluginName Text or PluginName Image)For example: MyPanelName -> MyPanelNameText or MyPanelNameImage

Show the selected panel to everyone or certain player.

主要用途

主要用于gui、informational等服务端功能。 本插件由 DevGonzi 发布,当前目录记录版本为 v1.0.9,uMod 累计下载 205,226 次。

适用场景

  • 希望改善玩家交互与日常体验的社区服务器

功能分类

guiinformational
查看 uMod 官方英文简介

GUI panel with in-game clock, online players, sleepers and custom messages, etc.

指令说明

/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.

相关依赖

  • Economics
  • Server Rewards

配置说明

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

官方配置示例

private bool PanelRegister(string pluginName, string panelName, string json)
private bool ShowPanel(string pluginName, string panelName**,  string playerId = null

更新日志

最新版本: v1.0.9
最后版本发布: 2023-09-13
最后更新(条目): 2026-07-19

本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面

安装方法

  1. 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
  2. 登录本站后点击"下载",由 uMod 官方地址获取作者发布的文件。
  3. 将 .cs 文件放入服务器的 oxide/plugins 目录。
  4. 观察服务端控制台,确认插件编译并成功加载。
  5. 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。

使用前注意

  • Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
  • 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
  • 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
  • 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
来源说明

中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。