f.FastLoot
Automatically puts broken blocks directly into your inventory with full customization.
f.FastLoot
f.FastLoot
f.FastLoot is a lightweight, high-performance auto-pickup plugin. It delivers loot directly to the player's inventory, preventing item despawning and lag.
---
Technical Specifications
* EN/RU 17+ * EN/RU Paper, Purpur, Spigot * EN/RU Built-in EN/RU support
Key Features
* Optimization: Instant block-to-inventory transfer. * Optimization: Customizable blacklist (e.g., TNT, Bedrock). * Optimization: Customizable sounds for toggling and errors. * Optimization: Zero-lag performance via modern API standards.
---
Commands & Permissions
| Command | Description | Permission | | :--- | :--- | :--- | | `/ffl enable/disable` | Toggle auto-pickup | `feir.project.fastloot.command.use` | | `/ffl reload` | Reload config | `feir.project.fastloot.command.reload` |
---
Configuration Preview
```yaml language: "en_US" settings:
Should the plugin drop items on the ground if the inventory is full?
true - drop near player, false - items just vanish (not recommended)
drop-if-full: true # Items drop if inventory is full sounds: enable: "ENTITY_EXPERIENCE_ORB_PICKUP" disable: "BLOCK_NOTE_BLOCK_BASS" error: "ENTITY_VILLAGER_NO" ignored-blocks: - "TNT" - "BEDROCK" ```