#How to add this green lore?

1 messages ยท Page 1 of 1 (latest)

old moss
#

Im trying to set multiple "description" lines but I cant get that result.

Thanks

narrow bronze
#

whats ur current config file

worthy oriole
#

@old moss it would look something like this

#
    lore:
      - '1st line'
      - '&fooh color codes'
      - '3rd line'
      - '&eyou can add place holders with PAPI'
old moss
#

Not working :/

old moss
worthy oriole
#

you need quotation marks around the lore

#
  lore: 
    - 'lore test'
#

like this @old moss

old moss
#

Yea i do but when i restart the server the plugin removes it

worthy oriole
#

the quotations?

old moss
#

Yes

#

If I add it a color then quotations doesnt get removed but plugin ignores it

worthy oriole
#

what version of deluxe menus are you using?

old moss
#

deluxetags 1.8.2

worthy oriole
#

is it just deluxe tags?

graceful beacon
#

DeluxeTags doesn't support lore in its menu's items

#

if you want a more customizable menu, create one in DeluxeMenus

old moss
#

Oooh

#

Okay thanks both

#

๐Ÿ˜„

graceful beacon
#

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

old moss
#

It doesnt, already tried ๐Ÿ˜† I will just try with deluxemenus hoping its not too hard

muted sluice
#
  tag_select_item:
    material: NAME_TAG
    data: 0
    displayname: '%deluxetags_identifier%'
    lore:
    - '%deluxetags_tag%'
    - '%deluxetags_description%'```
Add it here.
quaint karma
#

lore or description?

quaint karma
muted sluice
#

actually im confused tbh

quaint karma
#

i just thought you were showing dtags config but you weren't

muted sluice
#

and this is deluxetags

quaint karma
#

oh it is

muted sluice
#
    lore:
    - '%deluxetags_tag%'
    - '%deluxetags_description%'
    - ''
    - '&aclick to select this tag'```
quaint karma
#

but should it be description?
or is lore a new thing

muted sluice
#

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%'```
quaint karma
#

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

muted sluice
#

thats what I understand at least