Telekinesis is a simple Minecraft plugin designed to automatically pick up items as you mine, farm, forage, or slay providing a seamless and efficient gameplay experience. No more worrying about items being left behind or getting lost in the chaos.
Commands:
/telekinesis on/off
/telekinesis reload
/telekinesis blacklist
/telekinesis blacklist list
/telekinesis blacklist add [item]
/telekinesis blacklist remove [item]
Permissions:
telekinesis.use # Allows the use of Telekinesis
telekinesis.reload # Allows reloading of the plugin
telekinesis.blacklist # Allows managing personal blacklist
telekinesis.blacklist.list # Allows listing personal blacklisted items
Discord Support:
https://discord.gg/fpBfCYBDmZ
Code (YAML):
# Telekinesis Config
# Automatically enables auto pickup.
default-enabled
: true
# Inventory Warning (ACTION_BAR, TITLE, OR CHAT).
warning-method
: CHAT
# Drops items when inventory is full. If set to false it deletes the item from the world.
drop-items
: true
# Enable experience orb auto pickup
enable-experience-pickup
: true
# Enable experience pickup message
enable-experience-pickup-message
: false
# Enable auto-pickup for MythicMobs drops (requires MythicMobs)
enable-mythicmobs-pickup
: true
# Global blacklist for items (use lowercase material names)
# Item IDs can be found in (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
# Example.
# global-blacklist:
# - dirt
global-blacklist
:
[
]
[code=YAML
]
# Telekinesis Messages
player-only-command
:
"&cThis command can only be used by players."
usage
:
"&cUsage: /telekinesis <on|off|reload|blacklist>"
no-permission
:
"&cYou don't have permission to use this command."
reload-success
:
"&aConfiguration reloaded successfully."
telekinesis-enabled
:
"&aTelekinesis enabled."
telekinesis-disabled
:
"&cTelekinesis disabled."
container-not-empty
:
"&cThis container is not empty! Please empty it before breaking."
# If your using ACTION_BAR use "§" instead of "&".
inventory-full
:
"&cYour inventory is full!"
# Blacklist messages v1.1
blacklist-usage
:
"&cUsage: /telekinesis blacklist <item|list>"
blacklist-added
:
"&aAdded {item} to your personal blacklist."
blacklist-removed
:
"&aRemoved {item} from your personal blacklist."
blacklist-empty
:
"&eYour personal blacklist is empty."
blacklist-header
:
"&eYour personal blacklist:"
blacklist-item
:
"&7- {item}"
experience-pickup
:
"&aYou picked up {amount} experience."