Skip to content

Commit

Permalink
Merge pull request #1585 from GiganticMinecraft/add_multiverse_portals
Browse files Browse the repository at this point in the history
add multiverse-portals
  • Loading branch information
outductor authored Dec 21, 2023
2 parents bc2d046 + d3d231e commit 0d7f532
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: multiverse-portals-config
data:
portals.yml: |
portals:
world->world_SW:
entryfee:
currency: -1
amount: 0.0
safeteleport: true
teleportnonplayers: false
handlerscript: ''
owner: Lucky3028
location: -20.0,64.0,-19.0:-20.0,65.0,-19.0
world: world
destination: world_SW
world->world_SW_2:
entryfee:
currency: -1
amount: 0.0
safeteleport: true
teleportnonplayers: false
handlerscript: ''
owner: Lucky3028
location: -18.0,64.0,-19.0:-18.0,65.0,-19.0
world: world
destination: world_SW_2
world->world_SW_nether:
entryfee:
currency: -1
amount: 0.0
safeteleport: true
teleportnonplayers: false
handlerscript: ''
owner: Lucky3028
location: -12.0,64.0,-19.0:-12.0,65.0,-19.0
world: world
destination: world_SW_nether
world->world_SW_the_end:
entryfee:
currency: -1
amount: 0.0
safeteleport: true
teleportnonplayers: false
handlerscript: ''
owner: Lucky3028
location: -10.0,64.0,-19.0:-10.0,65.0,-19.0
world: world
destination: world_SW_the_end
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ 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/Multiverse/Multiverse-Portals/releases/download/4.2.3/multiverse-portals-4.2.3.jar,
- name: JVM_OPTS
value: >-
-javaagent:/jmx-exporter/jmx-exporter-javaagent.jar=18321:/jmx-exporter/jmx-exporter-config.yaml
Expand Down Expand Up @@ -283,6 +284,11 @@ spec:
mountPath: /jmx-exporter/jmx-exporter-config.yaml
subPath: jmx-exporter-config.yaml

# Multiverse-Portals プラグインの設定ファイル
- name: multiverse-portals-config
mountPath: /plugins/Multiverse-Portals/portals.yml
subPath: portals.yml

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

Expand All @@ -302,6 +308,9 @@ spec:
- name: minecraft-ops-config
configMap:
name: minecraft-ops-config
- name: multiverse-portals-config
configMap:
name: multiverse-portals-config

# JMX exporterをinitContainerでダウンロードしてBugneeCordに受け渡すためのvolume
- name: jmx-exporter-download-volume
Expand Down

0 comments on commit 0d7f532

Please sign in to comment.