Skip to content

Guides

Dynmap

  • Get in from here
  • Add the downloaded .jar to the mods folder
  • Restart the Server
  • run

    /dynmap fullrender #(1)!
    

    1. All commands can be found here
  • wait for it to have your world rendered

  • You can acess it via http://your_server_ip:8123

Usefull commands

icon List

Rendering

pause dynmap
/dynmap pause all #(1)!
  1. pause all map rendering (updates and full/radius renders)
resume all map rendering
/dynmap pause none #(1)!
  1. resume all map rendering
toggle render messages
/dynmap quiet #(1)!
  1. toggle render messages

Markers

adds Marker to current position
/dmarker add <label> icon:<icon> set:<set-id> #(1)!
  1. adds a new marker at the player's current location, with a given label and optional icon and optional marker set
adds Marker with Label to given location
/dmarker add id:<id> <label> icon:<icon> set:<set-id> x:<x-coord> y:<y-coord> z:<z-coord> world:<Worldname> #(1)!
  1. adds a new marker at the given location, with the given ID, the given label and optional icon and optional marker set
Example
/dmarker add Witch_City icon:skull x:-1658 y:64 z:-1677 world:world
move Marker
/dmarker movehere <label> #(1)!
  1. updates the location of the first marker matching the given label to match the current player's position
delete Marker
/dmarker delete <label> #(1)!
  1. deletes the first marker matching the given label