mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-15 15:52:13 +11:00
📝
This commit is contained in:
parent
69a2f81454
commit
6f1bd193d5
3 changed files with 14 additions and 9 deletions
|
|
@ -3,14 +3,15 @@
|
|||
|
||||
* [problem/solution](docs/idea.md)
|
||||
* connected services
|
||||
* how to contribute
|
||||
* how to create
|
||||
* [explanation](docs/connected_services/how_to/explanation.md)
|
||||
* [language APIs](docs/connected_services/how_to/APIs.md)
|
||||
* [API endpoints](docs/connected_services/how_to/endpoints.md)
|
||||
* [API implementations](docs/connected_services/how_to/APIs.md)
|
||||
* [the API](docs/connected_services/how_to/endpoints.md)
|
||||
* [existing services](docs/connected_services/existing_services.md)
|
||||
* features
|
||||
* [user side](docs/features/user_side.md)
|
||||
* [implementation](docs/features/implementation.md)
|
||||
* [building](docs/building.md)
|
||||
* [FAQ](docs/FAQ.md)
|
||||
* [Liberapay](https://en.liberapay.com/EntireTwix/) if you wanna support this and/or future projects
|
||||
|
||||
* [Versions](docs/versioning.md)
|
||||
|
|
|
|||
|
|
@ -16,3 +16,7 @@ Because this usecase requires none of the features a database would offer.
|
|||
Consider disabling `ADD_USER_OPEN` in the [build proccess](https://github.com/EntireTwix/CCash/blob/main/docs/building.md).
|
||||
### My instance is taking up too much storage or RAM
|
||||
Reduce log size and/or use the prune users endpoint to remove dead accounts.
|
||||
### How do I start an economy
|
||||
I believe setting up a commodities exchange is the best way to get an economy going initially.
|
||||
### Why not use an economy mod
|
||||
Speed of operations, CCash being external to MC (and so compatible with any version/configuration), and the API are the main advantages to an economy mod.
|
||||
|
|
@ -23,8 +23,8 @@
|
|||
| [STBoyden](https://github.com/STBoyden) | Commodities Exchange (in-development) | :heavy_check_mark: | |
|
||||
|
||||
## Desired
|
||||
| idea | description |
|
||||
| :------: | :------------------------------------------------------------- |
|
||||
| Gambling | physical or digital casino. |
|
||||
| Shipping | the infastructure to quickly send items across long distances. |
|
||||
| Mod | a server-side mod |
|
||||
| idea | description |
|
||||
| :-----------: | :------------------------------------------------------------- |
|
||||
| Gambling | physical or digital casino. |
|
||||
| Shipping | the infastructure to quickly send items across long distances. |
|
||||
| Mod or Plugin | a server-side mod |
|
||||
Loading…
Reference in a new issue