The Ammo HUD plugin Allows players to show an Ammo HUD.
Ammo Hud Features
Shows active weapon Ammo with colored warning when low.
Shows total available Ammo in inventory.
Icon color depends on type of Ammo (bronze = regular, blue = hv, red = incen, black = explo)
Permissions
ammohud.use
Chat Commands
/ammohud – (Sends available commands and positions)
/ammohud toggle – (Toggles on/off HUD)
/ammohud {position} – (Allows player to reposition Ammo HUD on their screen)
Positions Available
Default, Top, Bottom, Right, Left, BottomRight, BottomLeft, TopRight, TopLeft
Config
{
"Position Settings": {
"Default State (true = on, false = off)": true,
"Position (Top, TopLeft, TopRight, Left, Right, Bottom, BottomLeft, BottomRight)": "Right",
"Custom Position": {
"Enabled": false,
"Custom Position": {
"ParentPosition": {
"Enabled": true,
"AnchorMin": "1 0.5",
"AnchorMax": "1 0.5",
"OffsetMin": "-155 -32",
"OffsetMax": "-15 33"
},
"WeaponAmmoPosition": {
"Enabled": true,
"AnchorMin": "0 0",
"AnchorMax": "0.79 0.70",
"OffsetMin": "0 0",
"OffsetMax": "0 0"
},
"WeaponAmmoFontSize": 36,
"WeaponAmmoTextAlignment": 8,
"TotalAmmoPosition": {
"Enabled": true,
"AnchorMin": "0 0.55",
"AnchorMax": "1 1",
"OffsetMin": "0 0",
"OffsetMax": "0 0"
},
"TotalAmmoFontSize": 22,
"TotalAmmoTextAlignment": 8,
"IconPosition": {
"Enabled": true,
"AnchorMin": "0.83 0.15",
"AnchorMax": "1 0.51",
"OffsetMin": "0 0",
"OffsetMax": "0 0"
}
}
}
}
}