From f0a9dd43c6d98785f6666ff5ff52e41fadaa9bed Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Fri, 22 Dec 2023 02:31:36 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20OriginSpawn=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common-configs/mcserver-configs.yaml | 21 +++++++++++++++++++ .../templates/debug-s1/seichiassist.yaml | 4 ++++ 2 files changed, 25 insertions(+) diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/common-configs/mcserver-configs.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/common-configs/mcserver-configs.yaml index 61563cbc6..e89a0c8cf 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/common-configs/mcserver-configs.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/app-templates/seichi-debug-minecraft-on-seichiassist-pr/templates/common-configs/mcserver-configs.yaml @@ -623,3 +623,24 @@ data: min: 45.0 players: disable-saving: false + + commands.yml: | + # This is the commands configuration file for Bukkit. + # For documentation on how to make use of this file, check out the Bukkit Wiki at + # http://wiki.bukkit.org/Commands.yml + # + # If you need help on this file, feel free to join us on irc or leave a message + # on the forums asking for advice. + # + # IRC: #spigot @ irc.spi.gt + # (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ ) + # Forums: http://www.spigotmc.org/ + # Bug tracker: http://www.spigotmc.org/go/bugs + + command-block-overrides: [] + unrestricted-advancements: false + aliases: + icanhasbukkit: + - version $1- + spawn: + - originspawn 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 42a089750..2324b8ef0 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 @@ -87,6 +87,7 @@ spec: https://github.com/GiganticMinecraft/SeichiAssist/releases/download/pr-{{ .Values.SeichiAssistPullRequestNumber }}-{{ .Values.PullRequestBranchHeadSHA }}/SeichiAssist.jar, https://download.luckperms.net/1526/bukkit/loader/LuckPerms-Bukkit-5.4.113.jar, 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, - name: JVM_OPTS value: >- @@ -212,6 +213,9 @@ spec: - name: common-mcserver-configs mountPath: /config/spigot.yml subPath: spigot.yml + - name: common-mcserver-configs + mountPath: /config/commands.yml + subPath: commands.yml - name: minecraft-ops-config mountPath: /config/ops.json subPath: ops.json