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
scoreboardandtab - addon commands come from addon jars such as the bundled
Teleportaddon
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.
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.migrateCommands
| Command | Permission | Aliases | Usage |
|---|---|---|---|
| /sir addons | sir.admin.addons | - | /sir addons <addon> [enable|disable|toggle] |
| /sir commands | sir.admin.commands | - | /sir commands <provider> <enabled|override> [command] [state] |
| /sir modules | sir.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.
Modules
Explorer for SIR+ modules, including inherited SIR modules and premium SIR+ modules.
Addons
Explorer for bundled SIR+ addons, their commands, files, keys, and configuration examples.
Last updated on