A powerful and flexible Minecraft drops plugin that allows server owners to create fully customizable mob drops, custom items, and reward systems with command execution support.
Features
Create custom drops for any Minecraft mob
Support for multiple drops per entity
Custom item system with unique IDs
Execute commands when players trade items
Fully configurable through config.yml
Lightweight and easy to use
Placeholder support
Permissions PermissionDescription simpledrops.admin Access to all plugin commands
There are currently no user permissions.
Commands Main Command
/simpledrops
/sd
Give Custom Items
/sd give <player> <item> <amount>
Gives a custom item created in the configuration to a player.
Example
/sd give Steve zombie_fragment 5
Remove Custom Items
/sd take <player> <item> <amount>
Removes custom items from a player's inventory.
Example
/sd take Steve zombie_fragment 3
Trade Items for Commands
/sd trade <player> <itemid> <amount> <command>
Removes a specified amount of custom items from a player and executes a command if the trade is successful.
Example
/sd trade Steve zombie_fragment 10 give Steve diamond 1
Reload Configuration
/sd reload
Reloads the plugin configuration files.
Placeholders PlaceholderDescription %id% Item ID
%item_name% Custom item display name
%material% Minecraft material
%mob% Mob type
%amount% Item amount
%player% Player name
Example Placeholder Values