You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
/* Setting the menu pagination buttons */MenuBuildermenu = newMenuBuilder("Yet Another Manered Utility", 54)
.setPaginationButtons(
48, newItemBuilder(Material.SPECTRAL_ARROW).setName("Previous Page"),
50, newItemBuilder(Material.SPECTRAL_ARROW).setName("Next Page")
);
/* Opening the menu, starts at page 1 and ends at a auto-calculated last page. *//* If the page is not defined, the method will open the 1st page */menu.open(player, 1);
Will be automatically handled, and calculated.
There should be the following methods for it: