playerProfiles

fun PaperLiteralNode.playerProfiles(name: String, block: PaperArgumentNode<PlayerProfileListResolver>.() -> Unit)

Adds a player profile list argument. @see PaperContext.playerProfiles


fun PaperContext.playerProfiles(name: String): Collection<PlayerProfile>

Returns the resolved collection of PlayerProfiles. @see PaperLiteralNode.playerProfiles