📝 ValidUsername should allow capitilization

This commit is contained in:
EntireTwix 2023-01-09 21:13:50 -08:00
parent 8fea062a3f
commit 370107e3f9

View file

@ -4,7 +4,7 @@
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. 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.
### Why is my username invalid ### Why is my username invalid
Usernames are restricted by minecraft's requirements Usernames are restricted by minecraft's requirements
* lowercase letters * letters
* numbers * numbers
* _ * _
* length must be atleast 3 and at most 16 characters. * length must be atleast 3 and at most 16 characters.
@ -16,7 +16,5 @@ 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). 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 ### My instance is taking up too much storage or RAM
Reduce log size and/or use the prune users endpoint to remove dead accounts. 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 ### 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. 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.