From e391295b7c051994845e02061d4828fc2b3dc9cf Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 18 Jan 2025 16:52:40 -0700 Subject: [PATCH] Update admin --- admin.md | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/admin.md b/admin.md index d8dfe22..107f693 100644 --- a/admin.md +++ b/admin.md @@ -8,4 +8,47 @@ This command will restore a player's inventory. The command requires an argument NOTE: The target player's inventory will be wiped out before restore. -NOTE: Snapshots do not persist past a server restart, and are kept in memory only for the current server's session. \ No newline at end of file +NOTE: Snapshots do not persist past a server restart, and are kept in memory only for the current server's session. + +# /asu + +This is the management command for the mod. + +## update + +**NOTE**: ALL COMMANDS HERE REQUIRE ADMIN! + +Subcommand that update the config + +### maxHomes + +This will let the admin update the max Homes flag. + +Example Usage: + +``` +/asu update maxHomes 20 +``` + +### adminhomes + +This allows updating the bypass flag + +Example Usage: +``` +/asu update adminhomes true +``` + +### onlyAdminManageWarps + +This lets the admin turn on or off allowing everybody to manage warps. + +Example Usage: +``` +/asu update onlyadminmanagewarps true +``` + + +## help + +Lists all available commands present in the mod, as well as the current configuration values. \ No newline at end of file