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 37a499a commit a650372Copy full SHA for a650372
src/main/java/net/oceanias/opal/menu/OMenu.java
@@ -81,8 +81,6 @@ public ItemProvider getItemProvider(final @NotNull PagedGui<?> gui) {
81
return new OItemBuilder(Material.SPECTRAL_ARROW)
82
.setName(OPlugin.get().getColour() + "Go Back")
83
.addLore(List.of(
84
- "&fMenu: &6" + back.getWindow(back.getGui(null), null),
85
- "",
86
OPlugin.get().getColour() + "Click &7to use!"
87
))
88
.addGlint()
0 commit comments