原地址
Admin Menu
Manage your Rust server easier and more efficiently with the AdminMenu plugin. Track players, interact with them, edit their data and permissions, as well as change server convars and manage plugins. Features: Menu retains its state after closing, you won't lose everything you did before. Ability...
codefling.com
关于管理员菜单
使用 AdminMenu 插件更轻松、更高效地管理您的 Rust 服务器。跟踪玩家、与他们互动、编辑他们的数据和权限,以及更改服务器转换和管理插件。
特征:
- 菜单在关闭后保持其状态,您不会丢失之前所做的一切。
- 能够将菜单完全翻译成任何语言。
- 每个操作的大范围权限,将允许您灵活地为每组管理员自定义管理菜单。
- 允许您执行快速操作的快捷菜单
- 能够按在线、离线、管理员和版主进行筛选的玩家完整列表。还有一个不同颜色的框架,具体取决于授权级别。
- 为所选玩家提供广泛的信息和操作。
- 使用 search 编辑 convars。有一个完整的可编辑 convar 列表,以及其中一些的描述。
- 按类别划分的广泛问题菜单,可轻松管理名称、皮肤和数量(手动、+1、+100、+1000、+10000)。
- 插件管理菜单。可以轻松快速地重新加载、卸载或加载插件。更新是实时进行的。
- 能够创建您自己的自定义按钮来执行多个命令
- 您可以在 plugins 文件夹中安装插件。
- 授予自己 adminmenu.full访问权限。
命令,请使用您选择的一个,一个用于 player,一个用于 admin 组:o.grant user {name/steamid} adminmenu.fullaccess
o.grant group admin adminmenu.fullaccess - 在控制台中按 X 按钮(交换席位按钮)或键入 adminmenu。
- 享受
- 您可以在管理员菜单中快速打开播放器。为此,请指向播放器并按 X。
您不必完全将鼠标悬停在播放器上,您将能够在您正在查看的位置的特定半径内打开播放器。
自定义按钮
自定义按钮是按下时将代表管理员执行命令的按钮,命令可以是多个,以下是详细信息。
目前,可以在两个位置创建自定义按钮:快捷菜单和选择播放器时的菜单。这些地方在 config.
按钮字段:
- “以服务器身份执行” - 代表服务器(而不是管理员)调用命令
- “标签” - 按钮上的文本,对于每个这样的铭文,都会在 lang 文件中创建一个字段,因此您可以将此文本翻译成多种语言。
- “Commands” - 将代表管理员执行的命令数组。聊天命令需要一个特殊的条目,请参阅示例。
- “Permission” - 显示和使用按钮的权限。您需要编写 “adminmenu.” 之后的权限。
示例:如果您输入权限 “test”,则权限将为 adminmenu.test - “位置” - 按钮的位置,第一个数字负责行号,第二个数字负责行内的位置,从 0 开始,位置有限制,如果您超出了限制 - 按钮将不会显示。
- 常见标签:
- {adminUID} - 管理员的 ID。
- {position} - 管理员坐标(脚下)
- {view_position} - 管理员正在查看的位置(可用于生成或类似内容)
- {view_direction_forward} - 管理员的前视方向
- {view_direction_backward} - 管理员向后看的方向
- {view_direction_left} - 管理员视图向左的方向
- {view_direction_right} - 管理员的视图方向向右
- 仅限目标的标记:
- {steamid}、{steamID}、{userID}、{STEAMID}、{USERID} - 含义相同,即所选玩家的 ID。
- {target_position} - 目标坐标(脚下)
命令示例:
- chat.say \“/{chat 命令}\”
- 消失
- 封禁 {steamID}
- 传送 {steamID} {adminUID}
有关授权菜单的更多信息:
授权菜单包括项目的完整列表,包括隐藏项目以及由 CustomItemDefinitions 库创建的自定义项目。
可以从导航或所选播放器的菜单访问该菜单。当发行本身具有类别时。
在任何注册表中,按名称或短名称的任何部分进行搜索。
在任何阶段都有页面系统。
有关快捷菜单中按钮的更多信息:
- [Teleport to 0 0 0] - 传送到坐标 0 0 0。
需要 adminmenu.quickmenu.teleportto000 权限 - [传送到死亡点] - 传送到您的死亡点。
需要 adminmenu.quickmenu.teleporttodeath 权限 - [Teleport to Spawn point] - 传送到一个随机的生成点。
需要 adminmenu.quickmenu.teleporttospawnpoint 权限 - [杀死自己] - 杀死自己,即使不朽也会杀死。
不需要权限。 - [治愈自我] - 完全治愈自己。
需要 adminmenu.quickmenu.healself 权限 - [呼叫直升机] - 呼叫直升机给自己(及时到达)。
需要 adminmenu.quickmenu.helicall 权限 - [生成布拉德利] - 在你自己身上生成布拉德利。
需要 adminmenu.quickmenu.spawnbradley 权限
- [Teleport Self To] - 将自己传送到选定的玩家处。
需要 adminmenu.userinfo.teleportselfto 权限 - [Teleport To Self] - 将所选玩家传送到自己身边。
需要 adminmenu.userinfo.teleporttoself 权限 - [Teleport To Auth] - 传送到随机授权 (TC)。
需要 adminmenu.userinfo.teleporttoauth 权限 - [Teleport to Deathpoint(传送到死亡点)] - 传送到玩家的死亡点。
- 需要 adminmenu.userinfo.teleporttodeath 权限
- [治愈] - 完全治愈,包括新陈代谢。
需要 adminmenu.userinfo.fullheal 权限 - [治愈 50%] - 一半治愈。
需要 adminmenu.userinfo.halfheal 权限。 - [查看库存] - 查看和编辑玩家的库存。
需要 adminmenu.userinfo.viewinv 权限 - [Strip Inventory] - 清除玩家的库存。
需要 adminmenu.userinfo.stripinventory 权限 - [解锁蓝图] - 解锁所有蓝图。
需要 adminmenu.userinfo.unlockblueprints 权限 - [撤销蓝图] - 重置所有蓝图。
需要 adminmenu.userinfo.revokeblueprints 权限。 - [杀死] - 杀死一名玩家。
需要 adminmenu.userinfo.kill 权限 - [踢] - 踢一名球员。
需要 adminmenu.userinfo.kick 权限 - [封禁] - 封禁玩家。
需要 adminmenu.userinfo.ban 权限
- [Remove Group] - 删除组,已确认。
需要 adminmenu.groupinfo.removegroup 权限 - [克隆组] - 具有复制用户功能的克隆组。
需要 adminmenu.groupinfo.clonegroup 权限
- adminmenu.use - Ability to use admin menu with basic set. Open tab quick menu (each button has its own permission, without permissions is present only kill yourself button) and the list of players.
- adminmenu.fullaccess - Full access to all functions without the need for each permission, includes also adminmenu.use. It is recommended to give only to the main administrators.
- adminmenu.quickmenu.teleportto000 - Access to the button in the quick menu, teleportation to coordinates 0 0 0 0.
- adminmenu.quickmenu.teleporttodeath - Access to the button in the quick menu, teleportation to the point of your death.
- adminmenu.quickmenu.teleporttospawnpoint - Access to the button in the quick menu, teleportation to a random spawn point.
- adminmenu.quickmenu.healself - Access button in quickmenu, heal yourself completely.
- adminmenu.quickmenu.helicall - Access to the button in the quick menu, call a helicopter to yourself (arrives in time).
- adminmenu.quickmenu.spawnbradley - Access button in quickmenu, spawn bradley.
- adminmenu.userinfo.teleportselfto - Access to the button in the menu of the selected player, teleportation to the selected player.
- adminmenu.userinfo.teleporttoself - 访问所选玩家菜单中的按钮,将所选玩家传送到自己身边。
- adminmenu.userinfo.teleporttoauth - 访问所选玩家菜单中的按钮,传送到随机授权 (TC)。
- adminmenu.userinfo.teleporttodeath - 访问所选玩家菜单中的按钮,传送到玩家的死亡地点。
- adminmenu.userinfo.fullheal - 访问所选球员菜单中的按钮,完全治疗,包括新陈代谢。
- adminmenu.userinfo.halfheal - 访问所选球员菜单中的按钮,半治疗。
- adminmenu.userinfo.viewinv - 访问所选玩家菜单中的按钮,查看和编辑玩家的库存。
- adminmenu.userinfo.stripinventory - 访问所选玩家菜单中的按钮,清除玩家的库存。
- adminmenu.userinfo.unlockblueprints - 访问所选玩家菜单中的按钮,解锁所有草稿。
- adminmenu.userinfo.revokeblueprints - 访问所选玩家菜单中的按钮,重置所有草稿。
- adminmenu.userinfo.kill - 访问所选玩家菜单中的按钮以杀死该玩家。
- adminmenu.userinfo.kick - 访问所选玩家菜单中的按钮以踢出该玩家。
- adminmenu.userinfo.ban - 访问所选播放器菜单中的按钮,封禁该玩家。
- adminmenu.groupinfo.removegroup - 访问所选组菜单中的按钮,能够删除组。
- adminmenu.groupinfo.clonegroup - 访问所选组菜单中的按钮,能够克隆组。
- adminmenu.convars - 查看和编辑 convars。
- adminmenu.permissionmanager - 查看和编辑组、玩家组、创建、删除和克隆组的权限(需要这些按钮的其他权限)。
- adminmenu.pluginmanager - 访问插件管理、重新加载、卸载、加载插件。
- adminmenu.give - 提供资源的访问权限,以及您自己和所选玩家。