Is it possible to create a chess menu?
ImGGAAVVIINN opened this issue ยท 3 comments
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:
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
- I am running latest version of this resource.
- I have read the wiki to make sure it's not an issue with configuration.
- I ticked all of these boxes without actually reading them.
- I have checked that my help request is unique and another request does not exist.
- I acknowledge this is not a bug report and is instead a help request.
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.