Corey Shupe

Results 8 issues of Corey Shupe

https://github.com/feather-rs/feather/blob/cf650cc0b1ec1da717ee69477e6d44fb6f97f697/feather/datapacks/src/vanilla.rs#L15 If possible there should be vanilla-mimic behavior here to allow for a session server to be defined via environment variables or CLI flags with the current as a default.

**The Problem** Currently if you have a setup such as: ``` proxy A declares command `/hello ` under permission `example` server A declares command `/hello [] ` under no permission...

Right now there's a very strict way of viewing servers as only a "registered server" which is tied to the server map (which is already a broken contract). This server...

enhancement

In the minecraft net source code there is a "quick exit" during `0x00` reads for base NBT objects. ```java private static Tag readUnnamedTag(DataInput dataInput, int n, NbtAccounter nbtAccounter) throws IOException...

Basically using a book to abuse the meta checks with illegal stack: ``` [19:26:57] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG...

These patches aim to expose the new player listing features present in 1.19.3; the implementation is not complete as it does not account for certain states. For the implementation to...

This pull request does a few things 1. We now include `crash-reports` in the selection drop down in the "Logs" menu 2. The system will attempt to order the log...