Commands

Work in progress!

GiantBanks currently features 1 command, with a few arguments. This command is currently /bank, though users have to option enter it as /b aswell! :)

  • | "or"; [] "required argument"; () "optional argument"

General commands

  • /bank
    • This command you the first page of your stored items list.
  • /bank help|hel|he|-he|? (page)
    • This command shows you the help pages of GiantBanks! It will only show you the entries that you have access to as well!
  • /bank have|hav|ha|h|-h (page)
    • This command shows you your stored items list.
  • /banks store|stpr|sto|st|s|-s (-i [item]) (-id [id]) (-t [type]) -a [amount]
    • This command allows you to store items.
  • /banks get|ge|g|-g (-i [item]) (-id [id]) (-t [type]) -a [amount]
    • This command allows you to retrieve items.
  • /banks getall|ga|-ga (-i [item]) (-id [id]) (-t [type])
    • This command allows you to quickly retrieve all the stored amount of given item.

Administration commands

  • /bank type|-t
    • This command is really more a parent for a set of subcommands.
    • /bank type|-t create|-c
      • This command allows you to create new account types.
    • /bank type|-t update|-u select|-s [type]
      • This command allows you to select account types for updating.
    • /bank type|-t update|-u set [property] [value]
      • This command allows you to update properties for selected account type.
    • /bank type|-t storable|-s (-id [id]) (-t [type]) (-i [item]) -a [allow]
      • This command allows you to white list or black list items for selected account type.
  • /bank account|acc|-a
    • This command is really more a parent for a set of subcommands.
    • /bank account|a select|s [account]
      • This command allows you to select user accounts for updating.
    • /bank account|a type|t [type]
      • This command allows you change the account type for the selected user account.
    • /bank account|a has (page)
      • This command allows you to see the list of items stored in the selected user account.
    • /bank account|a clear|c
      • This command allows you to fully truncate the selected user account. Please note that this means ALL stored items in the given account, will be removed!