Add support for using signs to define markers
This commit is contained in:
parent
2d3936fe8f
commit
76eacd4322
5 changed files with 89 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue