EssentialsC / Expansions

Expansions

Add-on expansions that extend EssentialsC with cross-server synchronisation and other advanced features.

Overview

Expansions are separate JAR plugins that hook into EssentialsC's internal managers to provide additional functionality. Each expansion is distributed as its own JAR file and sits in your /plugins directory alongside EssentialsC itself.

Expansions use EssentialsC's public API and are loaded as standard Bukkit plugins with a soft dependency on EssentialsC. They are built, versioned, and released independently from the core plugin.

Expansions require EssentialsC to be loaded first. If EssentialsC is missing or disabled, the expansion will disable itself with a console warning.