extractor-pickaxe
作者:rebot | 分类:模组
Minecraft 版本: 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
平台: paper
标签: game-mechanics utility
Extractor Pickaxe
extractor-pickaxe is a Minecraft plugin for PaperMC that lets you create powerful pickaxes capable of mining spawner blocks, even in protected WorldGuard regions.
⚠️ This project is implemented with PaperMC in mind and may not work properly on other server implementations.
If you need help, join the discord server.
Features
- Create custom extractor pickaxes with persistent data.
- Set and decrement the number of uses per extractor.
- Convert regular items into extractors.
- Safe usage system that prevents modifying non-extractor items.
- Fully compatible with PaperMC and Bukkit API.
Showcase
Commands
| Name | Permission | Description |
|---|---|---|
| /extractor get | extractorpickaxe.command.use | Get a netherite mining pickaxe |
| /extractor convert | extractorpickaxe.command.use | Turn the pick in your hand into an extractor |
| /extractor set-uses | extractorpickaxe.command.use | Set the number of uses for the extractor pick you have in your hand |
Installation
- Download the plugin JAR.
- Place it in the
pluginsfolder of your PaperMC server. - Restart the server to load the plugin.
- And it's ready to use.
For Developers
If you're a developer and want a quick overview of how the plugin works:
The plugin stores a type of data (byte) inside a pickaxe (ItemStack) using Bukkit's PersistentDataContainer.
When a player breaks a spawner, the plugin checks if the pickaxe contains that specific data.
If it does, the plugin handles the action accordingly. Simple and straightforward.
请登录后举报
暂无评论,抢个沙发吧~