Add support for using signs to define markers

This commit is contained in:
Mike Primm 2011-09-06 07:36:43 +08:00 committed by mikeprimm
parent 2d3936fe8f
commit 76eacd4322
5 changed files with 89 additions and 10 deletions

View file

@ -45,6 +45,8 @@ components:
type: markers
# If set, shows labels all the time (default is only on hover)
#showlabel: true
# If set, enables support for using signs for markers
#enablesigns: true
- class: org.dynmap.ClientComponent
type: chat

View file

@ -58,6 +58,7 @@ permissions:
dynmap.marker.delete: true
dynmap.marker.list: true
dynmap.marker.icons: true
dynmap.marker.sign: true
dynmap.render:
description: Allows /dynmap render command
default: true
@ -107,4 +108,7 @@ permissions:
description: Allows /dmarker list
dynmap.marker.icons:
description: Allows /dmarker icons
dynmap.marker.sign:
description: Allows creation of markers using signs
default: op