DevNatan / inventory-framework

Minecraft Inventory API framework
MIT License
117 stars 21 forks source link

Pagination Placeholders #624

Open ch4ika opened 3 months ago

ch4ika commented 3 months ago

First, a few things...

😄 Describe the solution you'd like

image

🧠 Describe alternatives you've considered

The possibility if I have something like this:

config.layout("YYYYYYYYY", "XXXXXXXXX", "XOXOXOXOX", "XOXOXOXOX", "XXXXXXXXX", "YYYYYYYYY");

That if O no longer has a PaginationItem, I can also put a placeholder there. Otherwise it will always be filled with air.

🤚 Drawbacks

No response

💻 Platform

⭐ Version

3.0.1

✍️ Additional context

No response