
GlowPlayersPro
Add persistent and customizable glow outlines
- Загрузки
- 361
- Подписчики
- 2
- Обновлён
- 10 мая 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 14 января 2026 г.
GlowPlayersPro
Customizable glow effects using Minecraft's native Scoreboard API. Zero lag, maximum performance. Supports 16 colors, Neon mode, PlaceholderAPI, and multi-language.


Features
16 Native Colors:
BLACKDARK_BLUEDARK_GREENDARK_AQUADARK_REDDARK_PURPLEGOLDGRAYDARK_GRAYBLUEGREENAQUAREDLIGHT_PURPLEYELLOWWHITENeon Mode — animated rainbow effect that cycles through colors smoothly
PlaceholderAPI Integration — use
%glowplayerspro_color%with TAB pluginMulti-language Support — English (
en.yml) and Portuguese (pt.yml) included. Easily add your ownPersistence — saves player glow states and reapplies on join or respawn
Legacy & Hex Support — messages support both
&aand&#FFFFFFformatsSound Feedback — optional audio effects with volume and pitch control
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 |
Installation
- Place
.jarin yourpluginsfolder - Restart your server
- For TAB integration: install PlaceholderAPI and add to your
groups.yml:
The placeholder in_DEFAULT_: tagprefix: "%luckperms-prefix%%glowplayerspro_color%" customtabname: "%glowplayerspro_color%%player%"tagprefixis required for the glow outline to appear above heads. The one incustomtabnameis optional and only colors the name in the tablist.
Ченджлог
1.2Релиз26.1, 26.1.1, 26.1.2 · 10 мая 2026 г.
What's New in 1.2:
- PlaceholderAPI support for TAB plugin compatibility
- New placeholder
%glowplayerspro_color%shows player's glow color - Automatic PlaceholderAPI detection and registration
- Advanced sound configuration with volume and pitch control
- Official sound documentation link in config.yml
- Requires PlaceholderAPI plugin to work with TAB
Changed
- Removed hardcoded messages (now fully translatable)
- Improved config.yml descriptions and organization
Usage with TAB Plugin
Add glow colors to your TAB plugin using this simple setup:
_DEFAULT_:
tagprefix: "%luckperms-prefix%%glowplayerspro_color%"
customtabname: "%glowplayerspro_color%%player%"
In this example above, this shows player's rank + glow color above their head and colored name in the tablist. The placeholder is essential in tagprefix for the outline (glow effect) to work correctly - without it in tagprefix, only the rank prefix appears. The placeholder in customtabname is optional and only colors the name in the tablist.
Sound Configuration
Configure volume and pitch for glow actions:
sounds:
enabled: true
on-enable:
sound: "ENTITY_EXPERIENCE_ORB_PICKUP"
volume: 0.5
pitch: 1.0
on-disable:
sound: "ENTITY_ITEM_BREAK"
volume: 0.3
pitch: 0.8
1.1Релиз26.1, 26.1.1, 26.1.2 · 23 января 2026 г.
What's New in 1.1:
- Multi-language Support: Added a dedicated
languages/folder with English (en.yml) and Portuguese (pt.yml) files included by default. - Easy Localization: Users can now easily add new languages by creating a simple
.ymlfile in the languages directory. - Better Organization: Core settings are now separated from messages, keeping
config.ymlclean and focused.
Комментарии
Загружаем…