Releases: zitreF/CocosMenu
Releases · zitreF/CocosMenu
Small ItemBuilder update
Remove Kyori
2.6 fix
Hotfixes
Animation hotfixed
Fixed bug when 0 index was not invoked
Animation and Code clean up
Animation
new Animation class helps you create scheduled operations on anything you want!
New way of adding click listeners on items
menu.setItem(10, new ItemStack(Material.DIRT), event -> System.out.println("Hello world!"));
menu.setItem(new ItemStack(Material.DIRT), 10).onInventoryClick((event, player) -> player.sendMessage("Hello world"));
Release 2.4
update 2.4
Release 2.3
Merge remote-tracking branch 'origin/master'
Release 2.2
Update README.md update to 2.2