mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-28 03:57:39 +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
|
||||
*/
|
||||
public class VersionCommand extends CompositeCommand {
|
||||
public class BentoBoxVersionCommand extends CompositeCommand {
|
||||
|
||||
/**
|
||||
* Info command
|
||||
* @param parent - command parent
|
||||
*/
|
||||
public VersionCommand(CompositeCommand parent) {
|
||||
public BentoBoxVersionCommand(CompositeCommand parent) {
|
||||
super(parent, "version", "v", "versions", "addons");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setup() {
|
||||
setDescription("commands.bentobox.info.description");
|
||||
|
||||
}
|
||||
|
||||
@Override
|
Loading…
Reference in New Issue
Block a user