mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 05:05:16 +01:00
Add command help and permissions for /dmarker description commands
This commit is contained in:
parent
df55606023
commit
4b3f2280b6
@ -87,6 +87,12 @@ commands:
|
|||||||
/<command> listcircles - list details of all circles
|
/<command> listcircles - list details of all circles
|
||||||
/<command> updatecircle <label> <arg>:<value> ... - update attributes of circle with given label
|
/<command> updatecircle <label> <arg>:<value> ... - update attributes of circle with given label
|
||||||
/<command> updatecircle id:<id> <arg>:<value> ... - update attributes of circle with given ID
|
/<command> updatecircle id:<id> <arg>:<value> ... - update attributes of circle with given ID
|
||||||
|
/<command> getdesc id:<id> type:<icon|area|circle|line> - get description for marker with given ID
|
||||||
|
/<command> getdesc <label> type:<icon|area|circle|line> - get description for marker with given label
|
||||||
|
/<command> resetdesc id:<id> type:<icon|area|circle|line> - clear description for marker with given ID
|
||||||
|
/<command> resetdesc <label> type:<icon|area|circle|line> - clear description for marker with given label
|
||||||
|
/<command> appenddesc id:<id> type:<icon|area|circle|line> desc:"text" - append text line to description for marker with given ID
|
||||||
|
/<command> appenddesc <label> type:<icon|area|circle|line> desc:"text" - append text line to description for marker with given label
|
||||||
|
|
||||||
dmap:
|
dmap:
|
||||||
description: List and modify dynmap configuration
|
description: List and modify dynmap configuration
|
||||||
@ -147,6 +153,9 @@ permissions:
|
|||||||
dynmap.marker.updatecircle: true
|
dynmap.marker.updatecircle: true
|
||||||
dynmap.marker.listcircles: true
|
dynmap.marker.listcircles: true
|
||||||
dynmap.marker.deletecircle: true
|
dynmap.marker.deletecircle: true
|
||||||
|
dynmap.marker.getdesc: true
|
||||||
|
dynmap.marker.resetdesc: true
|
||||||
|
dynmap.marker.appenddesc: true
|
||||||
dynmap.dmap.worldlist: true
|
dynmap.dmap.worldlist: true
|
||||||
dynmap.dmap.worldset: true
|
dynmap.dmap.worldset: true
|
||||||
dynmap.dmap.worldreset: true
|
dynmap.dmap.worldreset: true
|
||||||
@ -292,6 +301,15 @@ permissions:
|
|||||||
dynmap.marker.deletecircle:
|
dynmap.marker.deletecircle:
|
||||||
description: Allows /dmarker deletecircle
|
description: Allows /dmarker deletecircle
|
||||||
default: op
|
default: op
|
||||||
|
dynmap.marker.getdesc:
|
||||||
|
description: Allows /dmarker getdesc
|
||||||
|
default: op
|
||||||
|
dynmap.marker.resetdesc:
|
||||||
|
description: Allows /dmarker resetdesc
|
||||||
|
default: op
|
||||||
|
dynmap.marker.appenddesc:
|
||||||
|
description: Allows /dmarker appenddesc
|
||||||
|
default: op
|
||||||
dynmap.dmap.worldlist:
|
dynmap.dmap.worldlist:
|
||||||
description: Allows /dmap worldlist
|
description: Allows /dmap worldlist
|
||||||
default: op
|
default: op
|
||||||
|
Loading…
Reference in New Issue
Block a user