Skip to content

Commit

Permalink
feat: add ByeByeWither
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Dec 23, 2023
1 parent 6b348d3 commit 0e49e72
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0e49e72

Please sign in to comment.