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