diff --git a/src/main/java/world/bentobox/caveblock/commands/IslandCommand.java b/src/main/java/world/bentobox/caveblock/commands/IslandCommand.java index df73586..91e95e4 100644 --- a/src/main/java/world/bentobox/caveblock/commands/IslandCommand.java +++ b/src/main/java/world/bentobox/caveblock/commands/IslandCommand.java @@ -44,6 +44,10 @@ public class IslandCommand extends CompositeCommand { new IslandBanCommand(this); new IslandUnbanCommand(this); new IslandBanlistCommand(this); + + // Expel command + new IslandExpelCommand(this); + // Team commands new IslandTeamCommand(this); }