About Headlight
Allows players to activate Headlight (Miner's Hat) without taking up any wearable slots, and does not conflict with any headwear.
This is useful for having better vision at night without compromising armor or taking off hazmat suit, especially when farming ore/wood.
Auto Equip
- You can define whether you would the headlight to auto equip at Sunset and unequip at Sunrise by setting default state to NightOnly, and define game times in config.
- If set to Always instead, it will always equip a headlight to players with permission (light will be turned off, they can turn it on/off like any other worn miner's hat while equipped).
Permissions
headlight.use
Chat Commands
/headlight - Shows available commands (can be changed in config)
Console Commands
giveheadlight %steamid% - Equips a headlight on a target player
Config
{ "Command": "headlight", "Auto Equip Settings": { "Default State (Always|NightOnly|Off)": "NightOnly" }, "Night Time Settings": { "Sunset InGame Time (00:00)": "22:00", "Sunrise InGame Time (00:00)": "07:00" }, "Alert Settings": { "Send in Chat": false, "Send as Game Tip": true }, "Version": { "Major": 1, "Minor": 0, "Patch": 2 } }