Add BentoBox 1.3.0 admin commands

This commit is contained in:
BONNe1704 2019-02-25 16:37:52 +02:00
parent 207733527d
commit f301e56ea6

View File

@ -64,6 +64,12 @@ public class AdminCommand extends CompositeCommand {
new AdminReloadCommand(this);
// Spawn
new AdminSetspawnCommand(this);
// Reset flags
new AdminResetFlagsCommand(this);
// Trash
new AdminTrashCommand(this);
new AdminEmptyTrashCommand(this);
new AdminSwitchtoCommand(this);
}
@Override