Update dependency net.minestom:minestom to v2025.07.10-1.21.7 #34
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.
This PR contains the following updates:
2025.07.08-1.21.5->2025.07.10-1.21.7Release Notes
minestom/minestom (net.minestom:minestom)
v2025.07.10-1.21.7Compare Source
Minestom 1.21.7
The 1.21.7 (including 1.21.6) branch has now been merged, thanks to all who tested and contributed to it!
Dialogs
Dialogs in Minestom are represented by a series of records starting from one of the
Dialogsubclasses (looking at the required values should help to figure out how to construct them).For example, here is the Dialog used for the Game Jam voting.
To receive values you must use the
DynamicCustomdialog action (or dynamic command if you want to run a command directly). UsingDialogAction.Customwill not include the templated values. When a player performs the relevant action, aPlayerCustomClickEvent(orPlayerConfigCustomClickEventif this happens in the configuration phase) will be emitted. For example:Waypoints
Player locator bar waypoints are only exposed through the update waypoint packet (though I believe this API is sufficient). For example, to add a waypoint:
If adventure supports waypoints we will implement that API. If not, its possible we will add an API to manage waypoints separately, not sure yet.
Misc Changes
ResponseDatahas been replaced by an immutable builder (Status).System.nanoTime()to mitigate clock sync differences).UPorDOWNdirection.GsonComponentSerializerusages have been replaced with ourCodec.COMPONENT, you are suggested to use this instead as well for better support.TagStringIOExthas been removed as adventure now has native support for those operations. Adventure does not default to supporting heterogeneous lists in SNBT.MinestomAdventure.tagStringIO()exposes an instance with heterogeneous lists enabled.Misc Future Tasks
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.