mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-02 19:02:33 +02:00
Bump internal release version and add missing javadoc
This commit is contained in:
@@ -52,6 +52,7 @@ public interface LuckPermsApi {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the platform LuckPerms is running on
|
* @return the platform LuckPerms is running on
|
||||||
|
* @since 2.7
|
||||||
*/
|
*/
|
||||||
PlatformType getPlatformType();
|
PlatformType getPlatformType();
|
||||||
|
|
||||||
|
@@ -67,7 +67,7 @@ public class ApiProvider implements LuckPermsApi {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public double getApiVersion() {
|
public double getApiVersion() {
|
||||||
return 2.6;
|
return 2.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user