Add 'faster minecarts' to Minecraft again
This commit is contained in:
parent
162b2dd602
commit
6aaeb5db0d
@ -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
|
||||||
|
Reference in New Issue
Block a user