#最新
信息显示面板

Rust-付费插件 2023-08-22 0 833
信息显示面板
资源编号:2931
最近更新:2023-12-16
¥ 65B票

永久会员免费升级永久会员

升级VIP
增值服务:
下载不了?请联系网站客服提交链接错误!
详情介绍

信息显示面板信息显示面板 信息显示面板 信息显示面板

简洁的服务器信息显示面板,可进行缩小话设置和透明的设置,无需繁杂的配置信息,简单易修改。

特征:

  • 您可以 在 UI 中添加任何插件事件(如果它有钩子,通常在插件描述中指定)[如果您的事件不起作用,请告诉我]
  • 您的配置将检测您何时更改他并自行将插件重新加载到服务器(仅当您保存配置文件Ctrl + S文件>保存时, 您可以在配置文件中禁用它[“自动重新加载”] ) 
  • 时间格式根据玩家进行调整(取决于他在游戏中的语言),它检查该语言使用哪种时间格式
  • 您还可以启用在箭头上打开的附加菜单。您可以向此菜单添加各种按钮,例如,打开商店、服务器菜单等。
  • 几乎所有元素都是可定制的 [例如:每个元素的可见性、徽标、图标、颜色等(检查下面的配置)]

命令:

/h – 显示所有服务器 Hud UI 命令

/h open – 打开服务器 Hud UI

/h events – 打开事件栏

/h close – 关闭服务器 Hud UI

/h hide – 隐藏服务器 Hud UI

问答:

问:如何添加新的更多事件?
答:您只需复制之前的事件并粘贴到列表末尾即可。例如
之前:

{
  "Hook OnEventStart": "OnSputnikEventStart",
  "Hook OnEventStop": "OnSputnikEventStop",
  "Name": "Sputnik",
  "Active color": "#10ff10",
  "Icon": "https://cdn.discordapp.com/attachments/335512864548847617/1134455315488854016/sputnik.png",
  "Color": "#fff",
  "Enable": false
},
{
  "Hook OnEventStart": "OnArmoredTrainEventStart",
  "Hook OnEventStop": "OnArmoredTrainEventStop",
  "Name": "ArmoredTrain",
  "Active color": "#10ff10",
  "Icon": "https://cdn.discordapp.com/attachments/335512864548847617/1134455315841155173/train.png",
  "Color": "#fff",
  "Enable": false
}

After:

{
  "Hook OnEventStart": "OnSputnikEventStart",
  "Hook OnEventStop": "OnSputnikEventStop",
  "Name": "Sputnik",
  "Active color": "#10ff10",
  "Icon": "https://cdn.discordapp.com/attachments/335512864548847617/1134455315488854016/sputnik.png",
  "Color": "#fff",
  "Enable": false
},
{
  "Hook OnEventStart": "OnArmoredTrainEventStart",
  "Hook OnEventStop": "OnArmoredTrainEventStop",
  "Name": "ArmoredTrain",
  "Active color": "#10ff10",
  "Icon": "https://cdn.discordapp.com/attachments/335512864548847617/1134455315841155173/train.png",
  "Color": "#fff",
  "Enable": false
},
{
  "Hook OnEventStart": "You can check it in the event plugin description",
  "Hook OnEventStop": "You can check it in the event plugin description",
  "Name": "NewEventPlugin",
  "Active color": "#10ff10",
  "Icon": "https://cdn.discordapp.com/attachments/335512864548847617/1134455318332592219/harbor.png",
  "Color": "#fff",
  "Enable": false
}

信息显示面板Config:

