getSecrets

suspend fun getSecrets(uuid: String): Int?

Get the total amount of secrets a player has collected. Only use this method in a coroutine to not freeze the main thread.

Based on a method provided by Harry282