CutieDrops
Transform mobs into cute babies and get magical loot drops!
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 1. Stop your server 1. Move the .jar file to your server's /plugins/ folder 1. Start your server 1. Done!