mirror of
https://github.com/BentoBoxWorld/CaveBlock.git
synced 2025-01-09 18:57:47 +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 IslandUnbanCommand(this);
|
||||
new IslandBanlistCommand(this);
|
||||
|
||||
// Expel command
|
||||
new IslandExpelCommand(this);
|
||||
|
||||
// Team commands
|
||||
new IslandTeamCommand(this);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user