From 24619ee9bfa043d4edf55b9fa270d76b8e04552e Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 18 Jan 2025 16:43:20 -0700 Subject: [PATCH] Add homes --- homes.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 homes.md diff --git a/homes.md b/homes.md new file mode 100644 index 0000000..bbd2c13 --- /dev/null +++ b/homes.md @@ -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. \ No newline at end of file