Skip to content

Commit

Permalink
feat: update minectl for 1.21 support (#761)
Browse files Browse the repository at this point in the history
Signed-off-by: Engin Diri <engin.diri@ediri.de>
  • Loading branch information
dirien authored Jun 19, 2024
1 parent a9b264e commit 4326377
Show file tree
Hide file tree
Showing 50 changed files with 207 additions and 200 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
needs: build
env:
DOCKER_CLI_EXPERIMENTAL: "enabled"
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
runs-on: ubuntu-latest
if: success() && startsWith(github.ref, 'refs/tags/')
steps:
Expand Down Expand Up @@ -74,5 +75,4 @@ jobs:
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: minectl
snapshot:
name_template: '{{ .Tag }}-SNAPSHOT'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## New - 1.20 support
## New - 1.21 support

`minectl 🗺`️️ supports the `Minecraft 1.20` version
`minectl 🗺`️️ supports the `Minecraft 1.21` version

<img alt="logo" src="docs/img/1_20_logo.png" width="40%"/>
<img alt="logo" src="docs/img/1_21_logo.png" width="40%"/>

+ [Supported cloud provider ☁](#supported-cloud-provider-)
+ [TL;DR 🚀](#tldr-)
Expand Down
4 changes: 2 additions & 2 deletions config/bedrock/server-akamai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ spec:
size: g6-standard-4
ssh:
port: 22
publickeyfile: "/Users/dirien/Tools/repos/stackit-minecraft/minecraft/ssh/minecraft-be.pub"
publickeyfile: "/Users/dirien/Tools/repos/stackit-minecraft/minecraft/ssh/minecraft.pub"
fail2ban:
bantime: 1000
maxretry: 3
port: 19132
minecraft:
edition: bedrock
version: 1.20.51.01
version: 1.21.0.03
eula: true
properties: |
server-name=Akamai Connected Cloud Minecraft
Expand Down
2 changes: 1 addition & 1 deletion config/bedrock/server-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 19132
minecraft:
edition: bedrock
version: 1.20.51.01
version: 1.21.0.03
eula: true
properties: |
server-name=Azure Minecraft - Bedrock edition
Expand Down
2 changes: 1 addition & 1 deletion config/bedrock/server-civo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 19132
minecraft:
edition: bedrock
version: 1.20.51.01
version: 1.21.0.03
eula: true
properties: |
server-name=Civo Minecraft - Bedrock edition
Expand Down
2 changes: 1 addition & 1 deletion config/bedrock/server-do.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 19132
minecraft:
edition: bedrock
version: 1.20.51.01
version: 1.21.0.03
eula: true
properties: |
server-name=DigitalOcean Minecraft
Expand Down
2 changes: 1 addition & 1 deletion config/bedrock/server-equinix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 19132
minecraft:
edition: bedrock
version: 1.20.51.01
version: 1.21.0.03
eula: true
properties: |
server-name=Equinix Minecraft
Expand Down
2 changes: 1 addition & 1 deletion config/bedrock/server-exoscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 19132
minecraft:
edition: bedrock
version: 1.20.51.01
version: 1.21.0.03
eula: true
properties: |
server-name=Exoscale Minecraft
Expand Down
2 changes: 1 addition & 1 deletion config/bedrock/server-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 19132
minecraft:
edition: bedrock
version: 1.20.51.01
version: 1.21.0.03
eula: true
properties: |
server-name=GCE Minecraft
Expand Down
2 changes: 1 addition & 1 deletion config/bedrock/server-hetzner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 19132
minecraft:
edition: bedrock
version: 1.20.51.01
version: 1.21.0.03
eula: true
properties: |
server-name=Hetzner Minecraft
Expand Down
2 changes: 1 addition & 1 deletion config/bedrock/server-ionos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 19132
minecraft:
edition: bedrock
version: 1.20.51.01
version: 1.21.0.03
eula: true
properties: |
server-name=Ionos Cloud - Bedrock edition
Expand Down
2 changes: 1 addition & 1 deletion config/bedrock/server-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 19132
minecraft:
edition: bedrock
version: 1.20.51.01
version: 1.21.0.03
eula: true
properties: |
server-name=Civo Minecraft
Expand Down
2 changes: 1 addition & 1 deletion config/bedrock/server-ovh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 19132
minecraft:
edition: bedrock
version: 1.20.51.01
version: 1.21.0.03
eula: true
properties: |
server-name=OVHcloud Minecraft
Expand Down
2 changes: 1 addition & 1 deletion config/bedrock/server-scaleway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 19132
minecraft:
edition: bedrock
version: 1.20.51.01
version: 1.21.0.03
eula: true
properties: |
server-name=Scaleway Minecraft
Expand Down
2 changes: 1 addition & 1 deletion config/bedrock/server-vexxhost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 19132
minecraft:
edition: bedrock
version: 1.20.51.01
version: 1.21.0.03
eula: true
properties: |
server-name=VEXXHOST Minecraft
Expand Down
4 changes: 2 additions & 2 deletions config/fabric/server-akamai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 25565
minecraft:
java:
openjdk: 17
openjdk: 21
xmx: 2G
xms: 2G
rcon:
Expand All @@ -25,7 +25,7 @@ spec:
enabled: true
broadcast: true
edition: fabric
version: 1.20.4
version: "1.21"
eula: true
properties: |
level-seed=minectlrocks
Expand Down
4 changes: 2 additions & 2 deletions config/fabric/server-civo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 25565
minecraft:
java:
openjdk: 17
openjdk: 21
xmx: 2G
xms: 2G
rcon:
Expand All @@ -25,7 +25,7 @@ spec:
enabled: true
broadcast: true
edition: fabric
version: 1.20.4
version: "1.21"
eula: true
properties: |
level-seed=minectlrocks
Expand Down
4 changes: 2 additions & 2 deletions config/fabric/server-do.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 25565
minecraft:
java:
openjdk: 17
openjdk: 21
xmx: 2G
xms: 2G
rcon:
Expand All @@ -25,7 +25,7 @@ spec:
enabled: true
broadcast: true
edition: fabric
version: 1.20.4
version: "1.21"
eula: true
properties: |
level-seed=minectlrocks
Expand Down
4 changes: 2 additions & 2 deletions config/forge/server-akamai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 25565
minecraft:
java:
openjdk: 17
openjdk: 21
xmx: 2G
xms: 2G
rcon:
Expand All @@ -25,7 +25,7 @@ spec:
enabled: true
broadcast: true
edition: forge
version: 1.20.4-49.0.19
version: 1.21-51.0.13
eula: true
properties: |
level-seed=minectlrocks
Expand Down
4 changes: 2 additions & 2 deletions config/forge/server-civo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 25565
minecraft:
java:
openjdk: 17
openjdk: 21
xmx: 2G
xms: 2G
rcon:
Expand All @@ -25,7 +25,7 @@ spec:
enabled: true
broadcast: true
edition: forge
version: 1.20.4-49.0.19
version: 1.21-51.0.13
eula: true
properties: |
level-seed=minectlrocks
Expand Down
4 changes: 2 additions & 2 deletions config/forge/server-do.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
port: 25565
minecraft:
java:
openjdk: 17
openjdk: 21
xmx: 2G
xms: 2G
rcon:
Expand All @@ -27,7 +27,7 @@ spec:
enabled: true
broadcast: true
edition: forge
version: 1.20.4-49.0.19
version: 1.21-51.0.13
eula: true
properties: |
level-seed=minectlrocks
Expand Down
4 changes: 2 additions & 2 deletions config/java/server-akamai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 25565
minecraft:
java:
openjdk: 17
openjdk: 21
xmx: 2G
xms: 2G
rcon:
Expand All @@ -25,7 +25,7 @@ spec:
enabled: true
broadcast: true
edition: java
version: 1.20.4
version: "1.21"
eula: true
properties: |
level-seed=minectlrocks
Expand Down
4 changes: 2 additions & 2 deletions config/java/server-aws-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
arm: true
minecraft:
java:
openjdk: 17
openjdk: 21
xmx: 2G
xms: 2G
rcon:
Expand All @@ -28,7 +28,7 @@ spec:
enabled: true
broadcast: true
edition: java
version: 1.20.4
version: "1.21"
eula: true
properties: |
level-seed=minectlrocks
Expand Down
4 changes: 2 additions & 2 deletions config/java/server-aws-spot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spot: true
minecraft:
java:
openjdk: 17
openjdk: 21
xmx: 2G
xms: 2G
rcon:
Expand All @@ -28,7 +28,7 @@ spec:
enabled: true
broadcast: true
edition: java
version: 1.20.4
version: "1.21"
eula: true
properties: |
level-seed=minectlrocks
Expand Down
4 changes: 2 additions & 2 deletions config/java/server-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
port: 25565
minecraft:
java:
openjdk: 17
openjdk: 21
xmx: 2G
xms: 2G
rcon:
Expand All @@ -27,7 +27,7 @@ spec:
enabled: true
broadcast: true
edition: java
version: 1.20.4
version: "1.21"
eula: true
properties: |
allow-flight=false
Expand Down
4 changes: 2 additions & 2 deletions config/java/server-azure-spot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spot: true
minecraft:
java:
openjdk: 17
openjdk: 21
xmx: 2G
xms: 2G
rcon:
Expand All @@ -26,7 +26,7 @@ spec:
enabled: true
broadcast: true
edition: java
version: 1.20.4
version: "1.21"
eula: true
properties: |
level-seed=minectlrocks
Expand Down
4 changes: 2 additions & 2 deletions config/java/server-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 25565
minecraft:
java:
openjdk: 17
openjdk: 21
xmx: 2G
xms: 2G
rcon:
Expand All @@ -25,7 +25,7 @@ spec:
enabled: true
broadcast: true
edition: java
version: 1.20.4
version: "1.21"
eula: true
properties: |
level-seed=minectlrocks
Expand Down
4 changes: 2 additions & 2 deletions config/java/server-civo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
port: 25565
minecraft:
java:
openjdk: 17
openjdk: 21
xmx: 2G
xms: 2G
rcon:
Expand All @@ -25,7 +25,7 @@ spec:
enabled: true
broadcast: true
edition: java
version: 1.20.4
version: "1.21"
eula: true
properties: |
level-seed=minectlrocks
Expand Down
Loading

0 comments on commit 4326377

Please sign in to comment.