{ "case": "paginated", "value": {
"id": "shop",
"itemsPerPage": 21,
"slots": [10,11,12,13,14,15,16, 19,20,21,22,23,24,25, 28,29,30,31,32,33,34],
"items": [
{ "item": { "material": "DIAMOND_SWORD" },
"displayName": "<aqua>Epee <gray>— <gold>500⛁",
"lore": ["<gray>Left-click to buy"],
"interactions": [
{ "type": "LEFT", "commands": ["shop buy %player% epee"] },
{ "type": "RIGHT", "commands": ["shop preview %player% epee"] }
] }
/* …one entry per product, pages fill automatically */
],
"previousPage": { "item": { "x": 0, "y": 5, "item": { "material": "ARROW" }, "displayName": "<white>◀" } },
"nextPage": { "item": { "x": 8, "y": 5, "item": { "material": "ARROW" }, "displayName": "<white>▶" } }
} }