Skip to content

Commit f6aa7d2

Browse files
committed
chore: update README
1 parent 39e2677 commit f6aa7d2

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Commands:
1111
a, about Show info about application
1212
list, ls <url> Show available worlds and maps
1313
i, info <url> <world> <map> Show info about map
14-
m, merge <url> <world> <map> <point> Merge dynmap to image [default: [0,100,0]]
14+
m, merge <url> <world> <map> <point> Merge dynmap to image
1515
1616
Arguments:
1717
<url> Dynmap URL
1818
<world> World name
1919
<map> Map name
20-
<point> Point of map [x,y,z] [default: [0,100,0]]
20+
<point> Point of map [x,y,z] [default: <center of world>]
2121
2222
Options:
2323
-p, --padding <padding> Padding in tiles [all]|[vert,horz]|[top,right,bottom,left] [default: [2,2,2,2]]
@@ -32,7 +32,7 @@ Options:
3232

3333
## Installation
3434

35-
* Install [.NET 6.x](https://dotnet.microsoft.com/download)
35+
* Install [.NET](https://dotnet.microsoft.com/download)
3636
* Download [latest release](https://github.com/Virenbar/DynmapImageExport/releases)
3737

3838
## Usage
@@ -73,7 +73,7 @@ Options:
7373
└── 6 - 1:16
7474
```
7575
76-
3. Make a image
76+
3. Create an image
7777
7878
```text
7979
> .\DynmapImageExport merge <url> <world> <map> [<point>...] [options]
@@ -95,6 +95,7 @@ Used arguments:
9595
### Notes
9696
9797
* Executing without arguments will launch in interactive mode
98+
* Default point is center of world
9899
* Default zoom is 1:1 scale (i.e. 1 block to 1 pixel)
99100
* Size of 10Kpx X 10Kpx image ~= 150MB; 20Kpx X 20Kpx ~= 450MB
100101
@@ -105,7 +106,7 @@ You can provide any number of points. They will be combined into a region. Paddi
105106
* `[2]` - 2 in each direction
106107
* `[2,3]` - 2 to top and bottom, 3 to right and left
107108
* `[2,3,2,2]` - 2 to top, 3 to right, 2 to bottom, 2 to left
108-
109+
109110
One point with padding `[1,2,3,2]`
110111
![1 point](./assets/images/Point-1.svg)
111112
@@ -116,16 +117,16 @@ Three points with padding `[1]`
116117
117118
### Flat map
118119
119-
```console
120-
.\DynmapImageExport m https://map.minecrafting.ru/ world flat [0,100,0] -p [6,6,5,5] -z 2
120+
```sh
121+
.\DynmapImageExport m https://map.minecrafting.ru/ world flat -p [5,5,5,5] -z 2
121122
```
122123

123124
![flat](/assets/images/Minecrafting.ru-flat.png)
124125

125126
### Isometric map
126127

127-
```console
128-
.\DynmapImageExport m https://map.minecrafting.ru/ world se_view [0,100,0] -p [5,11,5,10] -z 0
128+
```sh
129+
.\DynmapImageExport m https://map.minecrafting.ru/ world se_view -p [5,11,5,10] -z 0
129130
```
130131

131132
![se_view](/assets/images/Minecrafting.ru-se_view.png)
-395 KB
Loading
-80.2 KB
Loading

assets/images/terminal.gif

-57.6 KB
Loading

0 commit comments

Comments
 (0)