Closed EnzoShoes closed 10 months ago
Thanks for update it!
this is pretty cool
Thank you for your PR, I have two changes:
If you have time to do it would be great, otherwise I could make myself
Can I try to finish using what you made or are you working on it ?
you can continue
Is this what you had in mind for the enum ?
I’ll take care of the rest, thank you !
Here is the final rendering of the configuration
# Open this menu by clicking a specific item
#
openWithItem:
# Define the item that will be clicked
item:
material: clock
# Look at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/block/Action.html
actions:
- LEFT_CLICK_BLOCK
- LEFT_CLICK_AIR
# Définissez ensuite le type de vérification.
# Depending on your configuration and need you will define a certain type of verification. Here are all the types that exist:
# - full -> Allows to check the itemStack in full, will use the ItemStack#isSimilar method.
# - material -> Allows to check only the material
# - name -> Allows to check only the display name
# - lore -> Allows to check only the lore
# - modelid -> Allows to check only the Custom Model Id
type: material
Add possibility to open menu with item #28.