SimpleSilkDrops
This Minecraft plugin extends the capabilities of the Silk Touch enchantment, allowing players to obtain drops from blocks that are normally unavailable when using this enchantment.
Permission Settings
The permission system includes the following parameters:
- silkdrops.reload — provides the ability to reload the plugin configuration via the /silkreload command. By default, available only to server operators.
- silkdrops.drop.all — allows obtaining drops from all configured blocks when using a tool with Silk Touch. By default, available to operators.
- silkdrops.drop.
— allows players to obtain a specific material when breaking the corresponding block with a Silk Touch tool.
Plugin Configuration
The default settings include the following list of blocks:
silk-blocks:
- REINFORCED_DEEPSLATE
- BUDDING_AMETHYST
- VINE
- FROGSPAWN
- CHORUS_PLANT
- FARMLAND
- TALL_GRASS
- LARGE_FERN
All blocks in the silk-blocks list must correspond to the Material enumeration from the official Bukkit documentation. The plugin automatically adds blocks to this list when they are detected in the configuration file.
Available Commands
- /silkreload — reloads the plugin configuration. Using this command requires the silkdrops.reload permission.