Expand description
Tameable module — transfer tameable entity ownership via lead right-click.
§Configuration
| Field | Default | Description |
|---|---|---|
enabled | false | Whether this module is active |
§Mechanics
When a player right-clicks another player while holding a lead:
- If the source player has a leashed, tamed entity
- And the source player is the owner of that entity
- Ownership of the entity is transferred to the target player
- The entity is leashed to the new owner
§Notes
This module is currently a stub. The Pumpkin plugin API does not yet expose:
PlayerInteractEntityEvent(or equivalent) for right-clicking entities- Methods to query a player’s leashed entity
- Methods to check or modify entity tameable state / ownership
- Methods to set an entity’s leash holder
Until these APIs are available, ownership transfer cannot be implemented.
Structs§
- Tameable
- Handles tameable entity ownership transfer.
- Tameable
Config - Configuration for the tameable ownership transfer module.