SpongeAPI
SpongeAPI copied to clipboard
A Minecraft plugin API
(impl pending) Just a quick peek at what some API could look like, to expose MiniMessage as a type of command argument, and integrate it with Sponge's placeholder system. On...
I am interested in knowing the page that a player is viewing of a paginated list I sent them. I want the option to send a new paginated list as...
### Major SpongeAPI version 8 ### Is this likely to be a breaking change? No ### What are you requesting? It would be useful to be able to set a...
Part of the Economy API refactor. Fix https://github.com/SpongePowered/SpongeAPI/issues/1501 `EconomyTransactionEvent` is now split between Pre: is fired **BEFORE** the transaction has been processed (it can still fails and is cancellable). Post:...
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/3604) Adds the API for effectively a Transaction with the World for an "all or nothing" approach. Aims to provide https://github.com/SpongePowered/SpongeAPI/issues/2407
The API should expose a way to get and set the current time in the world. Kobata pointed out that modded worlds may not even have a day night cycle,...
# The basics We enforce a transaction based system onto Minecraft, but we struggle to do so for plugins who want to go to a further level of "I want...
It would be nice to be able to cancel the transaction for various reasons, the main one being the idea behind my plugin ServerEco. It listens for the transaction and...
[Sponge](https://github.com/SpongePowered/Sponge/pull/3421) | SpongeAPI