Skip to content

Releases: zitreF/CocosMenu

Small ItemBuilder update

01 Aug 16:01
Compare
Choose a tag to compare

Added withType method in ItemBuilder :)

Remove Kyori

24 Jul 22:57
Compare
Choose a tag to compare
2.6

fix

Hotfixes

27 Jun 16:22
Compare
Choose a tag to compare

MenuItem action fix

Animation hotfixed

27 Jun 16:17
Compare
Choose a tag to compare

Fixed bug when 0 index was not invoked

Animation and Code clean up

26 Jun 18:43
Compare
Choose a tag to compare

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

31 May 13:38
Compare
Choose a tag to compare
update 2.4

Release 2.3

30 May 22:20
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

Release 2.2

30 May 22:05
ff8064b
Compare
Choose a tag to compare
Update README.md

update to 2.2