Configurable Chest GUI, using a Command

Hello, I used to have a server which I am trying to recreate using sponge. I am missing a huge plugin I used a lot, on my old server. The plugin was a chest GUI plugin, in short, all you do was specify a command (For example /warp) and a single chest would appear on your screen, and when you click on an item a command will run.

Example

/warp
I will be able to specify where items go, and what happens when I click the item.
When I type this command this will appear

Other uses
/armor
Shows a chest will different enchants (more appealing than sign shops)

/books
Show a chest of enchanted books

All this plugin has to do is accept a string for the command,
have a structure so I can specify a slot in the 27 slot chest;
when I select the slot, I will be able to add an item as a placeholder(with a name)
when the item is pressed a command will go off.

If there is a plugin similar I would love a link, I spent 1 hour trying to find one.

This is pretty cool, but with Sponge lacking Inventory API this will have to wait.

2 Likes