SpongeAPI
SpongeAPI copied to clipboard
A Minecraft plugin API
``` SpongeVanilla version: 1.16.4-8.0.0 (commit 3753b5e3630bb22f25402d1f8452f7eb8afb7ce2 Java version: 8 Operating System: Windows 10 Plugins: Cosmos ``` Hey, In the API-7 I had a way to retrieve all existing advancements, with...
``` SpongeVanilla version: 1.12.2-7.3.0 Java version: 8 Operating System: Windows 10 Plugins: only my plugin in development (cosmos) ``` Hey, it's me (again) for another issue 😅 I already spoke...
``` SpongeVanilla version: 1.12.2-7.3.0 Java version: 8 Operating System: Windows 10 Plugins: only my plugin in development (cosmos) ``` Hey, Again a small ticket to inform that wrapping command elements...
``` SpongeVanilla version: 1.12.2-7.3.0 Java version: 8 Operating System: Windows 10 Plugins: only my plugin in development (cosmos) ``` Hey, A small ticket to inform that it is not possible...
Make it possible to rotate schematics in the Sponge API. They are currently not rotatable
`Viewer#spawnFakeEntity(EntityArchetype, Location)` - sends an enttiy spawn packet to a single player,without actually spawning the entity it on server side `World#spawnFakeEntity(EntityArchetype, Position)` - sends an enttiy spawn packet to a...
It would be nice if the `PaginationCalculator` was exposed by the API, so we could use it to make centered texts, add padding to texts and etc. Since the class...
There are currently no good ways to mutate the amount of experience dropped when a block is broken, or an entity dies. Note: This may also affect other areas of...
Referencing [this sponge thread](https://forums.spongepowered.org/t/would-it-be-possible-for-sponge-to-support-per-player-view-distance/21379/3) Would it be possible to support per-player view distance? A method to send a certain amount of chunks based on a player's individual setting (either specified...
This proposal is an attempt to currently improve the current ban service so that it may be extended further. - The current service assumes that there is only one ban...