SamB440

Results 38 issues of SamB440

Support 1 resource pack in the config applying to multiple versions e.g ```toml [servers.example-server.version.222,223,224] ```

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Packet listeners are currently limited by an enum: https://github.com/retrooper/packetevents/blob/2.0/api/src/main/java/com/github/retrooper/packetevents/event/PacketListenerPriority.java When not shading and multiple plugins are using packetevents, this can...

enhancement

``` [17Sep2024 16:24:55] [Server thread/ERROR] [sponge]: Could not pass StartedEngineEvent$Impl to squaremap java.lang.StackOverflowError: null at squaremap.libraries.org.incendo.cloud.sponge.SpongeRegistrationHandler.unwrap(SpongeRegistrationHandler.java:136) ~[SpongeRegistrationHandler.class:?] at squaremap.libraries.org.incendo.cloud.sponge.SpongeRegistrationHandler.unwrap(SpongeRegistrationHandler.java:136) ~[SpongeRegistrationHandler.class:?] at squaremap.libraries.org.incendo.cloud.sponge.SpongeRegistrationHandler.unwrap(SpongeRegistrationHandler.java:136) ~[SpongeRegistrationHandler.class:?] at squaremap.libraries.org.incendo.cloud.sponge.SpongeRegistrationHandler.unwrap(SpongeRegistrationHandler.java:136) ~[SpongeRegistrationHandler.class:?] at squaremap.libraries.org.incendo.cloud.sponge.SpongeRegistrationHandler.unwrap(SpongeRegistrationHandler.java:136) ~[SpongeRegistrationHandler.class:?] at...

bug
sponge

This rewrites the BedrockNetworkStackLatencyTranslator to add support for pings sent by the server and pongs received from the client. One thing I'm not sure about is the shouldExecuteInEventLoop. It's important...

PR: Feature

### Affected Product(s) SpongeVanilla ### Version 1.21.4-14.0.0-RC1998 ### Operating System Linux ### Java Version 21 ### Plugins/Mods ```shell Not relevant ``` ### Describe the bug Wasn't happening on previous version...

type: bug
system: data
version: 1.21.4

This is an updated version of #78 Additionally, I have made it so mixins are used like Fabric to correctly track MSPT. Also fixed the config directory. Works for 1.21.1-1.21.4

### Is there an existing issue for this bug? - [X] I have searched the existing issues before opening this bug report. ### Current Behavior Prometheus 3.1.0 is reporting the...

bug