mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
README changes
This commit is contained in:
parent
39ad2cc183
commit
c1798a83d3
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# CCash
|
||||
# CCash
|
||||
|
||||
A webserver hosting a bank system for Minecraft
|
||||
|
||||
|
|
@ -43,6 +43,7 @@ sudo ./bank <admin password> <saving frequency in minutes> <threads>
|
|||
|
||||
- **Tamper Proof** relative to an in-game implementation
|
||||
- **Auto-Saving**, Saves on crash, Saves on close
|
||||
- **HTTPS** (OpenSSL)
|
||||
|
||||
### Accessibility
|
||||
|
||||
|
|
@ -55,9 +56,11 @@ sudo ./bank <admin password> <saving frequency in minutes> <threads>
|
|||
Go to `{ip}/BankF/help` to see the bank's methods. Using the Bank's API allows (you/others) to (make/use) connected services that utilize the bank, a couple ideas are
|
||||
|
||||
Implemented:
|
||||
|
||||
- [a Leaderboard ranking player's balances](https://pastebin.com/u23BNVvP)
|
||||
|
||||
In-Dev:
|
||||
|
||||
- a Market
|
||||
|
||||
Ideas:
|
||||
|
|
|
|||
Loading…
Reference in a new issue