MinusKube / SmartInvs

Advanced Inventory API for your Minecraft Bukkit plugins.
https://minuskube.gitbook.io/smartinvs/
Apache License 2.0
262 stars 65 forks source link

Items end at page 61 but Pagination reaches 68. #207

Open nicecraftz opened 2 years ago

nicecraftz commented 2 years ago

image as you can see all the materials end at page 61 tho every page from 62-68 are empty ( and I can access them somehow) image

my code is this https://paste.gg/p/anonymous/3a618d665ad2435a8b5d4063d2347065 I've been trying for the past 30 minutes i cannot get it to work

MinusKube commented 2 years ago

Have you checked the size of user.getOwnedMaterials(), and its content? Maybe the last items are null, air or materials that can't be displayed as items.