Skip to content

Commit d6377f3

Browse files
Update README.md
1 parent 5f80733 commit d6377f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ public class MyPlugin extends JavaPlugin {
136136
.title("&cExample Menu") // by default colorized
137137
.rows(6) // if you go above 6 or under 1 you'll get an IllegalArgumentException
138138
.create();
139-
exampleMenu = Menus.getFactory().createMenu("&cExample Menu", 6); // alternative
140139
exampleMenu.setClickAction(event -> { // InventoryClickEvent
141140
event.setCancelled(true);
142141
});

0 commit comments

Comments
 (0)