Jason Wynn
Jason Wynn
This issue refers to the visual of the sand teleporting to the ground instead of falling https://streamable.com/fe2qop
I’d like to fix the banners which are stored in the creative inventory next. What’s the best place for the server recognize the difference in nbt sent from the client?
When the illager banner type is set, any pattern layers turn into this: 
Please ~~rebase onto next-minor instead of stable~~ merge into stable instead of next-minor
I think it's best to go with what the user is expecting rather than matching either Bedrock or Java in particular. Killing the player is the expected result of using...
The config option already exists to have it generate with a custom block. Any further modification will require a plugin similar to [this one](https://gist.github.com/jasonwynn10/69acd21fd4878c502de9651d25b68199). If someone wants to PR the...
I have support for Capital on the libasynql branch. It's still very work-in-progress. It's unlikely I will support both due to the different async architectures they use
The asynchronous architecture I'm using is based on php's Generator class, but BedrockEconomy's is based on closures and threads, which makes it difficult to synchronize the result to be passed...
Just checking, is `UI Forms` enabled in your config?
The AI of the mobs in this plugin is not calculated async, so the server will put all load on the main thread. This needs changed @95CivicSi