From fad06ad03bff129f700eaca856c40fb541ca3b37 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 18 Jan 2025 16:36:14 -0700 Subject: [PATCH] Add admin --- admin.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 admin.md diff --git a/admin.md b/admin.md new file mode 100644 index 0000000..d8dfe22 --- /dev/null +++ b/admin.md @@ -0,0 +1,11 @@ +### Administrator Commands + +In the event of a player's rather unfortunate ending at the hands of the void, a special command exists for administrators. + +# /restoreinv + +This command will restore a player's inventory. The command requires an argument, specifying the player name. The inventory of that player will then be restored from a snapshot in memory. + +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