-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Feature description
Add an optional configuration system that allows server owners to disable
individual EssentialsX modules or specific commands.
This would make it possible to selectively turn off features such as
/home, /warp, /spawn, /kit, etc., when a server uses alternative plugins
for the same functionality.
Disabled commands should not be registered at all, avoiding command
conflicts and unnecessary overhead.
How the feature is useful
Many servers use EssentialsX only as a base plugin while relying on other,
specialized plugins for features like homes, warps, kits or economy.
Being able to disable individual commands or modules directly in
EssentialsX avoids command conflicts, reduces confusion for players,
and removes the need for workarounds such as permissions blocking or
command overrides.
This results in a cleaner setup, better interoperability with other
plugins, and more control for server administrators.