Skip to content

Utility

PermissionFunction
fancyglow.adminGrants full access to all commands and features.
fancyglow.all_colorsUnlocks all colors in GUI and commands.
fancyglow.rainbowEnables rainbow glow mode.
fancyglow.flashingEnables flashing glow mode.
Command - DescriptionPermission
/glow - Opens the color selection GUIfancyglow.command.gui
/glow set <player> <color> - Sets another player’s glow colorfancyglow.command.set
/glow color <color> - Sets your glow color without GUI. Full list here.fancyglow.command.color
/glow reload - Reloads the plugin configurationfancyglow.command.reload
/glow disable - Disables your own glowfancyglow.command.disable
/glow disable <player> - Disables another player’s glowfancyglow.command.disable.others
/glow disable all - Disables glow for all playersfancyglow.command.disable.everyone
PermissionDescription
fancyglow.redGrants access to the red glow color.
fancyglow.dark_redGrants access to the dark red glow color.
fancyglow.blueGrants access to the blue glow color.
fancyglow.dark_blueGrants access to the dark blue glow color.
fancyglow.aquaGrants access to the aqua glow color.
fancyglow.dark_aquaGrants access to the dark aqua glow color.
fancyglow.greenGrants access to the green glow color.
fancyglow.dark_greenGrants access to the dark green glow color.
fancyglow.yellowGrants access to the yellow glow color.
fancyglow.goldGrants access to the gold glow color.
fancyglow.light_purpleGrants access to the light purple (pink) glow color.
fancyglow.dark_purpleGrants access to the dark purple (purple) glow color.
fancyglow.grayGrants access to the gray glow color.
fancyglow.dark_grayGrants access to the dark gray glow color.
fancyglow.blackGrants access to the black glow color.
fancyglow.whiteGrants access to the white glow color.
PlaceholderDescription
%fancyglow_color%Returns the glow color format code.
%fancyglow_color_name%Returns the current glowing mode/color name.
%fancyglow_status%Returns simple enabled/disabled status from papi config.
%fancyglow_status_formatted%Returns formatted status (configurable in config.yml)
%fancyglow_status_<color>%Checks if player has specific color enabled.

These placeholders return “enabled” if the player has the specified glow, or “disabled” if not. Replace <color> with any available color name (e.g., red, blue, rainbow): %fancyglow_status_<color>%

Examples:

  • %fancyglow_status_red%
  • %fancyglow_status_rainbow%
  • %fancyglow_status_flashing%

Works with all color options from the color permissions list.