mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 08:32:13 +11:00
README changes
This commit is contained in:
parent
bbb6df2088
commit
7dcdd887fe
1 changed files with 9 additions and 7 deletions
16
README.md
16
README.md
|
|
@ -40,12 +40,14 @@ sudo ./bank <admin password> <saving frequency in minutes> <threads>
|
||||||
- able to be used millions of blocks away, across dimensions, servers, **vanilla or modded**. In contrast to an in-game modded implementation that would be range limited.
|
- able to be used millions of blocks away, across dimensions, servers, **vanilla or modded**. In contrast to an in-game modded implementation that would be range limited.
|
||||||
|
|
||||||
### Connected Services
|
### Connected Services
|
||||||
using the Bank's API allows (you/others) can (make/use) connected services that utilize the bank, a couple ideas are
|
|
||||||
* a Market
|
Go to {ip}/BankF/help to see the bank's methods. Using the Bank's API allows (you/others) can (make/use) connected services that utilize the bank, a couple ideas are
|
||||||
* Gambling
|
|
||||||
* Shipping
|
- a Market
|
||||||
* Leaderboard
|
- Gambling
|
||||||
* High-level bank abstractions such as loans
|
- Shipping
|
||||||
* Some trust based system similiar to Paypal
|
- Leaderboard
|
||||||
|
- High-level bank abstractions such as loans
|
||||||
|
- Some trust based system similiar to Paypal
|
||||||
|
|
||||||
`**WARNING** : abruptly killing the program will result in data loss, use Close() method to close safely`
|
`**WARNING** : abruptly killing the program will result in data loss, use Close() method to close safely`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue