RockinChaos / ItemJoin

Get custom items on join.
https://www.craftationgaming.com/
GNU Lesser General Public License v3.0
137 stars 35 forks source link

Is it possible to create a chess menu? #598

Closed ImGGAAVVIINN closed 3 weeks ago

ImGGAAVVIINN commented 2 months ago

Server Version

Spigot 1.21

Resource Version

ItemJoin 6.0.8-SNAPSHOT-b1000

Dump Information

https://ci.craftationgaming.com/dump?id=sibiwoqova

Describe The Problem

I am wondering if there is a way to create a chess menu with items in it which the user can click on to execute command. Something like this: image I had a read on #276 and it seems like I need another plugin to do that, is it true?

Additional Context

No response

Checklist

RockinChaos commented 2 months ago

Correct, ItemJoin is meant to be physical items that the player can access. Which means they are originally meant to be given via their inventory.

ItemJoin does not handle or create virtual menus (excluding the item editor). Typically ItemJoin is meant to be used in conjunction with a menu plugin so you can use an ItemJoin item to open these menu's via interacting with the ItemJoin item.

Some menu plugins that I recommend are; DeluxeMenus, ChestCommands, and BossShop.

EDIT: Honestly it's something I thought of implementing as it (likely) could be done without a lot of overhead but currently there are other things I am prioritizing with ItemJoin so I may visit that idea a bit later down the road.

ImGGAAVVIINN commented 2 months ago

What menu plugin work best with item join?

RockinChaos commented 2 months ago

Any of the above-listed plugins work best with ItemJoin. Some just have different features than others so it's really based on your needs. Personally, I like using DeluxeMenus and it has great developer support.