magnetic-telekinesis
Instantly draws items and experience directly into your inventory. Similar to the telekinesis ability from Hypixel Skyblock.
How It Works

With this mod, you gain automatic collection of all drops - from mobs, destroyed blocks, and other objects. Experience orbs will also be instantly sent to your inventory without the need to manually collect them.
Using Without Enchantment
You can configure the mod to work without needing to enchant tools. In the configuration file, change the needEnchantment parameter to false. If you want the function to work only while crouching, activate the needSneak option.
With standard settings using the enchantment, you'll need to hold a tool with Magnetic enchantment in your main or off-hand.
Obtaining the Enchantment
The Magnetic enchantment can be purchased from villagers, obtained through an enchanting table, or found in treasure chests on already enchanted tools.
Configuration
The configuration file is located in the client/server directory depending on the server type being used.
For Fabric: /config/magnetic.json
For Paper: /plugins/magnetic.json
{
"version": 1,
// For migration purposes only, can be ignored
"config": {
"needEnchantment": true,
// Defines whether enchantment on the tool is required for Magnetic to work
"needSneak": false,
// Defines whether player needs to crouch to use Magnetic
"expAllowed": true,
// Enables using Magnetic for experience collection
"itemsAllowed": true
// Enables using Magnetic for item collection
}
}