#How to add this green lore?
1 messages ยท Page 1 of 1 (latest)
whats ur current config file
@old moss it would look something like this
lore:
- '1st line'
- '&fooh color codes'
- '3rd line'
- '&eyou can add place holders with PAPI'
Not working :/
Is it working for u like this?
you need quotation marks around the lore
lore:
- 'lore test'
like this @old moss
Yea i do but when i restart the server the plugin removes it
removes the what?
the quotations?
what version of deluxe menus are you using?
deluxetags 1.8.2
DeluxeTags doesn't support lore in its menu's items
if you want a more customizable menu, create one in DeluxeMenus
actually I just thought of something
maybe using \n in the description would work to make new lines
description: "line1\nline2"
not sure if that'll work
It doesnt, already tried ๐ I will just try with deluxemenus hoping its not too hard
tag_select_item:
material: NAME_TAG
data: 0
displayname: '%deluxetags_identifier%'
lore:
- '%deluxetags_tag%'
- '%deluxetags_description%'```
Add it here.
lore or description?
oh, nevermind this is for deluxemenus again
this is a full example menu I have https://paste.helpch.at/tupologixi.yaml
it is not deluxemenus @quaint karma ?
actually im confused tbh
original was deluxetags, but it's not possible so they're going for deluxemenus
i just thought you were showing dtags config but you weren't
but the green line can be set here
and this is deluxetags
oh it is
lore:
- '%deluxetags_tag%'
- '%deluxetags_description%'
- ''
- '&aclick to select this tag'```
but should it be description?
or is lore a new thing
it is the general item
gui:
name: '&aAvailable tags&7: &f%deluxetags_amount%'
tag_select_item:
material: NAME_TAG
data: 0
displayname: '%deluxetags_identifier%'
lore:
- '%deluxetags_tag%'
- '%deluxetags_description%'```
oh I see
they only want to add CLICK TO SELECT THIS TAG
to the tag item itself
not add more lines to the description
icic
thats what I understand at least