BitAspire Wiki
SIR+SIR+

Supported Plugins

Compatibility overview for the server plugins, migration sources, and ecosystems that matter to SIR+.

SIR+ inherits the modern SIR compatibility story and then adds the addon runtime on top. That means this page has two jobs:

  1. show the third-party plugins that still matter to the stock runtime
  2. show the migration sources and addon-facing ecosystems that matter before you extend the platform

Inherited runtime integrations

PluginWhy it matters in SIR+
PlaceholderAPIExpands placeholders inside chat, announcements, MOTD, and any text that your modules or addons expose through PlaceholderAPI-driven output.
VaultKeeps permission groups, chat metadata, and group-aware utility behavior available to the SIR+ runtime.
DiscordSRVSupports Discord-linked messaging flows and relay patterns inherited from modern SIR.
EssentialsDiscordAlternate Discord bridge when your server already uses the Essentials ecosystem.
InteractiveChatHelps richer chat presentation stacks coexist with SIR+ text output.
ViaVersionOptional utility dependency for mixed-version networks.

Login, vanish, and moderation stack

PluginWhat it influences
UserLogin / AuthMe / NexAuth / nLogin / OpeNLoginLogin-aware join flow, gated onboarding, and the timing of user-facing messages.
SuperVanish / PremiumVanishVanish-aware staff messaging and hidden-state behavior.
CMIUtility compatibility plus a direct migration source for SIR+.
Essentials / EssentialsXShared utility ecosystem and direct migration source.
AdvancedBanDedicated punishment handling alongside SIR+ chat and workflow logic.

Migration sources

SourceSupported in SIR+Notes
SIR LegacyYesSIR+ can migrate from the old resources/ style layout.
SIR ModernYesSIR+ can also reuse already-structured modules/, commands/, and users/ data.
Essentials / EssentialsXYesUseful when moving a classic utility stack into the SIR family.
CMIYesOne of the main compatibility differences versus base SIR.

Addon-facing expectations

ComponentWhy it matters
SIRApiThe public API used to compile custom addons.
Your target plugin stackIf your addon depends on PlaceholderAPI, Vault, DiscordSRV, or another plugin, that dependency still matters even though SIR+ supplies the addon runtime.
Paper / Spigot-compatible runtimeAddons still run inside the normal Bukkit-family plugin environment.

Important distinction

SIR+ does not require a separate helper plugin just to unlock addons. The addon runtime is already part of the main SIR+ jar. What changes from server to server is the ecosystem your addons expect around it.

Where to continue next

Use Modules & Providers for the built-in feature map, Addon Runtime for loading behavior, and Addons API when you are ready to compile against SIRApi.

Last updated on

On this page