forgot to add / on some commands

HoloCraft 2022-06-05 10:52:54 +07:00
parent 74e2172112
commit f8fed3113b
1 changed files with 2 additions and 2 deletions

@ -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 <world>`: Resume render of all maps for world <world>. Skip already rendered tiles.
* `dynmap fullrender resume <world>:<map>`: Resume render of map <map> of world <world>. Skip already rendered tiles.
* `/dynmap fullrender resume <world>`: Resume render of all maps for world <world>. Skip already rendered tiles.
* `/dynmap fullrender resume <world>:<map>`: Resume render of map <map> of world <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'.