{
  "Auto reload [If you change the config and save the file the plugin will reload itself]": true,
  "Main setup": {
    "Overall layer [you will see the hud in your inventory]": false,
    "Size ALL [0% - inf]": 100,
    "Logo [HUD interact button]": "https://media.discordapp.net/attachments/335512864548847617/1134455399756607549/logo.png",
    "Events background opacity [0% - 100%]": 100,
    "Background opacity [0% - 100%]": 100,
    "Position": {
      "Align [TopLeft | TopRight | BottomLeft | BottomRight": "TopLeft",
      "Left | Right - offset": 40,
      "Top | Bottom - offset": 25
    },
    "Server name": "Your Server Name",
    "Active players": {
      "Icon": "https://cdn.discordapp.com/attachments/335512864548847617/1134455395813965934/active.png",
      "Color": "#fff",
      "Enable": true
    },
    "Sleep players": {
      "Icon": "https://cdn.discordapp.com/attachments/335512864548847617/1134455395138670652/sleep.png",
      "Color": "#fff",
      "Enable": true
    },
    "Queue players": {
      "Icon": "https://cdn.discordapp.com/attachments/335512864548847617/1134455393972654171/line.png",
      "Color": "#fff",
      "Enable": true
    },
    "Time": true,
    "Player position [hide permisson - hud.streamer]": {
      "Enable": true,
      "true - grid | false - x,z coordinates": true,
      "Color": "cyan"
    },
    "Economy plugin [Economics | ServerRewards]": {
      "Currency": "$",
      "Value color": "#10ff10",
      "Enable": true
    },
    "Info messages": {
      "Update interval [in seconds]": 60,
      "Align [BottomCenter | TopCenter | TopRight]": "BottomCenter",
      "Width [in px]": 260,
      "Offset [top | bottom]": 0,
      "Offset [right]": 15,
      "Outline color": "#000",
      "Overall [you will see messages in your invenotory]": true,
      "Enable": true,
      "Messages": [
        "Welcome to Your Server Name",
        "Good luck"
      ]
    },
    "Additional menu": {
      "Auto close timer [seconds | 0 - disable]": 60,
      "Auto close after command use": true,
      "Open/Close button color": "yellow",
      "Commands background opacity [0% - 100%]": 100,
      "Enable": true,
      "Commands": [
        {
          "Background image": "https://media.discordapp.net/attachments/335512864548847617/1134455392420761671/command.png",
          "Icon [optional]": "https://media.discordapp.net/attachments/335512864548847617/1134455395813965934/active.png",
          "Command": "chat.say Hello there",
          "Text": "Say Something",
          "Outline color": "#000",
          "Is Console": true
        },
        {
          "Background image": "https://media.discordapp.net/attachments/335512864548847617/1134455392420761671/command.png",
          "Icon [optional]": "",
          "Command": "/shop",
          "Text": "Say Something",
          "Outline color": "#000",
          "Is Console": false
        }
      ]
    }
  },
  "Base Events": [
    {
      "Name": "Bradley",
      "Active color": "#10ff10",
      "Icon": "https://media.discordapp.net/attachments/335512864548847617/1134455316654850049/bradley.png",
      "Color": "#fff",
      "Enable": true
    },
    {
      "Name": "PatrolHeli",
      "Active color": "#10ff10",
      "Icon": "https://media.discordapp.net/attachments/335512864548847617/1134455315073597530/heli.png",
      "Color": "#fff",
      "Enable": true
    },
    {
      "Name": "CH47",
      "Active color": "#10ff10",
      "Icon": "https://media.discordapp.net/attachments/335512864548847617/1134455317485342803/ch47.png",
      "Color": "#fff",
      "Enable": true
    },
    {
      "Name": "Cargo",
      "Active color": "#10ff10",
      "Icon": "https://media.discordapp.net/attachments/335512864548847617/1134455317086879794/cargo.png",
      "Color": "#fff",
      "Enable": true
    },
    {
      "Name": "AirDrop",
      "Active color": "#10ff10",
      "Icon": "https://cdn.discordapp.com/attachments/335512864548847617/1134455316143161374/airdrop.png",
      "Color": "#fff",
      "Enable": true
    }
  ],
  "Custom Events": [
    {
      "Hook OnEventStart": "OnConvoyStart",
      "Hook OnEventStop": "OnConvoyStop",
      "Name": "Convoy",
      "Active color": "#10ff10",
      "Icon": "https://media.discordapp.net/attachments/335512864548847617/1134455318030598154/convoy.png",
      "Color": "#fff",
      "Enable": false
    },
    {
      "Hook OnEventStart": "OnSputnikEventStart",
      "Hook OnEventStop": "OnSputnikEventStop",
      "Name": "Sputnik",
      "Active color": "#10ff10",
      "Icon": "https://cdn.discordapp.com/attachments/335512864548847617/1134455315488854016/sputnik.png",
      "Color": "#fff",
      "Enable": false
    },
    {
      "Hook OnEventStart": "OnArmoredTrainEventStart",
      "Hook OnEventStop": "OnArmoredTrainEventStop",
      "Name": "ArmoredTrain",
      "Active color": "#10ff10",
      "Icon": "https://cdn.discordapp.com/attachments/335512864548847617/1134455315841155173/train.png",
      "Color": "#fff",
      "Enable": false
    },
    {
      "Hook OnEventStart": "OnHarborEventStart",
      "Hook OnEventStop": "OnHarborEventEnd",
      "Name": "Harbor",
      "Active color": "#10ff10",
      "Icon": "https://cdn.discordapp.com/attachments/335512864548847617/1134455318332592219/harbor.png",
      "Color": "#fff",
      "Enable": false
    }
  ]
}
资源下载此资源下载价格为65B票,永久会员免费,请先
如有问题详情联系QQ:1157774811

版权声明:本站所有资源均来自用户上传以及互联网搜集,仅供学习和研究使用,不提供任何技术服务。我们尊重和保护知识产权,如有作品侵犯了您的权益,请通过邮箱1157774811@qq.com与我们联系。
免责声明:本站不对所提供资源的准确性、安全性和完整性作出任何保证。下载的资源仅供个人学习和参考,请您在下载后24小时内删除,任何因私自用于商业或非法目的而引起的法律责任由用户自行承担。

Biu腐蚀网 – 一站式游戏服务器开服与插件资源平台 Rust-付费插件 信息显示面板 https://www.biubr.com/2931.html

相关文章

8个月前 1,045 19.8
8个月前 1,350 69.9
8个月前 1,628 39.9
猜你喜欢