mirror of
https://github.com/BentoBoxWorld/Level.git
synced 2025-01-25 00:41:21 +01:00
Removed deprecation.
This commit is contained in:
parent
c4e8fe0662
commit
2f268ac172
2
pom.xml
2
pom.xml
@ -70,7 +70,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>world.bentobox</groupId>
|
<groupId>world.bentobox</groupId>
|
||||||
<artifactId>bentobox</artifactId>
|
<artifactId>bentobox</artifactId>
|
||||||
<version>FC-0.95</version>
|
<version>FC-1</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -40,7 +40,7 @@ public class AdminLevel extends CompositeCommand {
|
|||||||
public void setup() {
|
public void setup() {
|
||||||
this.setPermission("admin.level");
|
this.setPermission("admin.level");
|
||||||
this.setOnlyPlayer(false);
|
this.setOnlyPlayer(false);
|
||||||
this.setParameters("admin.level.parameters");
|
this.setParametersHelp("admin.level.parameters");
|
||||||
this.setDescription("admin.level.description");
|
this.setDescription("admin.level.description");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -43,7 +43,7 @@ public class IslandLevel extends CompositeCommand {
|
|||||||
@Override
|
@Override
|
||||||
public void setup() {
|
public void setup() {
|
||||||
this.setPermission("island.level");
|
this.setPermission("island.level");
|
||||||
this.setParameters("island.level.parameters");
|
this.setParametersHelp("island.level.parameters");
|
||||||
this.setDescription("island.level.description");
|
this.setDescription("island.level.description");
|
||||||
this.setOnlyPlayer(true);
|
this.setOnlyPlayer(true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user