Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
GlowPlayersPro
Lightweight, fully customizable player glow effects built on Minecraft's native Scoreboard API — no packets, no lag. Pick from 16 colors, enable an animated Neon mode, and integrate seamlessly with PlaceholderAPI and TAB, all with full multi-language support.


Features
-
16 Native Colors:
BLACKDARK_BLUEDARK_GREENDARK_AQUADARK_REDDARK_PURPLEGOLDGRAYDARK_GRAYBLUEGREENAQUAREDLIGHT_PURPLEYELLOWWHITE -
Neon Mode — animated rainbow effect that cycles through colors smoothly. The color sequence is fully configurable via
neon-colors -
PlaceholderAPI Integration — expose
%glowplayerspro_color%for TAB and other plugins -
TAB-friendly — optional
use-teamstoggle hands color control to TAB to avoid scoreboard conflicts -
Per-player Cooldown — optional anti-spam cooldown between glow changes (
cooldown-seconds), with admin bypass -
Multi-language Support — English (
en.yml) and Portuguese (pt.yml) included. Easily add your own -
Persistence — saves player glow states and reapplies them on join or respawn
-
Legacy & Hex Support — messages support both
&aand&#FFFFFFformats -
Sound Feedback — optional audio effects with configurable volume and pitch
-
Config Versioning — warns you when your
config.ymlis outdated so you never miss new options
Commands & Permissions
| Command | Description | Permission |
|---|---|---|
/glow |
Toggles default glow | glowplayers.use |
/glow <color> |
Sets a specific color | glowplayers.use |
/glow off |
Removes own glow | glowplayers.use |
/glow neon |
Starts rainbow effect | glowplayers.neon |
/glow off <player> |
Removes glow from others | glowplayers.admin |
/glow reload |
Reloads configurations | glowplayers.admin |
/glow clearall |
Clears all plugin data | glowplayers.admin |
Configuration
Key options in config.yml:
| Option | Default | Description |
|---|---|---|
language |
en |
Language file to load (en or pt) |
settings.default-color |
WHITE |
Color used both for auto-glow on join and for /glow with no arguments |
settings.default-glow-enabled |
false |
Automatically apply the glow when a player joins |
settings.neon-speed-ticks |
10 |
NEON cycle speed (20 ticks = 1 second). Lower is faster |
settings.neon-colors |
rainbow | Choose and reorder the colors the NEON effect cycles through (standard colors only) |
settings.cooldown-seconds |
0 |
Cooldown between glow changes per player (0 disables it). Admins bypass |
settings.use-teams |
true |
Let the plugin manage scoreboard teams. Set to false to let TAB color the glow instead |
Installation
- Place the
.jarin yourpluginsfolder - Restart your server
- Using TAB? See TAB Integration below
TAB Integration
Glow color is controlled by scoreboard teams, and only one plugin can manage them at a time. When TAB is installed it takes over team management — and therefore the glow color. To make the two work together:
-
In GlowPlayersPro's
config.yml, setsettings.use-teams: falseso the plugin stops managing teams and lets TAB drive the color -
Install PlaceholderAPI
-
In TAB's
groups.yml, place%glowplayerspro_color%at the very end of the player'stagprefix— it must be the last color code in the prefix:_DEFAULT_: tagprefix: "%luckperms-prefix%%glowplayerspro_color%" customtabname: "%glowplayerspro_color%%player%" # optional: colors the tablist name
tagprefix(nametag above the head) is required — its last color becomes the glow colortabprefix(tablist) has no effect on the glow; don't put the placeholder therecustomtabnameis optional and only colors the name shown in the tablist
Per-group overrides: if a group defines its own
tagprefix(e.g.Owner,Player), it overrides_DEFAULT_. You must append%glowplayerspro_color%at the end of each of those groups'tagprefixtoo, or the glow will be locked to whatever color that prefix ends with.Because the glow uses the nametag team color, turning on a glow also tints the player's name above their head with the same color. This is how Minecraft scoreboard teams work, not a bug.
Applying changes with TAB (/glow reload)
/glow reload fully reloads GlowPlayersPro, and the %glowplayerspro_color% placeholder returns the new value immediately. However, TAB caches PlaceholderAPI values and only re-reads them on its own refresh interval, so a color change may not show in TAB right away — this is why it often "only updates after a server restart" (a restart makes TAB start fresh).
To apply changes without restarting the server:
-
Quick fix: run
/tab reloadafter/glow reload— this forces TAB to re-read the placeholder. -
Permanent fix: give the placeholder a short refresh interval in TAB's
config.yml(path may vary by TAB version, usually underplaceholderapi-refresh-intervals):placeholderapi-refresh-intervals: "%glowplayerspro_color%": 500With this set, TAB reflects glow color changes on its own within ~0.5s, with no reload needed.
Upgrading
New versions may add options to config.yml. Because Minecraft does not merge new keys into an existing file automatically, the plugin will keep working with sensible defaults, but new options won't appear in your file. When you see an "outdated config" warning in the console, do the following to get the latest options:
- Back up your current
config.yml - Delete it
- Restart the server to regenerate a fresh, fully-commented config
- Re-apply any custom values from your backup


