Files
the-1122-pack/servers.md
2020-07-10 12:15:55 -04:00

20 lines
285 B
Markdown

# Servers
## Minecraft
```bash
helm install minecraft ./helm --set tag=1.15.2_7 --set port=25565
```
## Pubcraft
```bash
helm install pubcraft ./helm --set tag=1.15.2_7 --set port=20100
```
## TestCraft
```bash
helm install testcraft ./helm --set tag=1.16.1 --set port=25566
```