Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.4
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published last month
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
- Java: 17+
- Platform: Paper, Purpur, Spigot
- Localization: Built-in EN/RU support
Key Features
- Auto-Pickup: Instant block-to-inventory transfer.
- Smart Filtering: Customizable blacklist (e.g., TNT, Bedrock).
- Audio Feedback: 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
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"


