Sponge
Sponge copied to clipboard
The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
**Sponge** | [SpongeAPI](https://github.com/SpongePowered/SpongeAPI/pull/2496) Implemented data directions: - [x] Entity -> Entity - [x] Entity -> Team - [ ] Entity -> World - [x] Team -> Entity - [x] Team...
### Affected Product(s) SpongeVanilla ### Version 1.16.5-8.2.0-SNAPSHOT ### Operating System Windows ### Java Version 17 ### Plugins/Mods ```shell Just the affected plugin. ``` ### Describe the bug I would expect...
### Affected Product(s) SpongeVanilla ### Version 1.20.4-11.0.0-SNAPSHOT ### Operating System Linux ### Java Version 21.0.2 ### Plugins/Mods ```shell WorldEdit LuckPerms Spark SpongeTestPlugin (plugin used to test problem) NuVotifier ``` ###...
[SpongeAPI](https://github.com/SpongePowered/SpongeAPI/pull/2504) | **Sponge**
**Sponge** | [SpongeAPI](https://github.com/SpongePowered/SpongeAPI/pull/2506)
I removed Keys.GROWTH_STAGE from saplings because it used `STAGE` property instead of `AGE` properties. And those 2 has to be differed because there is `BambooStalkBlock` that use both `STAGE` and...
**I am currently running** - SpongeVanilla version: 1.16.5-8.0.0-RC825 - Java version: 16.0.1 - Operating System: Windows 10 **Plugins/Mods:** - https://github.com/masagameplay/SimpleSpongeSchematics **Issue Description** I made schematic plugin that is almost a...
**I am currently running** - SpongeForge version: - SpongeVanilla version: 1.16..5-8.0.0-RC819 - Java version: 11.0.11 - Operating System: Windows 10 **Issue Description** Could we have something similar to [Paper's teleportAsync](https://papermc.io/javadocs/paper/1.17/org/bukkit/entity/Entity.html#teleportAsync(org.bukkit.Location))?...
We're abusing a little bit of a hack to "get things working" for now with opening an Inventory, specifically redirecting the addListener call to *not* record all the slot changes...