#(Stewe) thumbnail

54 messages · Page 1 of 1 (latest)

feral herald
#

^

brave basinBOT
#

(Stewe) thumbnail

brave basinBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>

feral herald
brave basinBOT
feral herald
#

is that possible

cerulean quest
#

if you're referencing the screenshot, no

#
- definemap my_map:
    key: value
- define my_map.another_key:value if:<[something].exists>```

alternatively, this ^

feral herald
# feral herald

can i make a feature request for this? or would it be rejected with one clap

feral herald
cerulean quest
#

missing an indent there, that won't work
everything below definemap needs an extra indent

feral herald
#

so 4 indents?

cerulean quest
#

just remove the second list line, and use this after your definemap:

#
- definemap item_mechanism_map.lore <[item_mechanism_map.lore].insert[<[damage]>].at[2]> if:<[damage].equals[0].not>```
cerulean quest
#

just copypaste the code

feral herald
#

yea mb

cerulean quest
#

also, why do you have just <&0>?

#

are those just supposed to be blank lines?

feral herald
#

empty line

cerulean quest
#

<empty>

feral herald
#

wont the lore mechanism ignore empty?

cerulean quest
#

no

feral herald
#

sad

#

that would make my request even easier xd

cerulean quest
#

i made a typo

#
- definemap item_mechanism_map:
    display: item name
    lore:
      - <empty>
      - <empty>
      - other item lore
- define item_mechanism_map.lore <[item_mechanism_map.lore].insert[<[damage]>].at[2]> if:<[damage].equals[0].not>
#

i put definemap but it should be define

feral herald
#

can you show an example where u use definemap again instead of define?

cerulean quest
#

?

feral herald
#

cuz definemap is kinda hard

#

and i need it

cerulean quest
#

that breaks

feral herald
#

yes, is it posible with definemap too?

#

to insert lore

cerulean quest
#

not with an if statement like you needed

#
- definemap item_mechanism_map:
    display: item name
    lore:
      - <empty>
      - <empty>
      - other item lore
- define item_mechanism_map.lore <[item_mechanism_map.lore].insert[<[damage]>].at[2]> if:<[damage].equals[0].not>```

this is valid

feral herald
#

oh

#

alright

cerulean quest
#

the second command is define

feral herald
#

thanks for helping

#

i will close