Minecraft

Ressources

Catégorie voyageCommandes Plugin DynMap

Hiding and Showing players

Commands

Description

/dynmap hide

Hides the player from the map

/dynmap hide thedude

Hides the player thedude from the map

/dynmap show

Shows the player from the map

/dynmap show thedude

Shows the player thedude from the map

Rendering

Commands

Description

/dynmap render

Renders one tile of the map where you are standing

/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 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'

/dynmap updaterender

Attempts to render tiles needing updating, starting at current location, for all maps. Stops at edge of map and at tiles that don't need updating

/dynmap updaterender mapname

Attempts to render tiles needing updating, starting at current location, for given map. Stops at edge of map and at tiles that don't need updating

/dynmap updaterender world x z

Attempts to render tiles needing updating, starting at given location on given world, for all maps. Stops at edge of map and at tiles that don't need updating

/dynmap updaterender world x z mapname

Attempts to render tiles needing updating, starting at given location on given world, for given map. Stops at edge of map and at tiles that don't need updating

/dynmap cancelrender world

Cancels any active fullrender or radiusrender on the given world

/dynmap purgequeue

Clears the tile update queue

Statistics

Commands

Description

/dynmap stats

Shows rendering statistics for all maps on all worlds

/dynmap stats world

Shows rendering statistics for maps on world world

/dynmap triggerstats

Shows triggered render statistics for all worlds

/dynmap resetstats

Resets rendering statistics for all maps on all worlds

/dynmap resetstats world

resets rendering statistics for maps on world world

Markers

Commands

Description

/dmarker add <label> icon:<icon> set:<set-id>

Adds a new marker at the player's current location, with a given label and optional icon and optional marker set

/dmarker add id:<id> <label> icon:<icon> set:<set-id>

Adds a new marker at the player's current location, with the given ID, the given label and optional icon and optional marker set

/dmarker add id:<id> <label> icon:<icon> set:<set-id> x:<x-coord> y:<y-coord> z:<z-coord> world:<Worldname>

Adds a new marker at the given location, with the given ID, the given label and optional icon and optional marker set

/dmarker movehere <label>

Updates the location of the first marker matching the given label to match the current player's position

/dmarker movehere id:<id>

Updates the location of the marker with the given ID to match the current player's position

/dmarker update <label> icon:<newicon> newlabel:<newlabel>

Updates the icon and/or label of the first marker matching the given label

/dmarker update id:<id> icon:<newicon> newlabel:<newlabel>

Updates the icon and/or label of the marker with the given ID

/dmarker delete <label>

Deletes the first marker matching the given label

/dmarker delete id:<id>

Deletes the marker with the given ID

/dmarker list

Lists the attributes of all the defined markers in the default marker set

/dmarker list set:<set-id>

Lists the attributes of all the defined markers in the given marker set

/dmarker icons

Lists the attributes of all the icons defined for use by markers

/dmarker addset <label> hide:<hide-by-def> prio:<priority>

Add new marker set with given label (ID = label)

/dmarker addset id:<id> <label> hide:<hide-by-def> prio:<priority>

Add new marker set with given ID and label

/dmarker updateset <label> newlabel:<new-label> hide:<hide-by-def> prio:<priority>

Update marker set with given label (ID = label)

/dmarker updateset id:<id> newlabel:<new-label> hide:<hide-by-def> prio:<priority>

Update marker set with given ID

/dmarker deleteset <label>

Delete marker set with given label

/dmarker deleteset id:<id>

Delete marker set with given ID

/dmarker listsets

List all markers

/dmarker addicon id:<id> <label> file:"filename"

Install new icon, with given ID and label, and using given file (path is handled relative to MC server directory, and file contents are copied)

/dmarker updateicon id:<id> newlabel:<label> file:"filename"

Update icon, replacing existing settings with provided new values

/dmarker deleteicon id:<id>

Delete icon with given ID

/dmarker addcorner

Add corner to corner list using current location

/dmarker addcorner <x> <z> <world>

