Jump to content
Message added by AhigaO,

https://codefling.com/customizations/free-custom-hud-icons
Free icon pack for different events. Thanks Dead Nasty.
Don't forget to like the author for the free icon pack!

1 Screenshot

  • 265.7k
  • 7.2k
  • 122.54 kB

depends on

About Server Hud

annotation.png.b316f1cdbb5a6e6b7b7426a44a2e6c93.png

🗒️Features:

  • You can add any plugin event in the UI (if it has hooks, usually specified in the plugin description)
  • Has ingame UI menu for configure your Hud
  • The time format is adjusted to the player (depending on his language in the game), it checks which time format is used for this language
  • You can also enable an additional menu that opens on the arrow. You can add various buttons to this menu, for example, to open a store, your server menu, etc.
  • Almost all elements are customizable [for example: visibility of each element, Logo, Icons, Color e.t.c (check config down below)]

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
    }
  ]
}
  • Like 16
  • Sad 2
  • Confused 1
  • Love 13

User Feedback

1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.7k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.