mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-03-26 13:40:40 +01:00
IslandBanCommand: added "banned", "bans" aliases
This commit is contained in:
parent
29d0cb6eb3
commit
0789ec0969
@ -12,7 +12,7 @@ import world.bentobox.bentobox.database.objects.Island;
|
||||
public class IslandBanlistCommand extends CompositeCommand {
|
||||
|
||||
public IslandBanlistCommand(CompositeCommand islandCommand) {
|
||||
super(islandCommand, "banlist");
|
||||
super(islandCommand, "banlist", "banned", "bans");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user