mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-22 18:25:47 +01:00
Fix wording regarding opacity
parent
8d52a10719
commit
c37cd59ade
@ -13,8 +13,8 @@ To add the marker do: `/dmarker addarea <Name> boost:true`
|
||||
Two opposing corners are enough for a rectangle, but for a polygon you will have to add each corner yourself.
|
||||
To boost a circular area, you can do `/dmarker addcircle <Markername> radius:<r> world:<world> x:<x> y:<y> z:<z> boost:true`
|
||||
|
||||
After you verified the areas are the ones you want you can hide them by setting their fillcolor and color to transparent by using:
|
||||
`/dmarker updatearea markerId fillcolor:000000 color:000000`
|
||||
After you verified the areas are the ones you want you can hide them by setting their fillopacity and opacity to transparent by using:
|
||||
`/dmarker updatearea markerId fillopacity:0.0 opacity:0.0`
|
||||
|
||||
The markerId is found by using `/dmarker listareas` and finding the relevant id.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user