Skip to content

Commit

Permalink
feat: support reconnecting players to cluster (#364)
Browse files Browse the repository at this point in the history
* feat(shulker-proxy-agent): support reconnecting players to cluster

* feat(shulker-operator): inject fleet name to proxies

* chore: update Minecraft version in examples

* feat(shulker-proxy-agent): proper support of cluster reconnection
  • Loading branch information
jeremylvln authored Aug 24, 2024
1 parent 23d59b3 commit 1a2266e
Show file tree
Hide file tree
Showing 51 changed files with 717 additions and 233 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/custom-server-jar/minecraftserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- lobby
version:
channel: Paper
name: "1.20.2"
name: "1.21.1"
customJar:
url: https://api.infernalsuite.com/v1/projects/asp/5118810e-2397-48f2-a725-89372c6d3756/download/e2eab933-7e5c-4a1f-8776-89a6624283a0
config: {}
2 changes: 1 addition & 1 deletion examples/getting-started/minecraftserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spec:
- lobby
version:
channel: Paper
name: "1.20.4"
name: "1.21.1"
config: {}
2 changes: 1 addition & 1 deletion examples/mounting-volumes/minecraftserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- lobby
version:
channel: Paper
name: "1.20.2"
name: "1.21.1"
config: {}
podOverrides:
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion examples/with-custom-configuration/minecraftserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- lobby
version:
channel: Paper
name: "1.20.2"
name: "1.21.1"
config:
world:
url: https://example.com/my-world.tar.gz
Expand Down
6 changes: 6 additions & 0 deletions gradle/detekt-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ style:
ignoreOverridden: true
ReturnCount:
active: false
ForbiddenComment:
active: false

potential-bugs:
UnsafeCallOnNullableType:
active: false

This file was deleted.

Loading

0 comments on commit 1a2266e

Please sign in to comment.