Paginated List (Expression) — skript-gui
Addon: skript-gui · Category: Expression · Since: 1.1.0
Syntax
page[s] %numbers% of %objects% with %number% linesDescription
Returns the "pages" of a list based on the given number of lines per page.
Examples
# The SECOND set of 36 items in the "guiItems" list. This represents the elements from indexes 37 to 72
set {_guiPage2::*} to page 2 of {_guiItems::*} with 36 lines