From f807187d0b572106f5fb7a6660fdd861bce8c22d Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 25 Feb 2012 21:03:46 -0700 Subject: [PATCH] Added basic usage. --- docs/src/index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 41890314..dd6f49f5 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -39,4 +39,12 @@ Welcome to the official TShock for Terraria downloaded documentation. This guide 6. Immediately chat the following: "**/auth [authcode]**". Replace [authcode] with the code given in the server console. Example: /auth 123456. 7. Next, we will create a user account that you can login to. In the game, chat the command "**/user add [username]:[password] superadmin**". Replace [username] and [password] respectively with your appropriate details. You should be able to remeber your password, and it shouldn't be easily guessed. From now on, the phrase "run the command" is synonymous with "chat in the game chat box". In addition, where brackets ([]) are, we will assume you will replace those brackets with information that you have created. 8. Assuming the last step was a success, login. Run the command "**/login [username] [password]**". -9. To finalize installation, run the command "**/auth-verify**". This will disable the authcode, enable any previously disabled functionality, and allow the server to be used in production. \ No newline at end of file +9. To finalize installation, run the command "**/auth-verify**". This will disable the authcode, enable any previously disabled functionality, and allow the server to be used in production. + +### Basic Usage + +Now that TShock is running, you may be interested in a few other features prior to playing Terraria. + +* You can add admins through two methods. If the user is already registered, you can use "**/user group [username] [group-to-change-to]**". By default, TShock comes with the "vip" group, the "trustedadmin" group, and the "newadmin" group. +* When you join the server and already have an account, the server will ask for your account password, even if the server has no password setup. In the event that you set a password on the server, unregistered users will be required to enter it. Users that already have an account must enter their own password. +* If a user wishes to change accounts but retain their group, a config option exists that will allow you to allow users to login to accounts with any username. \ No newline at end of file