#(itsnoury) flagmaps

1 messages · Page 1 of 1 (latest)

vernal mulch
#

can you put a list inside of a flag map Or filter throuh values inside of a flagmap example

Definemap example
Value:

  • Value1
  • Value2
  • Value3
  • Value4

Or

Definemap example
Value: <list[]>

bronze steepleBOT
#

(itsnoury) flagmaps

#

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>

fleet bay
#

!c definemap

runic foxBOT
fleet bay
#
    count: 5
    some_list:
    - a
    - b```
#
  ...
    some_list:
    - a
    - b```
^
vernal mulch
#

oh thx tho 1 more question if i wanted to add a flag to this list do i just do this?

  • flag <player> test.examplelist:->:a
#

?

fleet bay
#

yes, say that flag map is

test:
  examplelist:
  - 1
  - c
  - some value```
`- flag <player> test.examplelist:->:a`
Would add `a` to the `examplelist` list =>  `1, c, some value, a`
vernal mulch
#

yeah thanks so much it works perfectly