mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-28 13:45:14 +01:00
Updated BentoBoxCommand
This commit is contained in:
parent
3d441928d0
commit
1c2e553e9f
@ -16,9 +16,8 @@ public class BentoBoxCommand extends CompositeCommand {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setup() {
|
public void setup() {
|
||||||
setDescription("commands.bentobox.description");
|
new BentoBoxVersionCommand(this);
|
||||||
new VersionCommand(this);
|
new BentoBoxAboutCommand(this);
|
||||||
new AboutCommand(this);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user