Skip to content

Commit

Permalink
feat(minecraft): setup plugins for minecraft-public
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzlyn committed Feb 1, 2025
1 parent 29d1b2e commit edb1db7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ spec:
cpu: 100m
memory: 1024Mi
minecraftServer:
resourcePackUrl: https://cdn.modrinth.com/data/Q1vvjJYV/versions/oGcsNfpD/BSL_v8.4.01.2.zip
eula: "TRUE"
version: "1.21.4"
type: PAPER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
TYPE: "VELOCITY"
VELOCITY_VERSION: "latest"
VELOCITY_BUILD_ID: "latest"
PLUGINS: https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/velocity,https://download.geysermc.org/v2/projects/floodgate/versions/latest/builds/latest/downloads/velocity
PLUGINS: https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/velocity,https://download.geysermc.org/v2/projects/floodgate/versions/latest/builds/latest/downloads/velocity,https://cdn.modrinth.com/data/9eGKb6K1/versions/yGTasgG4/voicechat-velocity-2.5.24.jar
MEMORY: 256M
# JVM_OPTS: "-Xms128M -Xmx256M"
ENABLE_RCON: "false"
Expand All @@ -73,6 +73,9 @@ spec:
- name: bedrock
containerPort: &bedrockPort 19132
protocol: UDP
- name: simplevoicechat
containerPort: &simplevoicechatPort 24454
protocol: UDP
# - name: rcon
# containerPort: &rconPort 25575
# protocol: TCP
Expand Down Expand Up @@ -109,6 +112,10 @@ spec:
port: *bedrockPort
protocol: UDP
targetPort: bedrock
simplevoicechat-proxy:
port: *simplevoicechatPort
protocol: UDP
targetPort: simplevoicechat
# rcon:
# controller: velocity
# ports:
Expand Down

0 comments on commit edb1db7

Please sign in to comment.