Dynmap-Forge/Fabric

Dynmap-Forge/Fabric

888k Downloads

Put more dynmap icons

OsGBanzinho opened this issue ยท 3 comments

commented

Hi, I wanted some help on how to add other icons to the dynmap besides the default one

commented

imagem
Every time I use the command it always says this could show where I'm wrong

the commands I tried to use to add the icon
dmarker addicon id:vila label:vila file:/plugins/dynmap/web/tiles/markers/vila
dmarker addicon id:vila file:/plugins/dynmap/web/tiles/markers/vila
dmarker addicon id:vila file:"vila"
dmarker addicon id:vila file:vila

commented

/dmarker addicon id: 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). so from the server jar on, don't put the first / in as that relates to a absolute directory instead of a relative one.