Skip to content

Commands & Permissions

MrGraycat edited this page Mar 8, 2024 · 7 revisions

User commands

/eglow

  • Permission: eglow.command.gui/eglow.user.*
  • Description: Opens the eGlow GUI.

/eglow help

  • Permission: eglow.command.help/eglow.user.*
  • Description: Gives a list of all commands.

/eglow list

  • Permission: eglow.command.list/eglow.user.*
  • Description: Gives a list of all available commands.

/eglow toggle

  • Permission: eglow.command.toggle/eglow.user.*
  • Description: Toggles the glow on/off.

/eglow visibility (visibility)

  • Permission: eglow.command.visibility/eglow.user.*
  • Description: Set a custom glow visibility.

Visibilities

  • all: Enabled the glowing of all players including your own.
  • other: Enable the glowing of all other players excluding your own.
  • own: Disable the glowing of all other players excluding your own.
  • none: Disable the glowing of all other players including your own.

Note

  • This only applied to player glows.

/eglow (color)

  • Permission: eglow.color.<color>/eglow.color.*
  • Description: Enabled the specified solid glow.

Colors

  • red darkred gold yellow green darkgreen aqua darkaqua
  • blue darkblue purple pink white gray darkgray black

Note

  • Using none, off or disable will turn off the glow.

/eglow blink (color) (speed)

  • Permission: eglow.blink.<color>/eglow.blink.*
  • Description: Enabled the specified blinking glow.

Colors

Speed

  • slow & fast

/eglow (effect)

  • Permission: eglow.effect.<effect>/eglow.effect.*
  • Description: Enabled the specified effect glow.

Effects

  • rainbow and all other custom effects.

Admin commands

/eglow set (player/NPC) (color)

  • Permission: eglow.command.set/eglow.admin.*
  • Description: Enabled the specified solid glow to the player/NPC.

Player/NPC

  • Full/part of playername or * for all players.
  • Selected NPC: use NPC:s, NPC:sel or NPC:selected
  • Another NPC: use NPC:<ID> and specify the NPC ID.

Colors

Check /eglow color.

/eglow set (player/NPC) blink (color) (speed)

  • Permission: eglow.command.set/eglow.admin.*
  • Description: Enabled the specified blinking glow to the player/NPC.

Player/NPC

Color

Speed

/eglow set (player/NPC) (effect)

  • Permission: eglow.command.set/eglow.admin.*
  • Description: Enabled the specified effect glow to the player/NPC.

Player/NPC

Effect

/eglow unset (player/NPC)

  • Permission: eglow.command.unset/eglow.admin.*
  • Description: Disable the glow for the given player/NPC.

Player/NPC

/eglow debug (player)

  • Permission: eglow.command.debug/eglow.admin.*
  • Description: Shows debug info, mainly used to find issues in reports.

Player (Optional)

  • Shows additional debug info for the specified player.

/eglow reload

  • Permission: eglow.command.reload/eglow.admin.*
  • Description: Reloads the plugin.

Additional permissions

  • eglow.option.glowonjoin (eglow.user.*): Gives the ability to toggle whether the glow will enable on join.
  • eglow.option.update (eglow.admin.*): Gives the ability to get update notifications for the plugin.
  • eglow.*: Gives all listed permissions.

Note

  • All permissions containing a * are group permission, so contain all the permissions where they are mentioned on this page