mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
📝 more questions added
This commit is contained in:
parent
8c911675c7
commit
8975564876
1 changed files with 11 additions and 2 deletions
13
docs/FAQ.md
13
docs/FAQ.md
|
|
@ -1,11 +1,20 @@
|
||||||
[PREVIOUS PAGE](building.md)
|
[PREVIOUS PAGE](building.md)
|
||||||
|
|
||||||
#### Q : How do I setup a CCash instance
|
#### Q : How do I setup a CCash instance
|
||||||
#### A : with [build docs](https://github.com/EntireTwix/CCash/blob/main/docs/building.md) you can build from source or use the Docker package.
|
#### A : You can with [build docs](https://github.com/EntireTwix/CCash/blob/main/docs/building.md) you can build from source or use the Docker package.
|
||||||
|
|
||||||
#### Q : Why is my username invalid
|
#### Q : Why is my username invalid
|
||||||
#### A : usernames are restricted by minecraft's requirements
|
#### A : Usernames are restricted by minecraft's requirements
|
||||||
* lowercase letters
|
* lowercase letters
|
||||||
* numbers
|
* numbers
|
||||||
* _
|
* _
|
||||||
* Length must be atleast 3 and at most 16 characters.
|
* Length must be atleast 3 and at most 16 characters.
|
||||||
|
|
||||||
|
#### Q : Is this a crypto like krist?
|
||||||
|
#### A : CCash isn't a crypto, the economy you decide to implement is entirely up to you.
|
||||||
|
|
||||||
|
#### Q : My instance is taking up too much memory
|
||||||
|
#### A : If your memory usage is too high I would reduce log size.
|
||||||
|
|
||||||
|
#### Q : My instance is slow
|
||||||
|
#### A : Toggling off logs will increase performance. On some devices multi threading increases performance, on others the overhead isn't worth the benefit. If when the frequency of saving arrives its highly likely changes have occurred (say by high activity or low save frequency) then disabling conservative saving will marginally increase performance.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue