Add 'faster minecarts' to Minecraft again

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

View File

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