diff --git a/charts/incubator/minecraft-bungeecord/.helmignore b/charts/stable/minecraft-bungeecord/.helmignore similarity index 100% rename from charts/incubator/minecraft-bungeecord/.helmignore rename to charts/stable/minecraft-bungeecord/.helmignore diff --git a/charts/incubator/minecraft-bungeecord/CHANGELOG.md b/charts/stable/minecraft-bungeecord/CHANGELOG.md similarity index 100% rename from charts/incubator/minecraft-bungeecord/CHANGELOG.md rename to charts/stable/minecraft-bungeecord/CHANGELOG.md diff --git a/charts/incubator/minecraft-bungeecord/Chart.yaml b/charts/stable/minecraft-bungeecord/Chart.yaml similarity index 75% rename from charts/incubator/minecraft-bungeecord/Chart.yaml rename to charts/stable/minecraft-bungeecord/Chart.yaml index a105e4f1802..308e286c274 100644 --- a/charts/incubator/minecraft-bungeecord/Chart.yaml +++ b/charts/stable/minecraft-bungeecord/Chart.yaml @@ -1,31 +1,32 @@ apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: minecraft-bungeecord -version: 0.0.30 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: - name: common repository: https://library-charts.truecharts.org 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: - email: info@truecharts.org name: TrueCharts 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: truecharts.org/catagories: | - - games + - proxy + - minecraft truecharts.org/SCALE-support: "true" truecharts.org/grade: U diff --git a/charts/incubator/minecraft-bungeecord/README.md b/charts/stable/minecraft-bungeecord/README.md similarity index 100% rename from charts/incubator/minecraft-bungeecord/README.md rename to charts/stable/minecraft-bungeecord/README.md diff --git a/charts/incubator/minecraft-bungeecord/ci/base-values.yaml b/charts/stable/minecraft-bungeecord/ci/base-values.yaml similarity index 100% rename from charts/incubator/minecraft-bungeecord/ci/base-values.yaml rename to charts/stable/minecraft-bungeecord/ci/base-values.yaml diff --git a/charts/incubator/minecraft-bungeecord/ci/j11-values.yaml b/charts/stable/minecraft-bungeecord/ci/j11-values.yaml similarity index 100% rename from charts/incubator/minecraft-bungeecord/ci/j11-values.yaml rename to charts/stable/minecraft-bungeecord/ci/j11-values.yaml diff --git a/charts/incubator/minecraft-bungeecord/ci/j8-values.yaml b/charts/stable/minecraft-bungeecord/ci/j8-values.yaml similarity index 100% rename from charts/incubator/minecraft-bungeecord/ci/j8-values.yaml rename to charts/stable/minecraft-bungeecord/ci/j8-values.yaml diff --git a/charts/incubator/minecraft-bungeecord/docs/How-To.md b/charts/stable/minecraft-bungeecord/docs/How-To.md similarity index 90% rename from charts/incubator/minecraft-bungeecord/docs/How-To.md rename to charts/stable/minecraft-bungeecord/docs/How-To.md index fdd690bf6c0..9c64870a25d 100644 --- a/charts/incubator/minecraft-bungeecord/docs/How-To.md +++ b/charts/stable/minecraft-bungeecord/docs/How-To.md @@ -3,8 +3,6 @@ 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. -A MC limbo instance was also tested but only works with Bungeecord/Waterfall, but needs some work to manually set it up. - ## Bungeecord / WaterFall 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: lobby: motd: "&1My Lobby MC" - address: MY_PRIVATE_IP:25566 # Set this as your local IP, NOT 0.0.0.0 or cluster URL. - 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. + address: MY_PRIVATE_IP:25566 # Set this as your local IP, or cluster URL `minecraft-java.ix-minecraft-java.svc.cluster.local` restricted: false player_limit: -1 prevent_proxy_connections: false @@ -88,9 +78,7 @@ online_mode: true # needs to true ## Velocity -Here's a sample of a **velocity.toml** that you can place in **/config** dir. - -You can create a file called **secrets** in **/config** dir and apply the name to this value like so -> **forwarding-secret-file = "./secret"**. +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: @@ -113,9 +101,11 @@ bungee-cord: velocity: enabled: 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 # Config version. Do not change this 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. # 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 # suggest turning this on. @@ -191,9 +181,7 @@ enable-player-address-logging = true [servers] # Configure your servers here. Each key represents the server's name, and the value # represents the IP address of the server to connect to. -lobby = "MY_PRIVATE_IP:25566" -survival = "MY_PRIVATE_IP:25567" -creative = "MY_PRIVATE_IP:25568" +lobby = "MY_PRIVATE_IP:25566" # cluster urls do work too -> `minecraft-java.ix-minecraft-java.svc.cluster.local` # In what order we should try servers when a player logs in or is kicked from aserver. try = [ @@ -205,12 +193,6 @@ try = [ "lobby.mydomain.com" = [ "lobby" ] -"survival.mydomain.com" = [ - "survival" -] -"creative.mydomain.com" = [ - "creative" -] [advanced] # How large a Minecraft packet has to be before we compress it. Setting this to zero will diff --git a/charts/incubator/minecraft-bungeecord/docs/installation_notes.md b/charts/stable/minecraft-bungeecord/docs/installation_notes.md similarity index 100% rename from charts/incubator/minecraft-bungeecord/docs/installation_notes.md rename to charts/stable/minecraft-bungeecord/docs/installation_notes.md diff --git a/charts/incubator/minecraft-bungeecord/icon.png b/charts/stable/minecraft-bungeecord/icon.png similarity index 100% rename from charts/incubator/minecraft-bungeecord/icon.png rename to charts/stable/minecraft-bungeecord/icon.png diff --git a/charts/incubator/minecraft-bungeecord/questions.yaml b/charts/stable/minecraft-bungeecord/questions.yaml similarity index 100% rename from charts/incubator/minecraft-bungeecord/questions.yaml rename to charts/stable/minecraft-bungeecord/questions.yaml diff --git a/charts/incubator/minecraft-bungeecord/templates/common.yaml b/charts/stable/minecraft-bungeecord/templates/common.yaml similarity index 100% rename from charts/incubator/minecraft-bungeecord/templates/common.yaml rename to charts/stable/minecraft-bungeecord/templates/common.yaml diff --git a/charts/incubator/minecraft-bungeecord/values.yaml b/charts/stable/minecraft-bungeecord/values.yaml similarity index 100% rename from charts/incubator/minecraft-bungeecord/values.yaml rename to charts/stable/minecraft-bungeecord/values.yaml