
MobStatus
Advanced RPG-style health bars, damage indicators, and effects for mobs
39
1
Adventure
Game Mechanics
Mobs
MobStatus has been archived. MobStatus will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
1.20.x
Platforms
Bukkit
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 4 weeks ago
Updated last month
🧟 MobStatus Plugin by SoneMC
🌟 Features
- Effects – Shows particles for critical hits, normal damage, enchanted golden apple effects, and more! 💥
- Health Bar – Displays mob health above their heads using 3 style types (standard, gradient, segmented) 🩸
- Kill GUI – Displays info about recently killed mobs 📊
- Mob Tiers – Every mob is categorized from
Common
toLegendary
based on strength and rarity 🔥 - Custom Drops – Unique loot per tier and mob type 🎁
- Fully Customizable – Change loots, effects, tiers, and more via
config.yml
🧾 Commands
Command | Description | Permission |
---|---|---|
/mobstatus status |
Opens the GUI with mob info | mobstatus.stats |
/mobstatus reload |
Reloads plugin configuration | mobstatus.admin |
/mobstatus help |
Shows help and commands | None |
🔐 Permissions
mobstatus.admin
– Full admin accessmobstatus.stats
– Access to the GUI
⚙️ Configuration Highlights (config.yml
)
# Enable in all worlds
enabled-worlds:
- "*"
# Health Bar
health-bar:
style: "gradient"
character: "■"
empty-character: "■"
length: 10
show-borders: true
prefix: "&8["
suffix: "&8]"
show-info: true
show-level: true
# Tier System
tiers:
COMMON:
display-name: "Common"
color: "&7"
health-multiplier: 1.0
UNCOMMON:
display-name: "Uncommon"
color: "&a"
health-multiplier: 1.5
RARE:
display-name: "Rare"
color: "&b"
health-multiplier: 2.0
EPIC:
display-name: "Epic"
color: "&d"
health-multiplier: 3.0
LEGENDARY:
display-name: "Legendary"
color: "&6"
health-multiplier: 5.0
# Example Tier Chance for Zombies
tier-chances:
ZOMBIE:
COMMON: 70.0
UNCOMMON: 20.0
RARE: 7.0
EPIC: 2.5
LEGENDARY: 0.5