grantSkin

@NotNull()
public abstract @NotNull() CompletableFuture<Void> grantSkin(@NotNull() @NotNull() UUID playerUuid, @NotNull() @NotNull() String skinId, @NotNull() @NotNull() String source)

Grants a skin to a player.

Return

A future that completes when the grant is persisted.

Parameters

playerUuid

The player's UUID.

skinId

The skin ID.

source

The source of the grant.


@NotNull()
public abstract @NotNull() CompletableFuture<Void> grantSkin(@NotNull() @NotNull() UUID playerUuid, @NotNull() @NotNull() String skinId, @NotNull() @NotNull() String source, int days)