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.