Skip to content

Commands and Permissions

Narcilioo edited this page Jul 23, 2026 · 1 revision

Commands & Permissions

Complete reference for GlowPlayersPro commands and permissions.

Commands

Basic Commands

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

Admin Commands

Command Description Permission
/glow off <player> Removes glow from others glowplayers.admin
/glow reload Reloads configurations glowplayers.admin
/glow clearall Clears all plugin data glowplayers.admin

Available Colors

Use any of the 16 standard Minecraft colors:

Color Command Color Code
Black /glow black &0
Dark Blue /glow dark_blue &1
Dark Green /glow dark_green &2
Dark Aqua /glow dark_aqua &3
Dark Red /glow dark_red &4
Dark Purple /glow dark_purple &5
Gold /glow gold &6
Gray /glow gray &7
Dark Gray /glow dark_gray &8
Blue /glow blue &9
Green /glow green &a
Aqua /glow aqua &b
Red /glow red &c
Light Purple /glow light_purple &d
Yellow /glow yellow &e
White /glow white &f

Permissions

glowplayers.use

Allows using the /glow command and choosing colors.

  • Default: op
  • Examples:
    • /glow — Toggles glow
    • /glow red — Sets red color
    • /glow off — Removes glow

glowplayers.neon

Allows using the Neon (rainbow) effect.

  • Default: op
  • Examples:
    • /glow neon — Enables neon effect

glowplayers.admin

Allows admin commands (reload, clearall and removing glow from others).

  • Default: op
  • Examples:
    • /glow reload — Reloads configuration
    • /glow clearall — Clears all data
    • /glow off Steve — Removes glow from player Steve

Usage Examples

Toggle Default Glow

/glow

Toggles glow with the color defined in settings.default-color (default: WHITE).

Set Specific Color

/glow red

Sets glow to red color.

Enable Neon Effect

/glow neon

Enables the animated rainbow effect.

Remove Glow

/glow off

Removes glow from the current player.

Remove Glow from Another Player (Admin)

/glow off Steve

Removes glow from player Steve.

Reload Configuration (Admin)

/glow reload

Reloads all configuration files.

Clear All Data (Admin)

/glow clearall

Removes all glow effects and clears the database.

Tab Completion

GlowPlayersPro provides tab completion for all commands:

  • Type /glow and press Tab to see all available options
  • Options are automatically filtered based on player permissions
  • Colors and admin commands only appear if the player has the required permission

Cooldown

If cooldown-seconds is set in config.yml, players will have a waiting time between glow changes:

  • Players with glowplayers.admin bypass the cooldown
  • The cooldown message shows the remaining time
  • Cooldown is cleared when the player leaves the server

Important Notes

  1. Console: Admin commands can be executed by the console
  2. Translation: Subcommand names can be translated in language files
  3. Persistence: Glow state is saved and reapplied on join

Clone this wiki locally