From b0697f12a3d4d3f06eadfdd56880f25f43558f86 Mon Sep 17 00:00:00 2001 From: CakeLancelot Date: Fri, 8 Jan 2021 11:23:44 -0600 Subject: [PATCH] Update README with link to commands on the wiki --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 37131bd..fbd3dd7 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,8 @@ Because the server is still in development, ordinary players are allowed access * `/nano_unequip [slot] (0-2)` * `/nano_active [slot] (0-2)` +For a more detailed list of commands, you can check the Github wiki [here](https://github.com/OpenFusionProject/OpenFusion/wiki/Ingame-Command-list). + ## Accounts A basic account system has been added, when logging in if the username doesn't exist in the database, a new account with the provided password will be made and you'll be automatically logged in. Otherwise a login attempt will be made. A username must be between 4 and 32 characters, and a password must be between 8 and 32 characters otherwise the account will be rejected.