Updated to FC-1

This commit is contained in:
tastybento 2018-08-15 23:55:52 -07:00
parent aedd97ce05
commit de57229d36
2 changed files with 2 additions and 2 deletions

View File

@ -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>
</dependency> </dependency>
<dependency> <dependency>
<groupId>bskyblock.addon</groupId> <groupId>bskyblock.addon</groupId>

View File

@ -29,7 +29,7 @@ public class WarpCommand extends CompositeCommand {
public void setup() { public void setup() {
this.setPermission("island.warp"); this.setPermission("island.warp");
this.setOnlyPlayer(true); this.setOnlyPlayer(true);
this.setParameters("warp.help.parameters"); this.setParametersHelp("warp.help.parameters");
this.setDescription("warp.help.description"); this.setDescription("warp.help.description");
} }