SpongeAPI icon indicating copy to clipboard operation
SpongeAPI copied to clipboard

A Minecraft plugin API

Results 157 SpongeAPI issues
Sort by recently updated
recently updated
newest added

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...

api: 10

Just realized and confirmed by @Aaron1011 that there is no event for scoreboard changes.

system: event
system: scoreboard

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...

status: input wanted
system: event
system: inventory

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...

system: entity
type: feature request

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...

type: bug
system: permission

When adding `Text` with newlines to the `PaginationList`, the text is treated as one line.

type: bug
system: text

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...

status: accepted
implementation: pending
system: world

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.

type: enhancement

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`...

status: accepted
type: enhancement
system: data
system: world

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...

system: event
system: permission