generated from AriasCreations/vsmodtemplate
Add homes
parent
625a134694
commit
24619ee9bf
1 changed files with 36 additions and 0 deletions
36
homes.md
Normal file
36
homes.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
### Homes
|
||||
|
||||
This page is dedicated to talking all about homes!
|
||||
|
||||
The server config specifies several things related to homes.
|
||||
|
||||
|
||||
# Config
|
||||
|
||||
```json
|
||||
{
|
||||
"MaxHomes": 20,
|
||||
"AdminsBypassMaxHomes": true,
|
||||
}
|
||||
```
|
||||
|
||||
By default, homes are capped at 20, and admins can bypass max homes and have as many as they want.
|
||||
|
||||
|
||||
All commands takes a optional parameter specifying the home name, except for `/homes`. If not specified, the home name is `default`.
|
||||
|
||||
# /sethome
|
||||
|
||||
This command sets a new home, or updates an existing home. If you have reached your limit, setting the home to a existing name updates it.
|
||||
|
||||
# /home
|
||||
|
||||
This command teleports you to your default or specified home.
|
||||
|
||||
# /delhome
|
||||
|
||||
This command will delete a home
|
||||
|
||||
# /homes
|
||||
|
||||
This command will list all homes, and tell you how many you have.
|
Loading…
Add table
Add a link
Reference in a new issue