feat: update platform plugin to 0.3.0#136
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the bundled plugin-grounds-platform version used by the Paper-based images, ensuring newly built paper and paper-gamemode containers download release v0.3.0 of the platform plugin from GitHub Releases.
Changes:
- Bump
GROUNDS_PLATFORM_PLUGIN_VERSIONfrom0.2.1to0.3.0inpaper/Dockerfile. - Bump
GROUNDS_PLATFORM_PLUGIN_VERSIONfrom0.2.1to0.3.0inpaper-gamemode/Dockerfile.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| paper/Dockerfile | Updates the platform plugin version argument used to construct the GitHub Releases download URL. |
| paper-gamemode/Dockerfile | Updates the platform plugin version argument used to construct the GitHub Releases download URL. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates the bundled
plugin-grounds-platformrelease used by the Paper images from0.2.1to0.3.0.This applies to:
paper/Dockerfilepaper-gamemode/DockerfileType of Change
Related Issues
Testing
Commands run:
gh release list --repo groundsgg/plugin-grounds-platform --limit 10gh release view v0.3.0 --repo groundsgg/plugin-grounds-platform --json tagName,assets,url,isDraft,isPrerelease,publishedAtcurl -fsSL --range 0-0 -o /tmp/plugin-platform-v0.3.0-byte https://github.com/groundsgg/plugin-grounds-platform/releases/download/v0.3.0/plugin-grounds-platform-0.3.0-all.jardocker build --check -f paper/Dockerfile .docker build --check -f paper-gamemode/Dockerfile .Full Docker builds were attempted with the required BuildKit secret, but the available local GitHub token was rejected by GitHub Packages for existing private runtime/agones dependencies before the build could complete.
Checklist