From d862d1aa705b38787dbf3bdd6b2f7cce36a2fa7a Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Wed, 27 Jul 2011 08:18:12 -0500 Subject: [PATCH] Add new commands to help text --- src/main/resources/plugin.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index b63efc54..d28510d5 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -14,6 +14,9 @@ commands: / render - Renders the tile at your location. / fullrender - (Attempts to) render entire world from your location. / fullrender world - (Attempts to) render entire world 'world'. + / radiusrender ## - (Attempts to) render at least ## block radius from your location. + / cancelrender - Cancels any active renders on current world + / cancelrender world - Cancels any active renders of world 'world' / stats - Show render statistics. / stats world - Show render statistics for maps on world 'world'. / resetstats - Reset render statistics.