Add 'faster minecarts' to Minecraft

This commit is contained in:
Nikolai Rodionov 2023-08-22 23:46:39 +02:00
parent 8183029ebd
commit 162b2dd602
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10

View File

@ -144,7 +144,18 @@ initContainers:
- name: plugins - name: plugins
mountPath: /data/plugins mountPath: /data/plugins
readOnly: false readOnly: false
- name: install-gravity-control-plugin
image: alpine/curl
command:
- curl
- -L
- https://github.com/certainly1182/FastMinecarts/releases/download/v1.0.1/FastMinecarts.jar
- -o
- /data/plugins/FasrMinecarts.jar
volumeMounts:
- name: plugins
mountPath: /data/plugins
readOnly: false
extraVolumes: extraVolumes:
- volumeMounts: - volumeMounts:
- name: plugins - name: plugins