From 7252a3fa43de056c8cb21cdf3101b8e3a7c1253c Mon Sep 17 00:00:00 2001 From: Kristopher Date: Sat, 30 Dec 2023 07:05:13 +0200 Subject: [PATCH] Removed the `` cause it seems you can't use them? tbh could also be a skill issue, cause i couldnt figure out how they work in the slots section --- .../deluxemenus/options-and-configurations/item.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/clips-plugins/deluxemenus/options-and-configurations/item.md b/clips-plugins/deluxemenus/options-and-configurations/item.md index 0c41cb5..a46398e 100644 --- a/clips-plugins/deluxemenus/options-and-configurations/item.md +++ b/clips-plugins/deluxemenus/options-and-configurations/item.md @@ -237,21 +237,21 @@ Sets the item's lore (the text shown under the item's name). You can use [placeh > > > > ```yaml > > slots: -> > - `1` -> > - `2` -> > - `3` +> > - 1 +> > - 2 +> > - 3 > > > > # OR > > > > slots: -> > - `1-3` -> > - `4-10` +> > - 1-3 +> > - 4-10 > > > > # OR -> > slots: `[1,2,3,4]` +> > slots: [1,2,3,4] > > > > # OR -> > slots: `[1-5,6-9]` +> > slots: [1-5,6-9] > > ``` Sets in which slot the item should be inside the menu.