GlowPlayersPro
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.4% endorsement rate
- 🏆 #874 of 1452 bukkit mods in this game by downloads
📋 About This Mod
# 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. !(https://cdn.modrinth.com/data/cached_images/1e59f0ef9f53c6dcb76d981531d05aa4be22be6f_0.webp) !(https://cdn.modrinth.com/data/cached_images/f9f97f7cb6dd016c9ede7a7788a587a809381a41.gif) ## Features - **16 Native Colors:** | | | | | |---|---|---|---| | `BLACK` | `DARK_BLUE` | `DARK_GREEN` | `DARK_AQUA` | | `DARK_RED` | `DARK_PURPLE` | `GOLD` | `GRAY` | | `DARK_GRAY` | `BLUE` | `GREEN` | `AQUA` | | `RED` | `LIGHT_PURPLE` | `YELLOW` | `WHITE` | - **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-teams` toggle 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 `&a` and `&#FFFFFF` formats - **Sound Feedback** — optional audio effects with configurable volume and pitch - **Config Versioning** — warns you when your `config.yml` is 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 1. Place the `.jar` in your `plugins` folder 2. Restart your server 3. 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: 1. In GlowPlayersPro's `config.yml`, set `settings.use-teams: false` so the plugin stops managing teams and lets TAB drive the color 2. Install PlaceholderAPI 3. In TAB's `groups.yml`, place `%glowplayerspro_color%` **at the very end** of the player's `tagprefix` — it must be the **last color code** in the prefix: ```yaml _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 color - **`tabprefix`** (tablist) has **no effect** on the glow; don't put the placeholder there - **`customtabname`** is 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' `tagprefix` too, 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
# 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.
!(https://cdn.modrinth.com/data/cached_images/1e59f0ef9f53c6dcb76d981531d05aa4be22be6f_0.webp)
!(https://cdn.modrinth.com/data/cached_images/f9f97f7cb6dd016c9ede7a7788a587a809381a41.gif)
## Features
- 16 Native Colors:
| | | | | |---|---|---|---| | `BLACK` | `DARK_BLUE` | `DARK_GREEN` | `DARK_AQUA` | | `DARK_RED` | `DARK_PURPLE` | `GOLD` | `GRAY` | | `DARK_GRAY` | `BLUE` | `GREEN` | `AQUA` | | `RED` | `LIGHT_PURPLE` | `YELLOW` | `WHITE` | - 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-teams` toggle 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 `&a` and `FFFFFF` formats - Sound Feedback — optional audio effects with configurable volume and pitch - Config Versioning — warns you when your `config.yml` is outdated so you never miss new options
## Commands & Permissions
| Command | Description | Permission |
| :--- | :--- | :--- |
| `/glow` | Toggles default glow | `glowplayers.use` |
| `/glow
## 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
1. Place the `.jar` in your `plugins` folder 2. Restart your server 3. 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:
1. In GlowPlayersPro's `config.yml`, set `settings.use-teams: false` so the plugin stops managing teams and lets TAB drive the color 2. Install PlaceholderAPI 3. In TAB's `groups.yml`, place `%glowplayerspro_color%` at the very end of the player's `tagprefix` — it must be the last color code in the prefix:
```yaml _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 color
- `tabprefix` (tablist) has no effect on the glow; don't put the placeholder there
- `customtabname` is 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' `tagprefix` too, 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
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- narcilio
- Version
- 1.3.1
- Downloads
- 530
- Endorsements
- 2
- Category
- bukkit
- Created
- 1/18/2026
- Updated
- 7/23/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- decoration, management, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does GlowPlayersPro support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of GlowPlayersPro?
Version 1.3.1, published 2026-07-23 with 530 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await