mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 10:14:43 +02:00
Javadocs.
This commit is contained in:
@ -272,6 +272,11 @@ public class Misc {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the max power level for a player.
|
||||
*
|
||||
* @return the maximum power level for a player
|
||||
*/
|
||||
public static int getPowerLevelCap() {
|
||||
int levelCap = Config.getInstance().getPowerLevelCap();
|
||||
|
||||
|
Reference in New Issue
Block a user