SpongeAPI
SpongeAPI copied to clipboard
A Minecraft plugin API
[Sponge](https://github.com/SpongePowered/Sponge/pull/3994) | **SpongeAPI**
replace java.awt.Color
[Sponge](https://github.com/SpongePowered/Sponge/pull/4004) | **SpongeAPI**
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/4003)
1.20.6 is using log4j 2.22.1
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/4010)
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/4078) I don't really understand the point of this method because all modifications of raid `BossBar` can (and should) be done via `Raid#bossBar()`. Impl literally replaces `final ServerBossEvent`...
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/4027)
### Major SpongeAPI version 12 ### Is this likely to be a breaking change? No ### What are you requesting? Currently, `Structure` and `Feature` have `boolean place(ServerWorld, Vector3i)`, which does...
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/4125) A lot doesn't compile with some registries having changed. Some kinds have migrated to records, moving away from enums. This poses some slight problem with representing the...