Skip to main content

Commands & Permissions

This page was scanned from plugin.yml, README.md, and the current command handler source.

Scope

Use this page when you need the real FioGlow command surface instead of an older shortcut list.

Root Command

The plugin registers one root command:

  • /fioglow

Aliases:

  • /fg

User Commands

CommandPermissionDescription
/fioglowfioglow.menuOpen the glow effect menu.
/fioglow menufioglow.menuOpen the glow effect menu.
/fioglow select <glowId>fioglow.selectSelect and enable a glow effect.
/fioglow speed <speed>fioglow.speedChange your selected glow speed.
/fioglow clearfioglow.clearClear and disable your selected glow.
/fioglow unselect <glowId>fioglow.unselectUnselect the specified glow if it is currently selected.
/fioglow toggle onJoinfioglow.toggle.onjoinToggle whether your glow is restored on join.
/fioglow toggle visibility <all|other|self|block|none>fioglow.toggle.visibilityChange who can see your glow.

User Permissions

PermissionDescription
fioglow.useBase player permission group declared in plugin.yml.
fioglow.helpAllows help output when an unknown player subcommand is used.
fioglow.menuAllows opening the glow menu.
fioglow.selectAllows selecting glow IDs.
fioglow.speedAllows changing glow speed.
fioglow.clearAllows clearing the active glow.
fioglow.unselectAllows unselecting a glow ID.
fioglow.toggle.onjoinAllows toggling join restore behavior.
fioglow.toggle.visibilityAllows changing visibility mode.

Glow Permissions

Every selectable glow has a permission node using this pattern:

fioglow.glow.<glowId>

Examples:

  • fioglow.glow.red
  • fioglow.glow.aqua
  • fioglow.glow.rainbow
  • fioglow.glow.galaxy
  • fioglow.glow.royal

The bundled fioglow.use permission group grants all static and animated glow permission nodes by default.

Admin Commands

Use admin commands through:

  • /fioglow admin ...
CommandPermissionDescription
admin helpfioglow.admin.helpShow admin help.
admin set <player> <glowId>fioglow.admin.setSet a player's glow with the default speed.
admin set <player> <glowId> <speed>fioglow.admin.setSet a player's glow and speed.
admin listfioglow.admin.listOpen the active player glow list GUI, or print glow IDs from console.
admin clear <player>fioglow.admin.clearClear a player's glow.
admin toggle <player> <state>fioglow.admin.toggleEnable or disable a player's current glow state.
admin speed <glowId> <fast|super_fast|normal|slow|super_slow>fioglow.admin.speedChange the default speed for a glow ID.
admin reloadfioglow.admin.reloadReload FioGlow configuration and language data.
admin versionfioglow.admin.versionShow plugin version.
admin authorfioglow.admin.authorShow plugin author.
admin check <player>fioglow.admin.checkShow a player's selected glow, previous glow, speed, state, and visibility.
admin placeholdersfioglow.admin.placeholdersPrint supported PlaceholderAPI placeholders.
admin lang <id|en|ja|zh>fioglow.admin.langChange the active language.
admin menu <open|forceOpen> <player> <menu>fioglow.admin.menuOpen a configured FioGlow menu for a player.
admin wandfioglow.admin.wandGive the region selection wand.
admin pos1fioglow.admin.pos1Set region position 1 from the targeted block.
admin pos2fioglow.admin.pos2Set region position 2 from the targeted block.
admin create <regionName> [block]fioglow.admin.createCreate a block glow region from the current selection.
admin region create <regionName> [block]fioglow.admin.createCreate a block glow region from the region command path.
admin region listfioglow.admin.regionlistOpen the region list GUI, or print region names from console.
admin region remove <name>fioglow.admin.region.removeRemove a block glow region.
admin region setColor <name> <color> [block]fioglow.admin.regionSet the glow color for a block glow region.

Admin Permission Nodes

PermissionDescription
fioglow.adminMain admin permission group declared in plugin.yml.
fioglow.admin.helpAdmin help command.
fioglow.admin.setSet player glow command.
fioglow.admin.listPlayer glow list command.
fioglow.admin.clearClear player glow command.
fioglow.admin.toggleForce player glow state command.
fioglow.admin.speedDefault glow speed command.
fioglow.admin.reloadReload command.
fioglow.admin.versionVersion command.
fioglow.admin.authorAuthor command.
fioglow.admin.checkPlayer state check command.
fioglow.admin.placeholdersPlaceholder list command.
fioglow.admin.langLanguage switch command.
fioglow.admin.menuAdmin menu open command.
fioglow.admin.wandRegion wand command.
fioglow.admin.pos1Region position 1 command.
fioglow.admin.pos2Region position 2 command.
fioglow.admin.createRegion create command.
fioglow.admin.regionRegion color command.
fioglow.admin.region.removeRegion remove command.
fioglow.admin.regionlistRegion list command.

Notes

  • Boolean admin toggle values accept true, false, on, off, enable, enabled, disable, and disabled.
  • Menu IDs accepted by tab completion include glowEffectStatic, glowEffectAnimated, adminPlayerList, adminRegionList, static, animated, players, and regions.
  • Region color commands accept any enabled glow ID.