HomeJavaModsClickable Entities
Clickable Entities

Clickable Entities

Adds left and right click functionality to entities with the entityclick command

For what would I use this mod?

If you have a server with npc's and you want an interactable npc that executes a command when it is clicked, you can bind a command with this mod to the entity. Just like big servers such as Hypixel. You can pair this mod with something like proxycommand for velocity to change between servers

How does the /entityclick command work?

The entityclick command is divided in 2 categories

Add a command binding:

/entityclick add hand entity command

Remove a command binding:

/entityclick remove hand entity

Command Examples

To add a command when the player right-clicks the nearest armor stand

/entityclick add right @e[type=minecraft:armor_stand, limit=1, sort=nearest] tp @p 100 100 100

To remove a command when the player right-clicks the nearest armor stand

/entityclick remove right @e[type=minecraft:armor_stand, limit=1, sort=nearest]

Data Location

Data about the entities is stored under config/clickable-entities/RegisteredEntities.yaml

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more