▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/PatPat Plugin
PatPat Plugin

PatPat Plugin

A paper plugin that allows you to pet creatures, fully customizable in config.

80
0

Github Link-Banner

PatPatPlugin

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

Work plugin

Features

  • Pet entities by right-clicking or using /patpat command
  • Customizable particles - hearts, confetti, and flash effects
  • Customizable sounds - choose any Minecraft sound for petting
  • Entity whitelist/blacklist - control which entities can be petted
  • Animation settings - jump height and entity rotation
  • Cooldown system - prevent spam petting
  • Full configuration - all settings adjustable in config.yml
  • Reload command - /patpatreload to reload config without restarting

Commands

CommandPermissionDescription
/patpatpatpat.petPet the nearest entity
/patpatreloadpatpat.reloadReload plugin configuration

Permissions

PermissionDefaultDescription
patpat.petopAllow players to pet entities
patpat.reloadopAllow 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_CAT_AMBIENT - Cat meow
  • ENTITY_WOLF_AMBIENT - Dog bark
  • ENTITY_PIG_AMBIENT - Pig oink
  • ENTITY_SHEEP_AMBIENT - Sheep baa
  • ENTITY_RABBIT_AMBIENT - Rabbit squeak
  • ENTITY_PARROT_AMBIENT - Parrot sound
  • ENTITY_FOX_AMBIENT - Fox chatter
  • ENTITY_EXPERIENCE_ORB_PICKUP - XP sound
  • And many more...

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

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MIT
Опубликован:1 месяц назад
Обновлён:1 месяц назад
Главная