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
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,13 @@ See the history of your account’s transactions using the `/bank history` comma
20
20
### Payment Requests (Invoices)
21
21
Request money from players and track the payment status.
22
22
23
+
### Vault Support
24
+
25
+
If [Vault](https://github.com/MilkBowl/Vault/releases/latest) is installed on your server,
26
+
you can [enable its integration in the configuration](https://github.com/cloudnode-pro/BankAccounts/blob/dad253525b6bc3ee9647cd01c75e2c425a921f58/src/main/resources/config.yml#L38-L44).
27
+
This allows BankAccounts to function as a Vault economy provider,
28
+
enabling compatibility with third-party plugins that support Vault.
29
+
23
30
### POS and Bank Cards
24
31
25
32
You can create a [Point of Sale](https://github.com/cloudnode-pro/BankAccounts/wiki/POS), which is a type of single-use chest shop. Players can pay using a bank card (`/bank card`).
0 commit comments