forked from webbukkit/dynmap
-
Notifications
You must be signed in to change notification settings - Fork 1
Commands
FrozenCow edited this page Feb 17, 2011
·
31 revisions
-
/dynmap hide
: Hides the player from the map. -
/dynmap hide thedude
: Hides the player thedude from the map. -
/dynmap show
: Shows the player on the map again. -
/dynmap hide thedude
: Shows the player thedude from the map again.
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:
disabledcommands:
- fullrender
with:
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.