Skip to content

Repository files navigation

SimpleItemLib

License: GPL v3Discord

The Simple Item Lib is a Library wich allows to easily add eventlistener by a Consumer to the ItemStack ( Items are identified by 64char random string set in ItemMeta ) or you can set your own custom keys when using static Items

Example

SimpleItemBuilderbuilder = newSimpleItemBuilder(Material.IRON_AXE);
builder.addItemFlag(ItemFlag.HIDE_ATTRIBUTES);
builder.setClickHandler(event -> {
event.getWhoClicked().sendMessage("You have clicked the Item"); });
SimpleItemStackitemStack = builder.build();

Other Links:

About

The Simple Item Lib is a Library wich allows to easily add eventlistener by a consumer to the ItemStack

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages