Pick up drops and XP instantly. No running around, no missed loot. Inspired by the Hypixel Skyblock Telekinesis enchantment.
Collecting drops is busywork. Magnetic removes the cleanup loop so you can stay focused on building, mining, and combat.
Magnetic is designed to feel instant, lightweight, and configurable without getting in your way.
- Auto-pickup: Items and XP go straight to you.
- Optional animation: Items fly to you instead of popping in.
- Rule-based activation: Enchantment, sneak, or permission conditions.
- Server-friendly: Lightweight and low overhead.
Works with:
- Fabric: FallingTree, KleeSlabs, RightClickHarvest, TreeHarvester, Veinminer
- Paper: mcMMO, AuraSkills, GravesX
Equip a Magnetic-enchanted tool, break or kill something, and watch drops fly to you.
Prefer always-on? Remove ENCHANTMENT from the condition statement.
Commands:
/magnetic reload(OP/level 3) reloads the config
Permission gate:
magnetic.ability.use
Config file: magnetic.json
Minimal example:
{
"config": {
"conditionStatement": {
"raw": "ENCHANTMENT"
},
"itemsAllowed": true,
"expAllowed": true,
"animation": {
"enabled": true
}
}
}Apply changes with /magnetic reload or use the config screen on the client.
Full reference: docs/CONFIG.md
Condition examples:
ENCHANTMENT(default)ENCHANTMENT || PERMISSIONSNEAK
Does this work in multiplayer?
Yes — servers and singleplayer are supported.
Where do I get the enchantment?
It’s vanilla-style: trading, loot, or the enchantment table.
Do I have to use the enchantment?
No. Remove ENCHANTMENT from the condition statement.
Can I restrict Magnetic to permissions only?
Yes. Use PERMISSION in the condition statement and grant magnetic.ability.use.
Can I disable item or XP pickup separately?
Yes. Toggle itemsAllowed and expAllowed in the config.
My inventory is full — what happens?
Magnetic can play a sound, message, or title alert. Configure cooldowns in fullInventoryAlert.
Can other players steal the floating items?
Optional. Set animation.canOtherPlayersPickup to control interception.

