You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command is too complicated for displaying next to channel, it would require another form in game.
Should also be documented but here's partial list of parameters for commands:
Simple text command: "modname:itemname 50" where 50 is count.
And then table command which allows a lot more configuration, something like this:
{
slotseq="priority", -- "random" or "rotation" sets inventory slot lookup modeexmatch=true, -- or false sets requirement for exact matchingname="modname:itemname", -- item namegroup="cracky", -- item group filtercount=50, -- requested item count, if exmatch is false then smaller stack can be returnedwear= {1,2}, -- wear filter, min/max match if table, equality if numbermetadata="" -- metadata filter, match if serialized metadata equals
}
I don't know which command it takes. Wiki doesn't say that. I would like to see the command displayed directly next to the “Channel”.
The text was updated successfully, but these errors were encountered: