Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.12 KB

telekinesis

This mod/plugin adds the telekinesis enchantment, allowing you to instantly move exp and item drops into your inventory. This includes the drops from mobs, vehicles and blocks.

Configuration

The configuration file can be found in the client/server directory. -> configuration file: /config/telekinesis.json

telekinesis.json
{
    "version": 1, // For migration purposes only, just ignore this.
    "config": {
        "needEnchantment": true, // Defines, whether telekinesis should without or with the enchantment on the tool.
        "needSneak": false, // Defines. whether the player should have to sneak in order to use telekinesis.
        "expAllowed": true, // Enables the use of telekinesis for exp drops.
        "itemsAllowed": true // Enables the use of telekinesis for item drops.
    }
}

Other

If you need help with any of my mods, just join my discord server.

Paper Compatibility

The paper module of telekinesis is as of Minecraft version 1.20.2 discontinued cause of the lack of ability to register the enchantment.