Interface Platform


public interface Platform
Provides information about the platform LuckPerms is running on.
  • Method Details

    • getType

      Gets the type of platform LuckPerms is running on
      Returns:
      the type of platform LuckPerms is running on
    • getUniqueConnections

      @NonNull @Unmodifiable Set<UUID> getUniqueConnections()
      Gets the unique players which have connected to the server since it started.
      Returns:
      the unique connections
    • getKnownPermissions

      @NonNull @Unmodifiable Collection<String> getKnownPermissions()
      Gets a Collection of all known permission strings.
      Returns:
      a collection of the known permissions
    • getStartTime

      @NonNull Instant getStartTime()
      Gets the time when the plugin first started.
      Returns:
      the enable time