Skip to content

Commit

Permalink
chore: メインサーバーにOriginSpawnのconfigを入れる
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Jan 4, 2024
1 parent b554eac commit de6be21
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 de6be21

Please sign in to comment.