revokeBundle

@NotNull()
public abstract @NotNull() CompletableFuture<Void> revokeBundle(@NotNull() @NotNull() UUID playerUuid, @NotNull() @NotNull() String bundleId)

Revokes a bundle from a player.

Return

A future that completes when the bundle is revoked.

Parameters

playerUuid

The player's UUID.

bundleId

The bundle ID.