
A paper plugin that allows you to pet creatures, fully customizable in config.
A Minecraft Paper plugin for petting entities with visual effects and sounds.

/patpat command/patpatreload to reload config without restarting| Command | Permission | Description |
|---|---|---|
/patpat |
patpat.pet |
Pet the nearest entity |
/patpatreload |
patpat.reload |
Reload plugin configuration |
| Permission | Default | Description |
|---|---|---|
patpat.pet |
op | Allow players to pet entities |
patpat.reload |
op | Allow operators to reload config |
The plugin creates a config.yml file with the following options:
particles:
enabled: true # Enable particle effects
type: HEART # Particle type (HEART, etc.)
count: 10 # Number of particles
spread: 0.5 # Particle spread radius
size: 1.0 # Particle size
sound:
enabled: true # Enable sound effects
type: ENTITY_EXPERIENCE_ORB_PICKUP # Sound name
volume: 0.5 # Sound volume (0.0 - 1.0)
pitch: 1.5 # Sound pitch (0.0 - 2.0)
Available sounds:
ENTITY_CAT_AMBIENT - Cat meowENTITY_WOLF_AMBIENT - Dog barkENTITY_PIG_AMBIENT - Pig oinkENTITY_SHEEP_AMBIENT - Sheep baaENTITY_RABBIT_AMBIENT - Rabbit squeakENTITY_PARROT_AMBIENT - Parrot soundENTITY_FOX_AMBIENT - Fox chatterENTITY_EXPERIENCE_ORB_PICKUP - XP soundentities:
enabled-list: false # true = whitelist, false = blacklist
types: # List of entity types
- CAT
- WOLF
- PIG
- SHEEP
- COW
- CHICKEN
- RABBIT
- HORSE
- LLAMA
- FOX
- VILLAGER
# Add more entity types...
animation:
jump-height: 0.5 # Entity jump height (0.0 to disable)
rotate-entity: true # Rotate entity towards player
range: 4.0 # Distance to find entities
cooldown: 500 # Cooldown in milliseconds
message: true # Show pet message