Maxlego08 / zMenu

A plugin that will allow the creation of menu for minecraft, has a complete API for developers
GNU General Public License v3.0
58 stars 10 forks source link

feat: support attributes in MenuItemStack #30

Closed EnzoShoes closed 10 months ago

EnzoShoes commented 10 months ago

Add support for custom attributes #20

Maxlego08 commented 10 months ago

Will it work without any problems in the 1.8 to 1.20 versions ?

lijinhong11 commented 10 months ago

It just only for1.13.2+. In lower versions, that may need NBTAPI (the best solution)

Will it work without any problems in the 1.8 to 1.20 versions ?

Maxlego08 commented 10 months ago

The problem is that I am afraid that in the versions below that, the plugin will trigger an error and not run the plugin since the classes do not exist

lijinhong11 commented 10 months ago

The problem is that I am afraid that in the versions below that, the plugin will trigger an error and not run the plugin since the classes do not exist

So just add a support to add nbt tags

EnzoShoes commented 10 months ago

Is this ok ?

Maxlego08 commented 10 months ago

Yeah, sound good for me, i will try this very soon