Skip to content

Commit

Permalink
Merge pull request #1669 from GiganticMinecraft/addS1OriginSpawnConfig
Browse files Browse the repository at this point in the history
メインサーバーにOriginSpawnのconfigを入れる
  • Loading branch information
outductor authored Jan 4, 2024
2 parents d6758af + de6be21 commit 11320e1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: s1-config
data:
config.yml: |
world-name: world_2
loc-x: 41
loc-y: 69
loc-z: -6
loc-yaw: 0.0
loc-pitch: 0.0
always-force-players-spawn: true
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,11 @@ spec:
mountPath: /plugins/Multiverse-Portals/portals.yml
subPath: portals.yml

# OriginSpawn プラグインの設定ファイル
- name: s1-config
mountPath: /plugins/OriginSpawn/config.yml
subPath: config.yml

- name: mod-downloader-volume
mountPath: /plugins

Expand Down

0 comments on commit 11320e1

Please sign in to comment.