FancyGlow | Menu | Vault | TAB v4.0.9

Make your VIP players select and use glow colors of any type. The best cosmetics plugin!
fancyglowenhanced.png
1775919004273.png

1713738086247.png


SHOWCASE
fancyglowgif.gif

FEATURES (FREE)
Glow effects using TAB api.
Requires setting up groups.yml on TAB.
Might not work on all servers.

FEATURES (PRO)
Amazing glow effects using the TAB api.
Ability to purchase glows with Vault.
Particle effects that use the glow color.
Configurable custom glow animations.
Plug-and-play no extra setup needed.
Full-recode by high quality developers.
Ultra high-performance code.

PLACEHOLDERS
Code:
%fancyglow_current_glow% – Shows the glow’s display name (like “<red>Red Glow</red>”) or None if no glow is active.
%fancyglow_color% – Returns the display name of the active glow, or an empty string when nothing is active.
%fancyglow_color_name% – Same as above but defaults to NONE instead of empty when no glow is active.
%fancyglow_color_id% – Outputs the internal glow ID (e.g., red, rainbow), or NONE when there isn’t an active glow.
%fancyglow_tab_color% – Provides the ChatColor code for the currently applied glow frame (e.g., §c); empty when no glow color is active.
%fancyglow_status% – Displays ✔ when a glow is active, ❌ when not.
%fancyglow_usage_<glow_id>% – Replaces <glow_id> with any glow ID and shows how many online players currently have that glow applied.

DEPENDENCIES
TAB
PlaceholderAPI
Vault

CONFIGURATION
YAML:
[/CENTER]
# FancyGlow - Glow Transitions Configuration
# Use MiniMessage for display names and lore.
# Colors available: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE,
# GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE, or OFF.

# FancyGlow - Glow Transitions Configuration
config-version: 1

glows:
  rainbow:
    display-name: "<rainbow>Rainbow Mode</rainbow>"
    permission: "fancyglow.glow.rainbow"
    update-ticks: 10
    slot: 10
    price: 0
    particles: true
    colors:
      - RED
      - GOLD
      - YELLOW
      - GREEN
      - AQUA
      - BLUE
      - LIGHT_PURPLE

  red:
    display-name: "<red>Red Glow</red>"
    permission: "fancyglow.glow.red"
    update-ticks: -1 # Static
    slot: 11
    price: 0
    particles: false
    colors:
      - RED

  gold:
    display-name: "<gold>Gold Glow</gold>"
    permission: "fancyglow.glow.gold"
    update-ticks: -1
    slot: 12
    price: 0
    particles: false
    colors:
      - GOLD

  yellow:
    display-name: "<yellow>Yellow Glow</yellow>"
    permission: "fancyglow.glow.yellow"
    update-ticks: -1
    slot: 13
    price: 0
    particles: false
    colors:
      - YELLOW

  green:
    display-name: "<green>Green Glow</green>"
    permission: "fancyglow.glow.green"
    update-ticks: -1
    slot: 14
    price: 0
    particles: false
    colors:
      - GREEN

  aqua:
    display-name: "<aqua>Aqua Glow</aqua>"
    permission: "fancyglow.glow.aqua"
    update-ticks: -1
    slot: 15
    price: 0
    particles: false
    colors:
      - AQUA

  blue:
    display-name: "<blue>Blue Glow</blue>"
    permission: "fancyglow.glow.blue"
    update-ticks: -1
    slot: 16
    price: 1000 # Example price for Vault integration
    particles: false
    colors:
      - BLUE

  light_purple:
    display-name: "<light_purple>Pink Glow</light_purple>"
    permission: "fancyglow.glow.pink"
    update-ticks: -1
    slot: 17
    price: 0
    particles: false
    colors:
      - LIGHT_PURPLE

  white:
    display-name: "<white>White Glow</white>"
    permission: "fancyglow.glow.white"
    update-ticks: -1
    slot: 19 # Skipping 18 as per your original layout
    price: 0
    particles: false
    colors:
      - WHITE

  gray:
    display-name: "<gray>Gray Glow</gray>"
    permission: "fancyglow.glow.gray"
    update-ticks: -1
    slot: 20
    price: 0
    particles: false
    colors:
      - GRAY

  dark_gray:
    display-name: "<dark_gray>Dark Gray Glow</dark_gray>"
    permission: "fancyglow.glow.dark_gray"
    update-ticks: -1
    slot: 21
    price: 0
    particles: false
    colors:
      - DARK_GRAY

  black:
    display-name: "<color:#454545>Black Glow</color>"
    permission: "fancyglow.glow.black"
    update-ticks: -1
    slot: 22
    price: 0
    particles: false
    colors:
      - BLACK

  dark_red:
    display-name: "<dark_red>Dark Red Glow</dark_red>"
    permission: "fancyglow.glow.dark_red"
    update-ticks: -1
    slot: 23
    price: 0
    particles: false
    colors:
      - DARK_RED

  dark_aqua:
    display-name: "<dark_aqua>Dark Aqua Glow</dark_aqua>"
    permission: "fancyglow.glow.dark_aqua"
    update-ticks: -1
    slot: 24
    price: 0
    particles: false
    colors:
      - DARK_AQUA

  dark_blue:
    display-name: "<dark_blue>Dark Blue Glow</dark_blue>"
    permission: "fancyglow.glow.dark_blue"
    update-ticks: -1
    slot: 25
    price: 0
    particles: false
    colors:
      - DARK_BLUE

  dark_green:
    display-name: "<dark_green>Dark Green Glow</dark_green>"
    permission: "fancyglow.glow.dark_green"
    update-ticks: -1
    slot: 26
    price: 0
    particles: false
    colors:
      - DARK_GREEN

  dark_purple:
    display-name: "<dark_purple>Dark Purple Glow</dark_purple>"
    permission: "fancyglow.glow.dark_purple"
    update-ticks: -1
    slot: 28
    price: 0
    particles: false
    colors:
      - DARK_PURPLE
