You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/misc-options.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,10 @@ docker run -d --pull=always \
26
26
27
27
By default, supported server types remove stale server libraries during installation by setting `CLEAN_SERVER_LIBRARIES` to `true`. Set `CLEAN_SERVER_LIBRARIES` to `false` to disable this cleanup if it causes unexpected behavior.
28
28
29
-
Currently, library cleanup is supported by `TYPE=PAPER`. Other server jar types are not yet supported.
29
+
Currently, library cleanup is supported by
30
+
31
+
-`TYPE=PAPER`
32
+
-`TYPE=PURPUR`
30
33
31
34
## Running as alternate user/group ID
32
35
@@ -244,4 +247,4 @@ To also include the timestamp with each log, set `LOG_TIMESTAMP` to "true". The
244
247
245
248
```
246
249
[init] 2022-02-05 16:58:33+00:00 Starting the Minecraft server...
0 commit comments