DynMap-Integration

DynMap-Integration

Since version 3.5.0.1597 you will have DynMap Integration available, to show TombStones, Tombs and the last DeathLocation on your DynMap.

You need to enable the integration in the config.yml file.

Tombstones

Nothing really to know, will show all Tombstones.

Tombs

Only works for Players which are online and will only show ONE tomb. A restriction of the code atm.

Last DeathLocation

Shows the last DeathLocation of all Players

Configuration

Configuration is similar to the other DynMap Integrations plugins, for example DynMap-Essentials.

I have only left out some features to make it simpler.

defIcon names are taken from here but you can ofcourse also supply your own.

If you have some cool ones and are willing to share put them up here.

# DeathTpPlus 3.5.0.1597 by [Don Redhorse, mung3r]
#
# Configuration File for DynMap Integration
#
# For detailed assistance please visit: http://dev.bukkit.org/server-mods/deathtpplus/

# Seconds between updates
update:
    period: 15.0

layer:
    Tombstones:
        enable: true
        name: "TombStones"
         # make layer hidden by default
        hideByDefault: false
        # (optional) set minimum zoom level when icons should be visible (0=default, any zoom)
        minZoom: 0
        # Default Icon for Marker
        defIcon: "chest"
        # Label format - substitute %name% for players name
        labelFmt: "Treasures of %name%"
        # LayerPriority 
        layerPrio: 0

    Tombs:
        enable: true
        name: "Tombs"
         # make layer hidden by default
        hideByDefault: false
        # (optional) set minimum zoom level when icons should be visible (0=default, any zoom)
        minZoom: 0
        # Default Icon for Marker
        defIcon: "skull"
        # Label format - substitute %name% for players name
        labelFmt: "Tomb of %name%"
        # LayerPriority 
        layerPrio: 0

    Deathlocations:
        enable: true
        name: "LastDeath"
         # make layer hidden by default
        hideByDefault: false
        # (optional) set minimum zoom level when icons should be visible (0=default, any zoom)
        minZoom: 0
        # Default Icon for Marker
        defIcon: "pirateflag"
        # Label format - substitute %name% for players name
        labelFmt: "%name% died here"
        # LayerPriority 
        layerPrio: 0

Comments

Posts Quoted:
Reply
Clear All Quotes