Imported from legacy Flarum.
Original author: khavary (Flarum #1642)
Description:
I would like to be able to use multiple item filters on the commands of @storeall and @getall, making easier to move gears and items. The idea is adding a similar functionality as the one in @aloottype function where you can add different filters using | to pipe them.
Right now, to store/get all the gear from a character without moving the rest of the items, you would need to use @storeall 4, @storeall 5 and @storeall 12. Which cannot be used as a shortcut. But something like @storeall 4 | 5 | 12 could be used in the shortcut list
Why is this a good idea?
It would be a QoL addition that makes managing your inventory and swapping gears between alts easier.
What risks or downsides does it have?
For players, none?… For the GMs, having to program the functionality.