About Hostile Indicator
Hostile Indicator adds a sleek, customizable status bar to your HUD, showing exactly how much time remains until you’re no longer considered hostile.
No more guessing or checking your inventory—players see a live countdown right on their screen.
You need to have Advanced Status installed and loaded on your server!
Features:
- Live Hostile Timer: See your hostile status and remaining time at a glance.
- Customizable Bar: Change colors, fonts, images, and more to match your server’s theme.
- Permission-Based: Only players with permission see the indicator.
- Seamless Integration: Works with AdvancedStatus for a polished UI experience.
- Performance Friendly: Lightweight and optimized for busy servers.
-
Debug Logging: Optional debug mode for troubleshooting.
- The debug messages are also dumped to "/Data/HostileIndicator/debug.log".
Permissions:
hostileindicator.use — Grant this to players who should see the hostile timer.
Configuration:
Easily adjust the bar’s appearance, order, and text in the config file. Supports custom image URLs, transparency, and more.
{
"Bar - Height": 26, //Bar height
"Bar - Order": 1, //Position of your bar in the stack
"Bar - Main Color": "#FF0000", //Bar color
"Bar - Main Transparency": 0.7, //Bar tranparency
"Bar - Image Color": "#FF0000", //Image color
"Bar - Image Transparency": 1.0, //Image transparency
"Bar - Text": "Hostile", //Bar text
"Bar - Text Size": 12, //Text size
"Bar - Text Color": "#FFFFFF", //Text color
"Bar - Text Font": "RobotoCondensed-Bold.ttf", //Text font
"Bar - SubText Size": 12, //Countdown timer size
"Bar - SubText Color": "#FFFFFF", //Countdown timer color
"Bar - SubText Font": "RobotoCondensed-Bold.ttf", //Countdown timer font
"Bar - Image URL": "" //Image URL to .png
"Debug Messages": false, //Debug option for additional logging
}
