We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f80733 commit d6377f3Copy full SHA for d6377f3
README.md
@@ -136,7 +136,6 @@ public class MyPlugin extends JavaPlugin {
136
.title("&cExample Menu") // by default colorized
137
.rows(6) // if you go above 6 or under 1 you'll get an IllegalArgumentException
138
.create();
139
- exampleMenu = Menus.getFactory().createMenu("&cExample Menu", 6); // alternative
140
exampleMenu.setClickAction(event -> { // InventoryClickEvent
141
event.setCancelled(true);
142
});
0 commit comments