summaryrefslogtreecommitdiff
path: root/USAGE.md
blob: 47abd409e47ca6ffaf03a7c3c51f135873019e70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# minecraft-isekai

## builder.sh

### world

#### list

List all available worlds and the instance they are attached to, if applicable.

#### create <WORLD>

Create a new world named <WORLD>

#### assign <WORLD> <INSTANCE>

Assign <WORLD> to <INSTANCE>.
Sets world in server.properties

#### unassign <WORLD>

TODO

#### clone <WORLD> <CLONED>

TODO

#### backup <WORLD>

TODO

#### restore <WORLD> <BACKUP>

TODO

#### delete <WORLD>

TODO

### instance

#### list

List all available instances and their status.

#### create <INSTANCE>

Create a new empty instance <INSTANCE> and accept Minecraft EULA.

#### delete <INSTANCE>

TODO

#### start <INSTANCE>

#### stop <INSTANCE>

#### status <INSTANCE>

Query an instances status.
Return code is 0 if running, != 0 otherwise.

### version

#### list

TODO

#### install <VERSION> <INSTANCE>

Install <VERSION> to <INSTANCE>

#### uninstall <VERSION> <INSTANCE>

TODO