SpongeAPI
SpongeAPI copied to clipboard
A Minecraft plugin API
one of many (so many) steps towards supporting ModLauncher 10 on the impl side - fix eig - decide what to do with maven-artifact - longer-term, get adventure and configurate...
Just realized and confirmed by @Aaron1011 that there is no event for scoreboard changes.
There should be a way to mark a custom inventory as virtual as opposed to a custom container / inventory. e.g. Even if our events bug out, there should be...
Hi so I notice that there's an NMS class EntityAIBreakDoor but no SpongeAPI counterpart....is this something that is going to be available? reason I ask is part of what I...
I know there are permission nodes for command blocks and minecart command blocks. Has there been any talk about structure block permissions? The permissions `minecraft.command.give` and `minecraft.command.setblock` only cover obtaining...
When adding `Text` with newlines to the `PaginationList`, the text is treated as one line.
World Config
Many plugins need a configuration per world (e.g. plot plugin: plot size per world). Sponge should provide a configuration file (or a config section) per dimension and per world for...
Could a method be added to the fluid API which returns the max capacity/volume a tank can hold. This would be useful to have.
Currently the Viewer API allows developers to manipulate the world for certain Viewers only, for example using the `Viewer.sendBlockChange` method. The issue I am running into is that the `sendBlockChange`...
Was talking with @ryantheleach and he mentioned that this would be something that could potentially be implemented into the API. Enjin Minecraft Plugin is heavily reliant on live notifications from...