mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-28 20:17:40 +01:00
Renamed VersionCommand to BentoBoxVersionCommand
This commit is contained in:
parent
2f01671f72
commit
699b439096
@ -11,19 +11,19 @@ import world.bentobox.bentobox.api.user.User;
|
|||||||
*
|
*
|
||||||
* @author tastybento
|
* @author tastybento
|
||||||
*/
|
*/
|
||||||
public class VersionCommand extends CompositeCommand {
|
public class BentoBoxVersionCommand extends CompositeCommand {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Info command
|
* Info command
|
||||||
* @param parent - command parent
|
* @param parent - command parent
|
||||||
*/
|
*/
|
||||||
public VersionCommand(CompositeCommand parent) {
|
public BentoBoxVersionCommand(CompositeCommand parent) {
|
||||||
super(parent, "version", "v", "versions", "addons");
|
super(parent, "version", "v", "versions", "addons");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setup() {
|
public void setup() {
|
||||||
setDescription("commands.bentobox.info.description");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
Loading…
Reference in New Issue
Block a user