HomeJavaModsPatPat Plugin
PatPat Plugin
PatPat Plugin — screenshot 1

Github Link-Banner

PatPatPlugin

A Minecraft Paper plugin for petting entities with visual effects and sounds.

Work plugin

Features

Commands

Command Permission Description
/patpat patpat.pet Pet the nearest entity
/patpatreload patpat.reload Reload plugin configuration

Permissions

Permission Default Description
patpat.pet op Allow players to pet entities
patpat.reload op Allow operators to reload config

Configuration

The plugin creates a config.yml file with the following options:

Particles

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

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 List

entities:
  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

animation:
  jump-height: 0.5      # Entity jump height (0.0 to disable)
  rotate-entity: true    # Rotate entity towards player

General

range: 4.0              # Distance to find entities
cooldown: 500           # Cooldown in milliseconds
message: true            # Show pet message
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more