Sponge
Sponge copied to clipboard
The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
**I am currently running** - SpongeVanilla version: 1.16.5-8.0.0-RC819 - Java version: 11.0.11 - Operating System: Windows 10 **Plugins/Mods:** - Test plugin that adds passengers to entity and then teleports them...
**I am currently running** - SpongeForge version: - SpongeVanilla version: 7.4.0 / 7.3.0 - Java version: 8 - Operating System: Windows 10 - Plugins/Mods: The test plugin I used for...
Starts integrating some of the metrics that we can easily add to aid in observability and debugging. - [ ] Histogram for Timing tick updates - [ ] Counter for...
*If it is better to merge this into SpongePowered/SpongeAPI#2385 somehow, let me know please!* Right now, when running a command with a parsing error, you receive an error message like...
**I am currently running** - SpongeVanilla version: 1.16.5-8.0.0-RC1036 **Issue Description** Using the following plugin to test different scenarios: ```kotlin @Plugin("spongetesting") class SpongeTestingPlugin @Inject constructor(private val plugin: PluginContainer) { private var...
Right now, we have a weird mesh of Sponge parameterised commands being on the vanilla Brig tree, but other commands not being. This weird inconsistency has incurred maintenance penalties and...
Note: optimization module/category needs to be reimplemented EDIT: done
### Tasks ### - [ ] Check/Implement/Optimize `DataProvider`s for all `Keys` - [ ] Javadocs on Keys match implementation? - [ ] how to identify readonly values in API? Readonly...
**I am currently running** - SpongeVanilla version: latest stable-7 in a dev environment - Java version: 8 build 251 - Operating System: Windows 10 - Plugins: **Issue Description** When spawning...