Interface Platform


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

      • getType

        @NonNull Platform.Type 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
      • getStartTime

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