服务器 HUD 3.3.6

服务器 HUD 3.3.6

服务器 HUD 3.3.6-PCI1
服务器 HUD 3.3.6
此内容为付费资源,请付费后查看
10积分
付费资源
已售 2

服务器 HUD 3.3.6

14.99 美元
  •  
 

关于 Server Hud

annotation.png.b316f1cdbb5a6e6b7b7426a44a2e6c93.png

🗒️特征:

  • 你可以在 UI 中添加任何插件事件(如果它有钩子,通常在插件描述中指定)
  • 具有用于配置 Hud 的游戏内 UI 菜单
  • 时间格式根据玩家进行调整(取决于他在游戏中的语言),它会检查该语言使用哪种时间格式
  • 您还可以启用在箭头上打开的附加菜单。您可以向此菜单添加各种按钮,例如,打开商店、服务器菜单等。
  • 几乎所有元素都是可定制的 [例如:每个元素的可见性、徽标、图标、颜色等(检查下面的配置)]

gallery.png.8475b910f2d895586b18a16814d2678c.png

Screenshot2023-07-31210228.thumb.png.4b53ea205ae297ec4e901e82e32734aa.png    Screenshot2023-07-31205947.thumb.png.b5183c0bfbc3a694b2e168c218847a36.png

Screenshot2023-07-31210235.thumb.png.6fc1ec96f9ac5b8b6b1a2bb70b361702.png    Screenshot2023-07-31210241.thumb.png.a9fa3019dda0e3f0a41b1e1019d98a87.png

image.thumb.png.b29553223895bf3f9e5b4d7112853f83.png    image.thumb.png.2dcb5168e59a2561a27a1293c53b9405.png

documentations.png.6a9ddd11a866799b8dc17743032903ed.png

📕Commands:

/h setup – open UI for ingame config

/h – show all Server Hud UI commands

/h open – open Server Hud UI

/h events – open Events Bar

/h close – close Server Hud UI

/h hide – hide Server Hud UI

Q&A:

Q: Where i can find a base icon for creating my events icons?
A: Take a base icon below this message and using f.e photoshop for create you personal event icon!
image.png.7998f2c1387dc31c0fde7da2466585f0.png
Q: Where i can find a ready to use icons?
A: Here some links to ready to use icons packs(1 free, 2 paid):
https://codefling.com/customizations/free-custom-hud-icons
https://codefling.com/customizations/custom-hud-icons-paid
https://codefling.com/customizations/server-hud-custom-icon-pack

API:
string API_PlayerHudState(string id)
CanHudChangeState(BasePlayer player, string currentState, strint nextState)

🗒️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
    }
  ]
}
© 版权声明
THE END
喜欢就支持一下吧
点赞15 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容