1.1.0
- Added a link to SkriptHub documentation in the README
- Added an expression to get the GUI of a player:
- gui of %players%
- %players%'[s] gui
- Added a Paginated List expression (taken from TuSKe)
- Returns the "pages" of a list based on the given number of lines per page. Page 2 of a list with 36 lines per page would return the elements from indexes 37 to 72
- page[s] %numbers% of %objects% with %number% lines
- Some minor code optimization
- Fixed #4
As always, if you have any issues, let me know!