Jonas Herzig
Jonas Herzig
@Krzmbrzl All I have done is listed under the "Proof of concept" section, i.e. a mumble-web version which uses WebRTC instead of UDPTunnel messages and a proxy which converts between...
It's been almost a year. Any chance this is ever getting merged? (there are also branches for all the other MC versions, just didn't bother opening PRs for them yet)
Just gonna bump this every month now until I get an answer... This has been used in production for more than a year now, with no issues whatsoever. What is...
@ericfourrier should both issues be fixed or just the button? I've also received a false positive for an [OAuth 2.0 Client "Secret"](https://developers.google.com/identity/protocols/OAuth2#installed) (not sure if those are in some way...
Guessing based on reports I've gotten in the BetterPortals repo, this is almost certainly caused by p455w0rdslib which seems to be having issues with Mixin: https://github.com/p455w0rd/p455w0rds-Library/issues/26 https://github.com/p455w0rd/p455w0rds-Library/issues/45 https://github.com/p455w0rd/p455w0rds-Library/issues/51
How to reproduce on master branch: 1. Start new server 2. Log in and give yourself four wood 3. Open inventory and place the wood into the crafting area as...
For anyone interested in fixing this: This is due to [`CraftingManager.removeItems`](https://github.com/GlowstoneMC/Glowstone/blob/master/src/main/java/net/glowstone/inventory/CraftingManager.java#L87) not yet being implemented and due to it never being called in the first place (which is fixed in...
> Well, if they managed to get it working with Spigot-specific stuff, then they should be able to get it working with Glowstone-specific stuff, right? @gdude2002 not entirely. A large...
Note: This currently has two issues which I'll fix with others that are probably going to come up. - Furnace should use left-to-right instead of right-to-left shift click logic -...
This should be ready to be tested now. The problem with the enchanting slot still persists because I'm not sure on how to properly handle it as both slots in...