Skip to content

Commit c893118

Browse files
authored
There is a method for it 🤡
1 parent a154736 commit c893118

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,8 @@ public class MyPlugin extends JavaPlugin {
126126

127127
@Override
128128
public void onEnable() {
129+
Menus.init(this);
129130
menu = createExampleMenu();
130-
131-
// For > 1.13.2
132-
ItemNbt.wrapper(new Pdc(this));
133-
134-
// for <= 1.13.2 (Legacy)
135-
ItemNbt.wrapper(new LegacyNbt());
136131
}
137132

138133
...

0 commit comments

Comments
 (0)