Skip to content

Commit

Permalink
Merge pull request #1607 from GiganticMinecraft/feat/stream-clock
Browse files Browse the repository at this point in the history
feat: add StreamClock
  • Loading branch information
Lucky authored Dec 23, 2023
2 parents b833c0b + 8675ed6 commit 6b348d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1143,3 +1143,10 @@ data:
enable: false
path: worldguard/logs/%Y-%m-%d.log
open-files: 10
StreamClock-config.yml: |
stopped-world:
- "world_SW"
- "world_SW_2"
- "world_SW_nether"
- "world_SW_the_end"
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ spec:
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,
https://github.com/GiganticMinecraft/StreamClock/releases/download/sha-dd1905c/StreamClock-1.0-SNAPSHOT.jdk17.jar,
- name: JVM_OPTS
value: >-
Expand Down Expand Up @@ -284,6 +285,11 @@ spec:
mountPath: /plugins/WorldGuard/config.yml
subPath: WorldGuard-config.yml

# StreamClock プラグインの設定ファイル
- name: common-mcserver-plugin-configs
mountPath: /plugins/StreamClock/config.yml
subPath: StreamClock-config.yml

# SeichiAssist プラグインの設定ファイル
- name: seichiassist-config
mountPath: /plugins/SeichiAssist/config.yml
Expand Down

0 comments on commit 6b348d3

Please sign in to comment.