mirror of
https://github.com/BentoBoxWorld/CaveBlock.git
synced 2025-01-25 21:31:20 +01:00
Add BentoBox 1.3.0 admin commands
This commit is contained in:
parent
207733527d
commit
f301e56ea6
@ -64,6 +64,12 @@ public class AdminCommand extends CompositeCommand {
|
|||||||
new AdminReloadCommand(this);
|
new AdminReloadCommand(this);
|
||||||
// Spawn
|
// Spawn
|
||||||
new AdminSetspawnCommand(this);
|
new AdminSetspawnCommand(this);
|
||||||
|
// Reset flags
|
||||||
|
new AdminResetFlagsCommand(this);
|
||||||
|
// Trash
|
||||||
|
new AdminTrashCommand(this);
|
||||||
|
new AdminEmptyTrashCommand(this);
|
||||||
|
new AdminSwitchtoCommand(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user