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