Remove actor ownership
remove-actor-ownershipRemove a player's explicit ownership on an actor, reverting to the default permission level. Warns if the default still grants access. Requires confirmation for removal and bulk operations.
Instructions
Remove the explicit permission a player has on an actor, so the default level of the actor applies again; the answer warns when that default still grants access. To hide an actor completely from a player, assign NONE with assign-actor-ownership instead. Needs confirmRemoval, and confirmBulkOperation when more than one actor or player is affected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirmRemoval | No | Must be true, otherwise nothing is removed | |
| actorIdentifier | Yes | Id of the actor, its exact name (case does not matter) or the id of one of its tokens, or one of the phrases of assign-actor-ownership | |
| playerIdentifier | Yes | The player by id or exact name, the name of an actor a player owns, or "party" | |
| confirmBulkOperation | No | Must also be true when more than one actor or player is affected |