mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-17 17:15:47 +00:00
locations command fix
This commit is contained in:
parent
b2d937835a
commit
c0886fd04e
2
pom.xml
2
pom.xml
@ -7,7 +7,7 @@
|
|||||||
<groupId>me.SuperRonanCraft</groupId>
|
<groupId>me.SuperRonanCraft</groupId>
|
||||||
<artifactId>BetterRTP</artifactId>
|
<artifactId>BetterRTP</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.1.0-1</version>
|
<version>3.1.0-2</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
|
@ -53,7 +53,7 @@ public class CmdLocation implements RTPCommand, RTPCommandHelpable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean permission(CommandSender sendi) {
|
public boolean permission(CommandSender sendi) {
|
||||||
return BetterRTP.getInstance().getPerms().getRtpOther(sendi);
|
return BetterRTP.getInstance().getPerms().getLocation(sendi);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void usage(CommandSender sendi, String label) {
|
public void usage(CommandSender sendi, String label) {
|
||||||
|
@ -13,7 +13,7 @@ Locations:
|
|||||||
- main_loc:
|
- main_loc:
|
||||||
World: world
|
World: world
|
||||||
CenterX: 100
|
CenterX: 100
|
||||||
CenterY: 150
|
CenterZ: 150
|
||||||
MaxRadius: 100 #optional
|
MaxRadius: 100 #optional
|
||||||
MinRadius: 5 #optional
|
MinRadius: 5 #optional
|
||||||
Shape: square #optional
|
Shape: square #optional
|
Loading…
x
Reference in New Issue
Block a user