Mineuniverse
Log in Register
Plugins

Interactables

Turn Minecraft objects into talking, command executing Interactables!
by qwertyness
Download Claim this project
6,707 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Developer Tools Mechanics
Interactables is a fully featured API that sets a framework for turning any (anything you interact with that is) object in Minecraft into a command and/or message sending Interactable!

GitHub Documentation

API Features
----------------


- Register your plugin (implementing InteractablesPlugin) with Interactables:
   - Auto Data File generation (includes save system)
   - Built-in Interactable register and look up system.

- Register commands with interactables (with CommandLabel instance):
   - Make commands available through /interactable command
   - Shows commands in Interactables help page
   - Prevent confusion with the use of one base command.
   - System to prevent duplicate command registrations.

- Built in Interactable framework through the Interactable interface.

API Usage:
---------------

1. Register your main class implementing InteractablesPlugin with Interactables. Interactables instance can be retrieved through Bukkit ServicesManager. Register plugin with registerPlugin(InteractablesPlugin plugin).
This will create a new data file for your plugin in Interactables' data folder.

2. Create a CommandLabel instance for each of your plugin's commands. (Ex. /interactable addportalcommand) Register these through CommandHandler with interactables.getCommandHandler().registerCommand(CommandLabel command)
This will make your command available through the /interactable command as well as the Interactables help page.

3. Create a new class extending Interactable to start creating your own Interactable type.

4. The rest is up to you!

If you have any questions, post them in the comments. If there is anything crucial missing from the usage instructions, let me know! I will add it!

Plugins using Interactables:
PortalCommands
Interactables v1.1.1
MC CB 1.7.9-R0.2
Beta 2014-07-23 Get
Interactables v1.1.jar
MC CB 1.7.9-R0.1
Beta 2014-06-26 Get
Interactables_v1.0
MC CB 1.7.2-R0.3
Beta 2014-02-23 Get

More from qwertyness

QuickMeta
4,235
MagicItem
4,153
PortalCommands
18,347
SexyMotd
111,205

You Might Also Like

WorldGuard Custom Flags
WorldGuard Custom Flags
97,851
HoloAPI
Advanced and powerful holographic displays
93,959
Minequery
Minequery
91,099
SQLibrary
SQLibrary aims to streamline driver wrappers in Java for every database engine
85,675
WolfyUtilities
Utils and APIs: Config, Language and Inventory API, Protection Utils: WorldGuard, LWC, PlotSquared
84,728
DisguiseTester
Experiment with disguises!
9,677