Fix wording regarding opacity

Torktumlaren 2022-11-29 17:37:49 +01:00
parent 8d52a10719
commit c37cd59ade
1 changed files with 2 additions and 2 deletions

@ -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.