Перейти к содержимому
Mineforgian

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.

Banner

Presentation of GlowPlayersPro plugin showing a player with a neon effect.

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

  • PlaceholderAPI Integration — use %glowplayerspro_color% with TAB plugin

  • Multi-language Support — English (en.yml) and Portuguese (pt.yml) included. Easily add your own

  • Persistence — saves player glow states and reapplies on join or respawn

  • Legacy & Hex Support — messages support both &a and &#FFFFFF formats

  • Sound 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

  1. Place .jar in your plugins folder
  2. Restart your server
  3. For TAB integration: install PlaceholderAPI and add to your groups.yml:
    _DEFAULT_:
      tagprefix: "%luckperms-prefix%%glowplayerspro_color%"
      customtabname: "%glowplayerspro_color%%player%"
    
    The placeholder in tagprefix is required for the glow outline to appear above heads. The one in customtabname is 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 .yml file in the languages directory.
  • Better Organization: Core settings are now separated from messages, keeping config.yml clean and focused.

Комментарии

Загружаем…