jpenilla / MiniMOTD

Minecraft server/proxy plugin to set the server list MOTD using MiniMessage for formatting, supporting RGB colors.
https://modrinth.com/plugin/minimotd
MIT License
276 stars 31 forks source link

chore(deps): Update dependency org.spongepowered:spongeapi to v7.4.0 #162

Open renovate[bot] opened 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.spongepowered:spongeapi (source) 7.2.0 -> 7.4.0 age adoption passing confidence

Release Notes

SpongePowered/SpongeAPI (org.spongepowered:spongeapi) ### [`v7.4.0`](https://togithub.com/SpongePowered/SpongeAPI/releases/tag/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`](https://togithub.com/SpongePowered/SpongeAPI/releases/tag/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` and `whilst` to `BlockRay` 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` to `Location` for checking if a `Location`'s `Extent` is still valid. - Deprecated some methods on `KickPlayerEvent` and completely deprecated `LaunchProjectileEvent`. - 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.



This PR has been generated by Mend Renovate. View repository job log here.