SpongeAPI
SpongeAPI copied to clipboard
A Minecraft plugin API
[Sponge](https://github.com/SpongePowered/Sponge/pull/4138) | SpongeAPI (I will rebase to API-13 when ready) This PR attempts to solve long standing issues with the attack and damage events. The previous API was attempting to...
Created a callback method to allow plugins to intercept the place method on Feature & Structure https://github.com/SpongePowered/SpongeAPI/issues/2520
[Sponge](https://github.com/SpongePowered/Sponge/pull/4214) | **SpongeAPI**
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/4210) Adds volume that allows getting redstone signal. There are 4 different ways of getting this signal from a block and each of them has a set of...
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/4204)
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/4205)
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/4196) With introduction of `DEATH_PROTECTION` item component it's now possible to play death protection effect with any ItemStack
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/4195) Exposes `ConsumeEffect`s, adds`Keys.CONSUME_EFFECTS` and `Keys.DEATH_PROTECTION_EFFECTS` to apply them to `ItemStack`. Currently `Keys.APPLICABLE_POTION_EFFECTS` does nothing and its `WeithedTable` approach doesn't make much sense anymore so I think it...
[Sponge](https://github.com/SpongePowered/Sponge/issues/4213) | **SpongeAPI**