summaryrefslogtreecommitdiff
path: root/minecraft/README.md
blob: daedb32bdda38a66318c3cece04f8c8770bee307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
### images/minecraft

runs a miencraft server, very cool

#### volumes

- /data stores the minecraft server files

#### environment

- MC_TYPE can be `vanilla`,`paper`,`waterfall`,`velocity`,`folia`,`fabric`, or `forge`
- MC_VERSION is the minecraft version [`latest`,`snapshot`,`<version>`]

extra environment variables include
- PAPERMC_BUILD
- FABRIC_LOADER
- FABRIC_INSTALLER
- FORGE_VERSION [`recommended`, `latest`, `<version>`]

jvm configuration
- JVMARGS - overwrites the default jvm args
- MEMORY - sets the jvm memory amount (default 1G)