From 96292c82c37f961f77862769c09db0d860acaea5 Mon Sep 17 00:00:00 2001 From: Intelli Date: Tue, 8 Mar 2022 11:10:36 -0700 Subject: [PATCH] Added example inventory lookup/rollback commands to docs --- docs/commands.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/commands.md b/docs/commands.md index ad54d50..55326ef 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -245,6 +245,8 @@ By default, if no radius is specified, a radius of 10 will be applied, restricti *(rollback griefing Notch did in the last hour that is within 20 blocks of you)* * `/co rollback u:Notch t:1h r:#nether` *(rollback griefing Notch did in the last hour ONLY in the Nether)* +* `/co rollback u:Notch t:5m a:inventory` + *(rollback inventory transactions by Notch in the last 5 minutes)* * `/co rollback t:15m r:30` *(rollback everything done in the last 15 minutes by anyone within 30 blocks of you)* * `/co rollback t:15m r:#worldedit` @@ -260,6 +262,8 @@ Lookup commands are generally the same as rollback commands. The primary differe *(lookup all diamond ore mined in the last hour)* * `/co lookup u:Notch t:30m a:chat` *(lookup chat messages sent by Notch in the last 30 minutes)* +* `/co lookup u:Notch t:3d a:inventory` + *(lookup inventory transactions by Notch in the last 3 days)* * `/co lookup u:Notch a:login` *(lookup all logins ever done by Notch)* * `/co lookup u:Notch a:login`