mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-04 06:56:25 +00:00
locations command fix
This commit is contained in:
@@ -53,7 +53,7 @@ public class CmdLocation implements RTPCommand, RTPCommandHelpable {
|
||||
}
|
||||
|
||||
public boolean permission(CommandSender sendi) {
|
||||
return BetterRTP.getInstance().getPerms().getRtpOther(sendi);
|
||||
return BetterRTP.getInstance().getPerms().getLocation(sendi);
|
||||
}
|
||||
|
||||
public void usage(CommandSender sendi, String label) {
|
||||
|
||||
@@ -13,7 +13,7 @@ Locations:
|
||||
- main_loc:
|
||||
World: world
|
||||
CenterX: 100
|
||||
CenterY: 150
|
||||
CenterZ: 150
|
||||
MaxRadius: 100 #optional
|
||||
MinRadius: 5 #optional
|
||||
Shape: square #optional
|
||||
Reference in New Issue
Block a user