MiniMOTD
MiniMOTD copied to clipboard
chore(deps): Update dependency org.spongepowered:spongeapi to v7.4.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
org.spongepowered:spongeapi (source) | 7.2.0 -> 7.4.0 |
Release Notes
SpongePowered/SpongeAPI (org.spongepowered:spongeapi)
v7.4.0
This is the final API release for the API 7.x series (for Minecraft 1.12.2)
The highlights are:
- Add getWorldUUID to SaveChunkEvent
- Bump configurate to 3.7.2
- Add missing locked field in Score
- Add missing scoreboard criteria
- Expose entity tags
v7.3.0
Some of the highlights of this build are:
- Updated Configurate to 3.7.1.
- Added totem particle effect to
ParticleTypes
. - Added
SerializationBehaviors.METADATA_ONLY
as a world serialisation type, meaning you can create worlds where chunks are not saved - good for game worlds that require resetting between rounds by just unloading and reloading them. - Added
select
andwhilst
toBlockRay
to make how to use a block ray clearer. - Added a
SaveChunkEvent
. - Added an inbuilt Placeholder system for storing and using text tokens across plugins without the need for an external dependency.
- Added ability to see which flags were used in a command via the
CommandContext
. - Added
isAvailable
toLocation
for checking if aLocation
'sExtent
is still valid. - Deprecated some methods on
KickPlayerEvent
and completely deprecatedLaunchProjectileEvent
. - Minor updates to some Javadocs.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.