Added basic usage.
This commit is contained in:
parent
f7f2d2eb34
commit
f807187d0b
1 changed files with 9 additions and 1 deletions
|
|
@ -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.
|
||||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue