Updated Commands (markdown)

FrozenCow 2011-02-23 17:52:44 -08:00
parent f642915720
commit 3eb10443fb

@ -8,21 +8,5 @@
## Rendering ##
With `/dynmap render` you can render one tile of the map.
To do a full render, you must first enable the command. Go to `minecraft_server/plugins/dynmap/configuration.txt` and replace the following:
```yaml
disabledcommands:
- fullrender
```
with:
```yaml
disabledcommands:
# - fullrender
```
Restart your server. Now use `/dynmap fullrender` to make dynmap render as far as it can. The server will freeze and thereby disconnecting all players. On the map you should see dynmap working its way. On some servers it'll have memory problems, this will crash the server and you have to restart it. You can stand in another place and start the full-render from there.
Make sure you disable the command again when you are done, so that no other players can crash your server by doing a full render.
* `/dynmap render`: renders one tile of the map where you are standing.
* `/dynmap fullrender`: (attempts) to render the entire world from your location. For many servers this command will result in OutOfMemory-errors, since unloading parts of the world will not correctly work with Minecraft/CraftBukkit. Restart your server and try from somewhere else. (only available for ops)