From f8fed3113b1b87641fa7cc1f62365cd546760784 Mon Sep 17 00:00:00 2001 From: HoloCraft <69749293+HoloCraftGaming@users.noreply.github.com> Date: Sun, 5 Jun 2022 10:52:54 +0700 Subject: [PATCH] forgot to add / on some commands --- Commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Commands.md b/Commands.md index ffaab8c..084a625 100644 --- a/Commands.md +++ b/Commands.md @@ -12,8 +12,8 @@ * `/dynmap fullrender`: Attempts to render all maps of the entire world from your location (or from the center of that world, if issued from the server console). * `/dynmap fullrender world`: Attempts to render all maps of the world named `world` from the center of that world. * `/dynmap fullrender world:surface`: Attempts to render the map named `surface` for the world named `world` from the center of that world. -* `dynmap fullrender resume `: Resume render of all maps for world . Skip already rendered tiles. -* `dynmap fullrender resume :`: Resume render of map of world . Skip already rendered tiles. +* `/dynmap fullrender resume `: Resume render of all maps for world . Skip already rendered tiles. +* `/dynmap fullrender resume :`: Resume render of map of world . Skip already rendered tiles. * `/dynmap radiusrender radius`: attempts to render at least a `radius` block area, centered on your current location. * `/dynmap radiusrender radius mapname`: attempts to render at least a `radius` block area, centered on your current location of map 'mapname' * `/dynmap radiusrender world x z radius`: attempts to render at least a `radius` block area, centered on 'x,64,z' on world 'world'.