[CENTER]

SUPPORT

WIKI

Latest reviews

Add MySQL support for pro pleas
LinsaFTW
LinsaFTW
Hi, sure. Contact me on Discord so I can know more details and add it.
good but i cant see the color change its probly me tho
LinsaFTW
LinsaFTW
Hey man, dont worry soon we will make updates to the project and make it perfect!
The best plugin I've ever used, very easy to use and the developer is a great person who provides support for any questions quickly! ⛩️
LinsaFTW
LinsaFTW
Thank you so much! Soon more updates are coming!
Plugin que cumple con las 3 B
Bueno, Bonito y Barato (Gratis en este caso).

Recomendado para cualquier servidor. :)
Excellent plugin really good a great alternative
EULA: Free EULA
Buy additional addons now
$0.00
Support
Standard
(free)
Includes:
Download the resource
Access new updates
Support from the creator
Extras
FancyGlow PRO
+ $5.99
Share and earn
Refer this resource and earn a 20% commission.
7,873 Views
540 Downloads
Apr 22, 2024 Published
Jul 22, 2026 Updated
5.00 star(s)
Average rating (5)
2.3 MB File size
Open source
  1. Yes
DRM-free
  1. Yes
Unobfuscated
  1. Yes
AI Content Disclosure
Image enhancement
AI Content Disclosure
New features & fixes
Type
  1. Monetization
Supported software
  1. Spigot
  1. Paper
Supported versions
  1. 1.20
Supported languages
  1. English
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,139 purchases
The Ultimate Anti-Bot, Anti-VPN and High-Performance BungeeCord Fork for Minecraft Servers
5.00 star(s) 174 ratings
3,573 purchases
Smart performance plugin to limit Redstone contraptions and fix exploit lag machines.
5.00 star(s) 22 ratings
1,554 purchases
Stack Mobs | Optimizer | Particle Effects | Instant Kill | Asynchronous | No Lag | High Performance
5.00 star(s) 8 ratings
382 purchases
Paper 1.8.8 Fork | Security | Performance | Stability | Patches | Knockback | Tick Loop | Redstone
5.00 star(s) 39 ratings
493 purchases
Share and earn
Refer this resource and earn a 20% commission.
7,873 Views
540 Downloads
Apr 22, 2024 Published
Jul 22, 2026 Updated
5.00 star(s)
Average rating (5)
2.3 MB File size
Open source
  1. Yes
DRM-free
  1. Yes
Unobfuscated
  1. Yes
AI Content Disclosure
Image enhancement
AI Content Disclosure
New features & fixes
Type
  1. Monetization
Supported software
  1. Spigot
  1. Paper
Supported versions
  1. 1.20
Supported languages
  1. English
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,139 purchases
The Ultimate Anti-Bot, Anti-VPN and High-Performance BungeeCord Fork for Minecraft Servers
5.00 star(s) 174 ratings
3,573 purchases
Smart performance plugin to limit Redstone contraptions and fix exploit lag machines.
5.00 star(s) 22 ratings
1,554 purchases
Stack Mobs | Optimizer | Particle Effects | Instant Kill | Asynchronous | No Lag | High Performance
5.00 star(s) 8 ratings
382 purchases
Paper 1.8.8 Fork | Security | Performance | Stability | Patches | Knockback | Tick Loop | Redstone
5.00 star(s) 39 ratings
493 purchases
Top