Skip to content

Commit

Permalink
Removed the `` cause it seems you can't use them?
Browse files Browse the repository at this point in the history
tbh could also be a skill issue, cause i couldnt figure out how they work in the slots section
  • Loading branch information
Kristopher committed Dec 30, 2023
1 parent 928746d commit 7252a3f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions clips-plugins/deluxemenus/options-and-configurations/item.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7252a3f

Please sign in to comment.