Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
CutieDrops
PluginLicenseRef-All-Rights-Reserved

CutieDrops

Transform mobs into cute babies and get magical loot drops!

39
Downloads
0
Followers
8 months ago
Updated
📦
1
Versions
game-mechanicsmobsbukkitpaperpurpurspigot
Download Latestv1.4View on Modrinth

📖About CutieDrops

CutieDrops Plugin Description

CutieDrops is a Minecraft plugin that adds a new interaction mechanic with shears. With this plugin, your players no longer need to kill pigs, chickens, cows, or rabbits. When a player right-clicks one of these mobs with shears, the adult mob will transform into a baby, and loot will drop from it. For example, a cow will drop raw beef, a rabbit will drop raw rabbit meat, and a chicken will drop a feather.

Dispenser Support

The plugin also works with dispensers. If you place shears in a dispenser and power it, any mob from the config that passes by will be transformed into a baby and drop loot.

Plugin Features:

  • Simple mob interaction - Just right-click with shears!
  • Configurable drops - Customize what each mob drops
  • Special cooked drops - Chance to get cooked meat instead of raw (e.g., cooked chicken instead of feather)
  • Sound customization - Configure transformation and rejection sounds
  • Particle effects - Beautiful particles when transforming mobs
  • Message system - Customizable messages with config controls
  • Full compatibility - Works with Paper, Spigot, and their forks

Commands

/cutiedrops reload - Reloads config and messages

Permissions:

cutiedrops.reload - Allows usage of /cutiedrops reload command

CutieDrops Plugin Configuration:

# =============================================================================
# CutieDrops Plugin Configuration
# =============================================================================
# This file contains all configuration settings for the CutieDrops plugin.
# Modify the values below to customize the plugin behavior.
# =============================================================================

# -----------------------------------------------------------------------------
# General Settings
# -----------------------------------------------------------------------------
settings:
  # Enable message when trying to transform a mob that is already a baby
  enable_already_baby_message: true

  # Enable message when successfully transforming a mob into a baby
  enable_transformed_message: true

  # Check for plugin updates on startup
  check_updates: true

# -----------------------------------------------------------------------------
# Sound Effects
# -----------------------------------------------------------------------------
sounds:
  # Sound played when trying to transform an already baby mob
  already_baby: ENTITY_VILLAGER_NO

  # Sound played when successfully transforming a mob into a baby
  transformed: ENTITY_PLAYER_LEVELUP

# -----------------------------------------------------------------------------
# Visual Effects
# -----------------------------------------------------------------------------
particles:
  # Particle effect displayed when successfully transforming a mob
  transformed: CRIT

# -----------------------------------------------------------------------------
# Drop Configuration
# -----------------------------------------------------------------------------
drops:
  # Normal drops when transforming mobs into babies
  # Format: ENTITY_TYPE: DROP_MATERIAL
  CHICKEN: FEATHER
  PIG: PORKCHOP
  COW: BEEF
  RABBIT: RABBIT

# -----------------------------------------------------------------------------
# Drop Chances
# -----------------------------------------------------------------------------
drop_chances:
  # Chance (in percentage) for fire drops to occur
  fire_drops: 20

# -----------------------------------------------------------------------------
# Fire Drops
# -----------------------------------------------------------------------------
fire_drops:
  # Cooked drops that can be obtained when fire drops occur
  # Format: ENTITY_TYPE: COOKED_MATERIAL
  CHICKEN: COOKED_CHICKEN
  PIG: COOKED_PORKCHOP
  COW: COOKED_BEEF
  RABBIT: COOKED_RABBIT

CutieDrops Plugin Messages File:

# Message shown when trying to transform a mob that is already a baby
mob_already_baby: "&cThis mob is already a baby!"

# Message shown when successfully transforming a mob into a baby
mob_transformed: "&aYou transformed the mob into a baby and received loot!"

# Message shown when player doesn't have permission for a command
no_permission: "&cYou don't have permission to execute this command."

# Message shown when config and messages are successfully reloaded
reload_success: "&aConfig and messages successfully reloaded!"

CutieDrops Plugin Installation:

  1. Download the plugin
  2. Stop your server
  3. Move the .jar file to your server's /plugins/ folder
  4. Start your server
  5. Done!

👥 Team & Contributors

b0b0b0
b0b0b0Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.181.18.11.18.21.191.19.11.19.21.19.31.19.4+19 more

🔗 Links

Modrinth Page