registerStash
Bridge.registerStash(stashName, stashLabel, stashSlots, stashMaxWeight, stashOwner, stashGroups)
Arguments
stashName (string): The name of the stash.
stashLabel (string): The label of the stash.
stashSlots (number): The number of slots in the stash.
stashMaxWeight (number): The maximum weight of the stash.
stashOwner (string, optional): The owner of the stash.
stashGroups (table, optional): The groups that can access the stash.
Returns
none
Example Usage
Bridge.registerStash("stash1", "My Stash", 50, 1000, "owner123", {"group1", "group2"})
Last updated
Was this helpful?