BitAspire Wiki

Commands

Explorer for SIR+ command providers, module commands, inherited SIR commands, and addon commands.

SIR+ commands

SIR+ keeps the current SIR command-provider pack and adds SIR+-specific module and addon commands.

The important runtime distinction is:

  • inherited SIR commands come from com.bitaspire.sir.command:all:2.3.1
  • SIR+ module commands come from SIR+ module jars such as scoreboard and tab
  • addon commands come from addon jars such as the bundled Teleport addon

Knowledge Explorer

Choose the entry you want to inspect

The data below follows the current repository resources and excludes descriptor-only files unless they define commands.

sirplus-admin

SIR+ admin command

Summary

Extends /sir with module, command, and addon management.

What it offers

  • - /sir modules with GUI or command fallback.
  • - /sir commands with provider override modes.
  • - /sir addons with addon state management.

Plugin dependencies

Required

No hard plugin dependency in the default resource files.

Optional

No optional plugin hook is required for the documented defaults.

Configuration files and important keys

commands/main/lang.yml

Main SIR+ command language.

lang.helplang.supportlang.reloadlang.migrate

Commands

CommandPermissionAliasesUsage
/sir addonssir.admin.addons-/sir addons <addon> [enable|disable|toggle]
/sir commandssir.admin.commands-/sir commands <provider> <enabled|override> [command] [state]
/sir modulessir.admin.modules-/sir modules <module> [enable|disable|toggle]

Configuration examples

  • - Use /sir addons for addon jars and /sir modules for module jars; they are separate runtime lanes.

Provider overrides

Use /sir commands <provider> <enabled|override> ... when you need to control a provider or a command override. Use /sir addons when the command is owned by an addon and the addon itself should be enabled or disabled.

Last updated on

On this page