From 0e49e72d1581132c09ac3793798c12a11e0c3022 Mon Sep 17 00:00:00 2001 From: Lucky3028 Date: Sat, 23 Dec 2023 23:54:44 +0900 Subject: [PATCH] feat: add ByeByeWither --- .../templates/common-configs/plugin-configs.yaml | 8 ++++++++ .../templates/debug-s1/seichiassist.yaml | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/common-configs/plugin-configs.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/common-configs/plugin-configs.yaml index cfeeff791..a2d0e6fbc 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/common-configs/plugin-configs.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/common-configs/plugin-configs.yaml @@ -1150,3 +1150,11 @@ data: - "world_SW_2" - "world_SW_nether" - "world_SW_the_end" + + ByeByeWither-config.yml: | + wither: + is-enabled: true + ignored-worlds: [] + ender-dragon: + is-enabled: true + ignored-worlds: [] diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/debug-s1/seichiassist.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/debug-s1/seichiassist.yaml index e1689241a..62dcd773b 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/debug-s1/seichiassist.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/debug-s1/seichiassist.yaml @@ -112,6 +112,7 @@ spec: https://github.com/GiganticMinecraft/Elytra/releases/download/1.18.2/Elytra-1.0-SNAPSHOT.jar, https://github.com/GiganticMinecraft/OriginSpawn/releases/download/v0.2.7/OriginSpawn-0.2.7-SNAPSHOT.jar, https://github.com/GiganticMinecraft/StreamClock/releases/download/sha-dd1905c/StreamClock-1.0-SNAPSHOT.jdk17.jar, + https://github.com/GiganticMinecraft/ByeByeWither/releases/download/sha-e2a0a69/ByeByeWither-1.0.0.jar, - name: JVM_OPTS value: >- @@ -290,6 +291,11 @@ spec: mountPath: /plugins/StreamClock/config.yml subPath: StreamClock-config.yml + # ByeByeWither プラグインの設定ファイル + - name: common-mcserver-plugin-configs + mountPath: /plugins/ByeByeWither/config.yml + subPath: ByeByeWither-config.yml + # SeichiAssist プラグインの設定ファイル - name: seichiassist-config mountPath: /plugins/SeichiAssist/config.yml