Add homes

zontreck 2025-01-18 16:43:20 -07:00
parent 625a134694
commit 24619ee9bf

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.