Compatibility
Minecraft: Java Edition
26.2
Platforms
Supported environments
Dedicated servers only
Links
Tags
Creators
Details
Licensed CC0-1.0
Published 6 hours ago
Updated 2 days ago
Glow My Teammates
Team members glow for each other — visible only to teammates.
Background
I was playing a custom map that needed teammate glow for better gameplay, but couldn't find any existing mod that does this. So I built it with AI.
Features
- Server-side only, no client installation needed
- Uses vanilla
/teamcommand system for team management /teamglowcommand controls which teams have glow enabled- Config stored in world save folder (
glow-my-teammates.json) - Does not interfere with vanilla glowing (spectral arrows, potions, etc.)
Commands
/teamglow requires OP level 2 for management commands. Status/list commands are available to all players.
| Command | Permission | Description |
|---|---|---|
/teamglow on |
OP 2 | Enable team glow globally |
/teamglow off |
OP 2 | Disable team glow globally |
/teamglow status |
Everyone | Show current state and enabled teams |
/teamglow team add <team> |
OP 2 | Enable glow for a team |
/teamglow team remove <team> |
OP 2 | Disable glow for a team |
/teamglow team list |
Everyone | List all teams with glow enabled |
Usage
- Create teams and add members with vanilla commands:
/team add <name>,/team join <name> - Enable glow:
/teamglow team add <name> - Teammates automatically see each other glowing
Config
Located in the world save folder: <world>/glow-my-teammates.json
{
"enabled": true,
"teams": ["red", "blue"]
}
Dependencies
- Minecraft 26.2
- Fabric Loader >= 0.19.3
- Fabric API
- Java >= 25
Author
ZnianXgang
Built with OpenCode using DeepSeek V4.
License
CC0-1.0


