fix(bungeecord-minecraft) move to stable (#4243)
This commit is contained in:
+18
-17
@@ -1,31 +1,32 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
|
||||||
name: minecraft-bungeecord
|
|
||||||
version: 0.0.30
|
|
||||||
appVersion: "2022.4.1"
|
appVersion: "2022.4.1"
|
||||||
description: A Spigot BungeeCord server.
|
|
||||||
type: application
|
|
||||||
deprecated: false
|
|
||||||
home: https://truecharts.org/docs/charts/incubator/minecraft-bungeecord
|
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bungeecord.png
|
|
||||||
keywords:
|
|
||||||
- gameserver
|
|
||||||
- minecraft
|
|
||||||
sources:
|
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/minecraft-bungeecord
|
|
||||||
- https://hub.docker.com/r/itzg/bungeecord
|
|
||||||
- https://github.com/itzg/docker-bungeecord
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 10.7.7
|
version: 10.7.7
|
||||||
# condition:
|
deprecated: false
|
||||||
|
description: A Spigot BungeeCord server.
|
||||||
|
home: https://truecharts.org/docs/charts/stable/minecraft-bungeecord
|
||||||
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bungeecord.png
|
||||||
|
keywords:
|
||||||
|
- minecraft-bungeecord
|
||||||
|
- gameserver
|
||||||
|
- minecraft
|
||||||
|
kubeVersion: ">=1.16.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- email: info@truecharts.org
|
- email: info@truecharts.org
|
||||||
name: TrueCharts
|
name: TrueCharts
|
||||||
url: https://truecharts.org
|
url: https://truecharts.org
|
||||||
|
name: minecraft-bungeecord
|
||||||
|
sources:
|
||||||
|
- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bungeecord
|
||||||
|
- https://hub.docker.com/r/itzg/bungeecord
|
||||||
|
- https://github.com/itzg/docker-bungeecord
|
||||||
|
type: application
|
||||||
|
version: 1.0.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- games
|
- proxy
|
||||||
|
- minecraft
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/grade: U
|
truecharts.org/grade: U
|
||||||
+7
-25
@@ -3,8 +3,6 @@
|
|||||||
The following sections are just _examples_ and may not represent best practices or all use cases.
|
The following sections are just _examples_ and may not represent best practices or all use cases.
|
||||||
The only tested servers were Spigot Based variants by PaperMC, Paper version **1.19.2**, the latest current MC version.
|
The only tested servers were Spigot Based variants by PaperMC, Paper version **1.19.2**, the latest current MC version.
|
||||||
|
|
||||||
A MC limbo instance was also tested but only works with Bungeecord/Waterfall, but needs some work to manually set it up.
|
|
||||||
|
|
||||||
## Bungeecord / WaterFall
|
## Bungeecord / WaterFall
|
||||||
|
|
||||||
Spigot compatible server(s) need to be set **offline** by unchecking **Enable/Disable Online Mode** in minecraft-java instance(s).
|
Spigot compatible server(s) need to be set **offline** by unchecking **Enable/Disable Online Mode** in minecraft-java instance(s).
|
||||||
@@ -41,15 +39,7 @@ network_compression_threshold: 256
|
|||||||
servers:
|
servers:
|
||||||
lobby:
|
lobby:
|
||||||
motd: "&1My Lobby MC"
|
motd: "&1My Lobby MC"
|
||||||
address: MY_PRIVATE_IP:25566 # Set this as your local IP, NOT 0.0.0.0 or cluster URL.
|
address: MY_PRIVATE_IP:25566 # Set this as your local IP, or cluster URL `minecraft-java.ix-minecraft-java.svc.cluster.local`
|
||||||
restricted: false
|
|
||||||
survival:
|
|
||||||
motd: "&1My Survival MC"
|
|
||||||
address: MY_PRIVATE_IP:25567 # Set this as your local IP, NOT 0.0.0.0 or cluster URL.
|
|
||||||
restricted: false
|
|
||||||
creative:
|
|
||||||
motd: "&1My Creative MC"
|
|
||||||
address: MY_PRIVATE_IP:25568 # Set this as your local IP, NOT 0.0.0.0 or cluster URL.
|
|
||||||
restricted: false
|
restricted: false
|
||||||
player_limit: -1
|
player_limit: -1
|
||||||
prevent_proxy_connections: false
|
prevent_proxy_connections: false
|
||||||
@@ -88,9 +78,7 @@ online_mode: true # needs to true
|
|||||||
|
|
||||||
## Velocity
|
## Velocity
|
||||||
|
|
||||||
Here's a sample of a **velocity.toml** that you can place in **/config** dir.
|
Create a file called **secrets** in **/config** dir and apply the name to this value like so -> **forwarding-secret-file = "secret"**.
|
||||||
|
|
||||||
You can create a file called **secrets** in **/config** dir and apply the name to this value like so -> **forwarding-secret-file = "./secret"**.
|
|
||||||
|
|
||||||
The contents of the secret file:
|
The contents of the secret file:
|
||||||
|
|
||||||
@@ -113,9 +101,11 @@ bungee-cord:
|
|||||||
velocity:
|
velocity:
|
||||||
enabled: true
|
enabled: true
|
||||||
online-mode: true
|
online-mode: true
|
||||||
secret: MySuperSecretFromConfig # the actual value and NOT the name of the file.
|
secret: MyForwardingSecret # the actual value and NOT the name of the file.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Here's a sample of a **velocity.toml** that you can place in **/config** dir.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
# Config version. Do not change this
|
# Config version. Do not change this
|
||||||
config-version = "2.5"
|
config-version = "2.5"
|
||||||
@@ -157,7 +147,7 @@ player-info-forwarding-mode = "modern"
|
|||||||
|
|
||||||
# If you are using modern or BungeeGuard IP forwarding, configure a file that contains a unique secret here.
|
# If you are using modern or BungeeGuard IP forwarding, configure a file that contains a unique secret here.
|
||||||
# The file is expected to be UTF-8 encoded and not empty.
|
# The file is expected to be UTF-8 encoded and not empty.
|
||||||
forwarding-secret-file = "./secret"
|
forwarding-secret-file = "secret"
|
||||||
|
|
||||||
# Announce whether or not your server supports Forge. If you run a modded server, we
|
# Announce whether or not your server supports Forge. If you run a modded server, we
|
||||||
# suggest turning this on.
|
# suggest turning this on.
|
||||||
@@ -191,9 +181,7 @@ enable-player-address-logging = true
|
|||||||
[servers]
|
[servers]
|
||||||
# Configure your servers here. Each key represents the server's name, and the value
|
# Configure your servers here. Each key represents the server's name, and the value
|
||||||
# represents the IP address of the server to connect to.
|
# represents the IP address of the server to connect to.
|
||||||
lobby = "MY_PRIVATE_IP:25566"
|
lobby = "MY_PRIVATE_IP:25566" # cluster urls do work too -> `minecraft-java.ix-minecraft-java.svc.cluster.local`
|
||||||
survival = "MY_PRIVATE_IP:25567"
|
|
||||||
creative = "MY_PRIVATE_IP:25568"
|
|
||||||
|
|
||||||
# In what order we should try servers when a player logs in or is kicked from aserver.
|
# In what order we should try servers when a player logs in or is kicked from aserver.
|
||||||
try = [
|
try = [
|
||||||
@@ -205,12 +193,6 @@ try = [
|
|||||||
"lobby.mydomain.com" = [
|
"lobby.mydomain.com" = [
|
||||||
"lobby"
|
"lobby"
|
||||||
]
|
]
|
||||||
"survival.mydomain.com" = [
|
|
||||||
"survival"
|
|
||||||
]
|
|
||||||
"creative.mydomain.com" = [
|
|
||||||
"creative"
|
|
||||||
]
|
|
||||||
|
|
||||||
[advanced]
|
[advanced]
|
||||||
# How large a Minecraft packet has to be before we compress it. Setting this to zero will
|
# How large a Minecraft packet has to be before we compress it. Setting this to zero will
|
||||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Reference in New Issue
Block a user