- This is a Fork of the sample Mod project Bank orginaly created by aquafir
- Demo videos on how the Mod works can be found here
This mod adds common banking options for
- Items
- Currency
- Luminance
The verbs available are currently:
list
- print current statusgive
take
The available commands are:
/bank <verb> [name|id [amount=1|*]]
- Bankable
Items
can be defined in theSettings.json
with a name, WCID, and Id to use to store them as aPropertyInt64
/bank list
prints bankable items, with the amount stored and held/bank store [name|id [amount=1|*]]
stores a specified amount or all available of anItem
matching part of the name or all of the ID/bank take [name|id [amount=1|*]]
does the opposite of store
- Bankable
/cash <verb> [name]
Currencies
items can be defined inSettings.json
with a name, WCID, and cost. Deposited items do not use these values./cash list
prints balance along with items available for stored currency/cash give
deposits all pyreals and Trade Notes/cash take [name] [amount=1]
withdraws an amount of the named item
/lum <verb>
/lum give
deposits all/lum take
withdraws enough to hit max if available
-
DirectDeposit
will cause coin sales to be added to the bank instead of using pyreal stacks/ddt
will toggle a players use of this feature in case the server wants it enabled but a player does not
-
VendorsUseBank
will use banked items to complete the transaction first -
ExcessSetToMax
will reduce a quantity exceeding the max to the max amount