Class CloudNetPermissionsHandler

java.lang.Object
me.github.simonplays15.betterbansystem.core.permissions.PermissionsManager
me.github.simonplays15.betterbansystem.core.permissions.CloudNetPermissionsHandler

public class CloudNetPermissionsHandler extends PermissionsManager
The CloudNetPermissionsHandler class is a subclass of PermissionsManager that provides a permissions handler implementation for the CloudNet system.
  • Constructor Details

  • Method Details

    • hasPermission

      public boolean hasPermission (String playername, String permission)
      Checks if the given player has the specified permission.
      Specified by:
      hasPermission in class PermissionsManager
      Parameters:
      playername - the name of the player
      permission - the permission to check
      Returns:
      true if the player has the permission, false otherwise