CutieDrops
作者:rebot | 分类:模组
Minecraft 版本: 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
平台: bukkit paper purpur spigot
标签: game-mechanics mobs
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:
- Download the plugin
- Stop your server
- Move the .jar file to your server's /plugins/ folder
- Start your server
- Done!
请登录后举报
暂无评论,抢个沙发吧~