mirror of
https://github.com/BentoBoxWorld/CaveBlock.git
synced 2025-01-25 21:31:20 +01:00
Add IslandExpelCommand.
This commit is contained in:
parent
f026891bda
commit
989b3fc65c
@ -44,6 +44,10 @@ public class IslandCommand extends CompositeCommand {
|
|||||||
new IslandBanCommand(this);
|
new IslandBanCommand(this);
|
||||||
new IslandUnbanCommand(this);
|
new IslandUnbanCommand(this);
|
||||||
new IslandBanlistCommand(this);
|
new IslandBanlistCommand(this);
|
||||||
|
|
||||||
|
// Expel command
|
||||||
|
new IslandExpelCommand(this);
|
||||||
|
|
||||||
// Team commands
|
// Team commands
|
||||||
new IslandTeamCommand(this);
|
new IslandTeamCommand(this);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user