SpongeAPI
SpongeAPI copied to clipboard
A Minecraft plugin API
### Major SpongeAPI version 9.0.0 ### Is this likely to be a breaking change? No ### What are you requesting? Hi there, I've been redirected to report this issue here...
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/3729)
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/3730)
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/3700) ### API Issues/Breaks: #### WorldGen - [x] WorldGen see https://github.com/SpongePowered/SpongeAPI/pull/2428 #### RandomSource - [x] `RandomProvider.Source` - extends `RandomGenerator` - [x] `setSeed` - [x] `fork` - [x] `consume(int)`...
### Major SpongeAPI version 9 ### Is this likely to be a breaking change? No ### What are you requesting? The ability to unregister a command at any time after...
- Remove Criterion from being in the registry as no registration process exists to properly register new criterion. A factory is provided to acquired Vanilla types - Correct the registry...
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/3688)
### Major SpongeAPI version 8 ### Is this likely to be a breaking change? Yes ### What are you requesting? Currently, Sponge supports some concept of [Loot tables](https://minecraft.fandom.com/wiki/Loot_table) through the...
A full module descriptor in SpongeAPI will make it easier for plugins to build against SpongeAPI as java modules.
(Separating out the relevant parts of the discussion from #1169 ) Without an abstract API definition, each plugin has to maintain its own regions and server operators have to copy/redefine/recreate...