Add corner with given x and z coordinate on given world to corner list

/dmarker clearcorners

Clear corner list

/dmarker addarea <label>

Add new area with given label using corner list

/dmarker addarea id:<id> <label>

Add new area with given ID using corner list

/dmarker deletearea <label>

Delete area with given label

/dmarker deletearea id:<id> <label>

Delete area with given ID

/dmarker listareas

List details of all areas

/dmarker updatearea <label> <arg>:<value> ...

Update attributes of area with given label

/dmarker updatearea id:<id> <arg>:<value> ...

Update attributes of area with given ID

/dmarker addline <label>

Add new line with given label using corner list

/dmarker addline id:<id> <label>

Add new line with given ID using corner list

/dmarker deleteline <label>

Delete line with given label

/dmarker deleteline id:<id> <label>

Delete line with given ID

/dmarker listlines

List details of all lines

/dmarker updateline <label> <arg>:<value> ...

Update attributes of line with given label

/dmarker updateline id:<id> <arg>:<value> ...

Update attributes of line with given ID

Map/World Configuration Commands

Commands

Description

/dmap worldlist

List all worlds configured (enabled or disabled)

/dmap worldset worldname enabled:<true|false>

Set world 'worldname' enabled or disabled

/dmap worldset worldname center:<x/y/z|here|default>

Set map center position for world 'worldname'

/dmap worldset worldname extrazoomout:<N>

Set extra zoom out levels for world 'worldname'

/dmap worldset worldname title:<label>

Set title for world 'worldname'

/dmap worldset worldname sendposition:<true|false> sendhealth:<true|false>

Set send-position and/or send-health flags for world 'worldname'

/dmap worldset worldname order:<N>

Set position of world 'worldname' to Nth position in world list

/dmap worldreset worldname

Reset world 'worldname' to its default template configuration

/dmap worldreset worldname templatename

Reset world 'worldname' to template 'templatename' configuration

/dmap maplist worldname

List details of all maps for world 'worldname'

/dmap mapdelete worldname:mapname

Delete map 'mapname' of world 'worldname'

/dmap mapadd worldname:mapname attrib:val attrib:val

Create new map 'mapname' on world 'worldname', with given attributes (all 'mapset' parameters are usable)

/dmap mapset worldname:mapname order:<N>

Set position of map 'mapname' to Nth in the list of maps for world 'worldname'

/dmap mapset worldname:mapname prefix:<prefix>

Set filename prefix for map 'mapname' of world 'worldname'

/dmap mapset worldname:mapname title:<label>

Set title for map 'mapname' of world 'worldname'

/dmap mapset worldname:mapname icon:<icon-file>

Set icon filename for map 'mapname' of world 'worldname' (relative to 'webpath' directory)

/dmap mapset worldname:mapname mapzoomin:<N>

Set the map zoom in level for map 'mapname' of world 'worldname'

/dmap mapset worldname:mapname perspective:<perspective> shader:<shader> lighting:<lighting>

Set perspective, shader and/or lighting for map 'mapname' of world 'worldname'

/dmap mapset worldname:mapname img-format:<format>

Set the image format for map 'mapname' of world 'worldname' (png, jpg, jpg-q90, jpq-q95, etc)

/dmap perspectivelist

List all defined perspectives

/dmap shaderlist

List all defined shaders

/dmap lightinglist

List all defined lightings

Miscellaneous

Commands

Description

/dynmap sendtoweb message ...

Send a message to the web UIs only

/dynmap ids-for-ip ip-address

List player IDs that have logged in from given IP address (most recent to least)

/dynmap ips-for-id player-id

List IP addresses that have been used to connect to server by given player ID

/dynmap add-id-for-ip player-id ip-address

Add given player ID to front of list of known IDs for given IP address

/dynmap del-id-for-ip player-id ip-address

Remove given player ID from list of known IDs for given IP address

/dynmap webregister

Start registration of own account for login on web interface

/dynmap webregister player-id

Start registration of another user's account for login on web interface

Liste des icones DynMap

Icone dynmap