Package fr.fuzeblocks.homeplugin.home
Class HomePermissionManager
java.lang.Object
fr.fuzeblocks.homeplugin.home.HomePermissionManager
The type Home permission manager.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanSetHome(org.bukkit.entity.Player player) Can set home boolean.static intgetMaxHomes(org.bukkit.entity.Player player) Gets max homes.
-
Constructor Details
-
HomePermissionManager
public HomePermissionManager()
-
-
Method Details
-
getMaxHomes
public static int getMaxHomes(org.bukkit.entity.Player player) Gets max homes.- Parameters:
player- the player- Returns:
- the max homes
-
canSetHome
public static boolean canSetHome(org.bukkit.entity.Player player) Can set home boolean.- Parameters:
player- the player- Returns:
- the boolean
-